Skip to content

kulturkamp/hybrid_cryptosystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hybrid cryptosystem

Pure Python desktop GUI application for encrypting files and creating digital signatures

Implementing RSA, AES and SHA256 algorithms with pure python and GUI with Tkinter. Application provides data integrity and confidentiality by encrypting files and signing them with digital signature of a sender.

Encryption scheme

enc

Decryption scheme

dec

Note: for correct work both sender and receiver must use this very same application, and exchange public keys, gennerated by it.

IS A STUDY PROJECT, SECURITY NOR CORRECT WORK ARE GUARANTEED.

About

Desktop GUI application for encrypting files and creating digital signatures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages