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.
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
The following installations assumes you have met the requirements within the requirements section.
Install the dependencies list found in the requirements.txt
file.
pip install -r requirements.txt
Create the Docker image from the Dockerfile
docker build -t sym-crypt:v1.0.0 .
Depending on the what route you took in the installation step, follow the respected path here as well.
python main.py
docker run -it sym-crypt:v1.0.0