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.sh
To view detailed usage instructions, use:
foldercrypt --help
foldercrypt -enc <folder_path>
Example:
foldercrypt -enc my_folder
foldercrypt -dec <encrypted_file>
Example:
foldercrypt -dec my_folder.enc
This project is licensed under the MIT License.