10000 GitHub - adistrim/AESFolderCrypt-V2: 🔒 This repository contains a tool for encrypting and decrypting folders on Raspberry Pi or any linux system using AES encryption algorithm.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

🔒 This repository contains a tool for encrypting and decrypting folders on Raspberry Pi or any linux system using AES encryption algorithm.

License

Notifications You must be signed in to change notification settings

adistrim/AESFolderCrypt-V2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Folder Encryption/Decryption Script V2 for Raspberry Pi

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

Installation

  1. Clone the repository:
git clone https://github.com/adistrim/AESFolderCrypt-V2
  1. Change to the project directory:
cd AESFolderCrypt-V2
  1. Run the installation script:
./install.sh

Usage

Help

To view detailed usage instructions, use:

foldercrypt --help

Encrypting a Folder:

foldercrypt -enc <folder_path>

Example:

foldercrypt -enc my_folder

Decrypting an Encrypted File:

foldercrypt -dec <encrypted_file>

Example:

foldercrypt -dec my_folder.enc

License

This project is licensed under the MIT License.

About

🔒 This repository contains a tool for encrypting and decrypting folders on Raspberry Pi or any linux system using AES encryption algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Languages

0