This tool is created to make your storage file secure from every type of attack where it is a social engennering or any other type of outsider attack
Why I create this?
Actually I used to store some of the very important details in my pendrive, I was concerned if this pendrive gets to someone else, then it will be a trouble for me, so I decided to create some something to hide it, and reached here
This tool encryptes the file to avoid human readble, it uses the hybrid encryption AES and ECC algorithm for generating keys, it is full created in python programming language, this program is full compactiable in every situation, you can use it like a single standonle file which works independent on its alone directory
Some usage of it are there--
1. when you open it for first time, you will have to enter the salt as just like a password, make sure you dont forget that otherwise, you will not recover your encrypted file again
2. After that click on next button, then a new window will appear to you it will be similar like this
3. Now you have to generate a unique key, select the number of bits keys you want then click the 'Generate key' button, thats all.
4. Moving to next, click on "choose file" to select the file you want to encrypt.
5. Click on encrypt to encrypt, on decrpyt to decrypt or "Remove" button is for revoming the files from selected directory files
6. There is one other cool feature to make changes and view the encrypted text file without decrypting it, thats what the "Text Edittor" button do. Its open the file that are in the .txt format | images, pdfs and other formats are not supported in this version
Now how will you use it
First of all download all the required libraries and one addintional library that is pyinstaller
open the terminal in the downloaded directory type the following command
> python3 pyinstaller --windowed --icon=icon/icon.png Hashent_v2.py
$ ./pyinstaller --noconsole --icon=icon/icon.png Hashent_v2.py
$ python3 Hashent_v2.py




