This file contains source code to a project i'm currently working on. SMSProtect is an android application which involves encrypting text messages using RSA encryption. Messages sent are encrypted using the recievers public key and Decrypted using the recievers private Key.
Future update Include Functionaity for MMS messaging.