fastio19 / SecureMessage

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Java 100.0%