EnCryptohome is a folder encryptor/decryptor
This does NOT work on files
- Windows
Either download main.exe from downloads and run it in the terminal OR run main.py with python in the terminal - Other OS
Run main.py with python I guess?
Python, cryptography library (download via pip)
- For encryption It generates a hash with sha256 along with the password you give it, then it zips the folder and then encrypts that zip file and renames it to .enczip
- For decryption It does what the encryption thing does in reverse
main.exe encrypt <folder>- encrypts a folder and makes it an .enczip filemain.exe decrypt <enczip>- decrypts an .enczip file and makes it a regular .zip file Note: If you generate a random password, it will NOT be saved elsewhere, save it somewhere safe!
- Me for mostly everything
- Sonnet 4.6 for helping me with the idea and stuff