Skip to content

aishanii/Message-Encrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Message-Encrypter

A simple message encryption GUI software made in Python based on symmetric-key encryption.
It utilizes a key table which has byte values for every alpabhet of the English language.

Source of the key table

onee twoo


How to run the application?

Run the main.pyw file and enter the message to be encrypted or decrypted.


How to use the application as .exe?

Step 1:

Install Pyinsntaller and Pandas using Command Prompt, if not already installed.


pip install pyinstaller

pip install pandas

Step 2:

On the Command Prompt, navigate to the folder where the Python file is located.

cd C:\Users\UserName\Downloads

Step 3:

Type the following to build the .exe file:

pyinstaller --onefile main.pyw

Step 4:

After the success message, look for the 'dist' folder in the same directory. There you'll find your .exe file ready to be used.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages