Skip to content

Sym-Crypt is a CLI tool that uses symmetric encryption/decryption. You can use this tool to encrypt multiple values under one deciphering key. If you would like to decrypt the values later on, you may do so as well with this tool

License

Notifications You must be signed in to change notification settings

JakePember/Sym-Crypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

INTRODUCTION

Sym-Crypt is a CLI tool that uses symmetric encryption/decryption. You can use this tool to encrypt multiple values under one deciphering key. If you would like to decrypt the values later on, you may do so as well.

REQUIREMENTS

Sym-Crypt has been developed on Python 3.8. If you do not have Python installed you may download it from their home page.

If you choose to run the docker container of Sym-Crypt, you will have to download docker form their home page

INSTALLATION

The following installations assumes you have met the requirements within the requirements section.

Python Install

Install the dependencies list found in the requirements.txt file.

  • pip install -r requirements.txt

Docker Install

Create the Docker image from the Dockerfile

  • docker build -t sym-crypt:v1.0.0 .

EXECUTION

Depending on the what route you took in the installation step, follow the respected path here as well.

Python

python main.py

Docker

docker run -it sym-crypt:v1.0.0

MAINTAINERS

Jacob Bles

About

Sym-Crypt is a CLI tool that uses symmetric encryption/decryption. You can use this tool to encrypt multiple values under one deciphering key. If you would like to decrypt the values later on, you may do so as well with this tool

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published