Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
/ Encrypter Public archive

Text Encryption Software based on Substitution Permutation Network Encryption

Notifications You must be signed in to change notification settings

anurag3301/Encrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encryption

Using this software is very easy, just run the 'main.py' file. You will get a Tkinter window. Enter your message in the message entry and a key in the Key entry and click on Encrypt button. Now the you can copy and send the encrypted message which you will get in the output section. Remember the key which you have chosen to encrypt the message plays a very crucial part in the decryption of that message. Mistake of single character or even a single space will lead to wrong decryption.

Demo of the program: https://www.youtube.com/watch?v=wFZdYKLUT1o

Understand the Algorithm: https://www.youtube.com/watch?v=DLjzI5dX8jc

Run on Repl.it

About

Text Encryption Software based on Substitution Permutation Network Encryption

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages