This Android project is a student-built application that is part of the official Georgian College Coding Club. Therefore, none of the algorithms or security implementations in this project should be used in any commercial software projects due to their nature of being for education purposes only.
The User Interface of this Android application allows a user to enter a message into a text field, and submit that message using a submit-type element. Then, the application processes that message using an encryption algorithm. Finally, the now-encrypted message (ciphertext) is displayed on the User Interface for the user to view.
TODO
The Android documentation for best practices relating to security: https://developer.android.com/topic/security/best-practices
The Android documentation for crytography: https://developer.android.com/guide/topics/security/cryptography
The official Android documentation: https://developer.android.com/docs
TODO
All of the members in the Georgian College Coding Club.