Skip to content

This is the encryption-decryption-gui calculator in python which you can use for encryption and decryption. This program use one timepad algorithm.

Notifications You must be signed in to change notification settings

gaurav-aditya/encryption-decryption-gui-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

encryption-decryption-gui-calculator

This is the encryption-decryption-gui calculator in python which you can use for encryption and decryption. This program use one timepad algorithm. Screenshot 2023-02-10 114833

The one-time pad is a type of encryption which is unbreakable. A one-time pad will generate a key, this key is shared by both the user so it does encryption as well as decryption. The key used is generated randomly and this key is combined with the plain text in order to form the ciphertext. We can use different algorithms for the generation of the ciphertext such as modular addition, modular XOR, etc. Since the key generated every time is unique, it is impossible to break.

About

This is the encryption-decryption-gui calculator in python which you can use for encryption and decryption. This program use one timepad algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages