Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

mdzaif/AEScrypt_Python

Repository files navigation

AEScrypt_Python

AEScrypt windows terminal tool develop with python. Current AEScrypt software is license based for windows user. So, I develop it for my personal use.

About New version

  • Add gui version
  • Remove mode arguments from terminal tools

Usages

From Newer version(v1.2.0):

  1. Encryption:
aes-tool.exe -f ./weights.zip -p ./AEScrypt_Python/src/pass.txt -p ./pass.txt -o ./
  1. Decryption:
aes-tool.exe -f ./weights.zip.aes -p ./pass.txt -o ./

Older version(1.1.0 or less):

  1. Encryption:
aes-tool.exe -m e -f ./weights.zip -p ./AEScrypt_Python/src/pass.txt -p ./pass.txt -o ./
  1. Decryption:
aes-tool.exe -m d -f ./weights.zip.aes -p ./pass.txt -o ./

Setup


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

  1. Go Advanced tab and click Environment variables...

  1. select Path mark on image. and click Edit

  1. Click New now paste the AES_PY_TOOL folder path where you stored it. in my case see the third line. Now, click OK and click OK to close the program.

  1. Open Powershell or Windows Terminal then type aes-tool.exe. You will see the manual page.

  1. Your all done :)

GUI View

  1. Encryption

You can directly declare the file path shown in decryption section

  1. Decryption

  1. Logs

Linux setup

  1. Downlaod binary file from here.

  2. Then extract it and finally follow those command

cd  *dowloanded file*  &&\
sudo chmod +x install.sh &&\
./install.sh
  1. Your all done :)

GUI View

  1. Initial View by terminal

You can directly declare the file path like:

aes-gui /file/path
  1. Encryption

  1. Decryption

  1. 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/applications

Step 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 file

Step 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=false

Note: 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

Assets

Check relase section for tools.

About

AEScrypt tool develop with python

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors