This project consists of two Python scripts, encryptor.py
and decryptor.py
, that can be used to encrypt and decrypt the contents of a folder.
pip install -r requirements.txt
Edit the config.json
file. Sample:
{
"input_path": "input",
"key_path": "key.txt",
"encrypted_extension": "encr",
"encrypted_folder": "encrypted",
"decrypted_folder": "decrypted"
}
python encryptor.py
python decryptor.py