Skip to content

An end-to-end encrypted android chat app that can be used for one-to-one communication with other users who are registered in this app. Uses a combination of AES & RSA algorithms for encryption/decryption.

Notifications You must be signed in to change notification settings

fastio19/SecureMessage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

SecureMessage

An end to end encrypted android chat application

  • Your chat messages can now be fully secure and safe! Modern encryption algorihthms prevent unauthorized third party from reading your messages even after their interception.
  • Encrypted message guarantees your privacy.
  • SecureMessage can be used for sending/receiving encrypted message. It uses a combination of RSA and AES algorithms for encryption.
  • Your private chats will be encrypted on the sender side with the help of AES algorithm and this key will be encrypted with RSA algorithm.
  • At the reciever end RSA encrypted key is decrypted with private key of reciever and this key is used to decrypt message.

Snapshots

Login Page Users
alt text alt text
Chat Settings
alt text alt text
Notification
alt text

About

An end-to-end encrypted android chat app that can be used for one-to-one communication with other users who are registered in this app. Uses a combination of AES & RSA algorithms for encryption/decryption.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages