This script provides a simple way to encrypt and decrypt folders using the AES algorithm with PBKDF2 for key derivation. It utilizes OpenSSL for encryption and decryption processes. The script is designed to run on a Raspberry Pi, but it can be used on any Linux-based system.
Youtube Video: Encryption on Raspberry pi
- Clone the repository:
git clone https://github.com/adistrim/AESFolderCrypt-V2- Change to the project directory:
cd AESFolderCrypt-V2- Run the installation script:
./install.shTo view detailed usage instructions, use:
foldercrypt --helpfoldercrypt -enc <folder_path>Example:
foldercrypt -enc my_folderfoldercrypt -dec <encrypted_file>Example:
foldercrypt -dec my_folder.encThis project is licensed under the MIT License.