Posts

Showing posts with the label CBC AES Encryption

Secret Keeper - Python Script To Encrypt & Decrypt Files Alongside A Given Key

Image
Secret Keeper is a file encryptor written inward python which encrypt your files using Advanced Encryption Standard (AES). CBC Mode is used when creating the AES naught wherein each block is chained to the previous block inward the stream.  Features Secret Keeper has the mightiness to generate a random encryption primal base of operations on the user input. Secret Keeper tin successfully encrypt in addition to decrypt .txt in addition to .docx file types. How to Install in addition to Run inward Linux [1] Enter the next ascendence inward the final to download it. git clone https://github.com/Sameera-Madhushan/Secret-Keeper [2] After downloading the program, come inward the next ascendence to navigate to the Digger directory in addition to listing the contents cd Secret-Keeper && ls [3] Install dependencies pip3 install -r requirements.txt [4] Now operate the script amongst next command. python3 Secret-Keeper.py How to Install in addition to Run inward...