AEScrypt windows terminal tool develop with python. Current AEScrypt software is license based for windows user. So, I develop it for my personal use.
- Add gui version
- Remove mode arguments from terminal tools
From Newer version(v1.2.0):
- Encryption:
aes-tool.exe -f ./weights.zip -p ./AEScrypt_Python/src/pass.txt -p ./pass.txt -o ./- Decryption:
aes-tool.exe -f ./weights.zip.aes -p ./pass.txt -o ./Older version(1.1.0 or less):
- Encryption:
aes-tool.exe -m e -f ./weights.zip -p ./AEScrypt_Python/src/pass.txt -p ./pass.txt -o ./- Decryption:
aes-tool.exe -m d -f ./weights.zip.aes -p ./pass.txt -o ./
Download This zip file and extract it. Now, move that folder to the Program Files. Default it is in C: drive.
Now move open Edit the system environment variables then follow those images
- Go
Advancedtab and clickEnvironment variables...
- select
Pathmark on image. and clickEdit
- Click
Newnow paste theAES_PY_TOOLfolder path where you stored it. in my case see the third line. Now, clickOKand clickOKto close the program.
- Open
PowershellorWindows Terminalthen typeaes-tool.exe. You will see the manual page.
- Your all done :)
- Encryption
You can directly declare the file path shown in decryption section
- Decryption
- Logs
-
Downlaod binary file from here.
-
Then extract it and finally follow those command
cd *dowloanded file* &&\
sudo chmod +x install.sh &&\
./install.sh- Your all done :)
- Initial View by terminal
You can directly declare the file path like:
aes-gui /file/path- Encryption
- Decryption
- Logs
In Linux, by default you can not find the desktop icon of that application, what you can do just follow those steps:
Step 1: Open your terminal and visit this ~/.local/share/applications directory.
cd ~/.local/share/applicationsStep 2: Create a aesgui.desktop file.
nano aesgui.desktop # if you don't have nano you can use vim or any other text editor to open this fileStep 3: Copy and paste those line in that file.
[Desktop Entry]
Encoding=UTF-8
Name=AES GUI Tool
Comment=Encrypt and Decrypt Files
Exec=$HOME/aes-tool-linuxv1.2.0/aes-gui
Icon=$HOME/aes-tool-linuxv1.2.0/assets/aes_tool_icon.png
Categories=Application
Type=Application
Terminal=falseNote: Icon will not appear while search because some issue's here.
Now save the file and exit with Ctrl+S and Ctrl+X press respectively for nano text editor.
Step 4: Open Menu or Launcher and search this application. You will see like this
Check relase section for tools.