Files: Encryption.py and Decryption.py
Use the Encryption.py to generate the key and encrypt the path you want. Example: python3 Encryption.py /Users/kb/test/ /Users/bk/TestKey/KEY.txt
Use the Decryption.py to use the generated key to decrypt the path you want. Example: python3 Decryption.py /Users/kb/test/ /Users/bk/TestKey/KEY.txt