Skip to content

HenrikAndreas/Crypto-ChatApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"# Crypto-ChatApplication"

Functional Chatting Application with a login / sign up system. Each password is hashed with SHA256 before sent to the server and saved. At login, the hashed password will be sent and compared server side.

AES encryption included, all messages, usernames and passwords are encrypted before being sent. Only people with the decryption key can decrypt the messages, and send messages. The rest can just observe the encrypted text with no idea what's going on.

About

An end to end encrypted chatting application, created with Python as server side language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published