-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Pranav edited this page May 28, 2024
·
2 revisions
Allcrypt is a Python application for file and message encryption/decryption using Fernet symmetric key cryptography for Windows and Linux users.
- Encrypt and decrypt files securely
- Encrypt and decrypt messages
- Generate and manage encryption keys on a USB drive
-
Install the latest package using pip:
pip install allcrypt
-
Run the Allcrypt GUI:
allcrypt
-
You can also install from the installer in the releases. (recommended for inexperienced users or those without Python)
- Launch the Allcrypt GUI.
- Enter the path to the USB drive in the provided field.
- Enter the message or encrypted bytes in the text box.
- Click the "Encrypt Message" button.
- Follow any prompts to enter the password for key encryption.
- Launch the Allcrypt GUI.
- Enter the path to the USB drive in the provided field.
- Enter the encrypted message in the text box.
- Click the "Decrypt Message" button.
- Follow any prompts to enter the password for key decryption.
- Launch the Allcrypt GUI.
- Enter the path to the USB drive in the provided field.
- Click the "Encrypt File" button.
- Choose the source file to encrypt.
- Choose the destination file for the encrypted output.
- Optionally, check the "Compress Files" and "Shred Original File" checkboxes.
- Click the "Encrypt File" button.
- Launch the Allcrypt GUI.
- Enter the path to the USB drive in the provided field.
- Click the "Decrypt File" button.
- Choose the source file to decrypt.
- Choose the destination file for the decrypted output.
- Optionally, check the "Shred Original File" checkbox.
- Click the "Decrypt File" button.
- Launch the Allcrypt GUI.
- Enter the path to the USB drive in the provided field.
- Click the "Generate New Key for this USB" button.
- Enter a password for key encryption when prompted.
- The new key will be generated and saved on the USB drive.
This project is licensed under the GNU v3 License - see the LICENSE file for details.
- My name is Pranav
- Visit my Github
- To look at source code on github and raise issues: Allcrypt Source code