Keep My Notes
Description
* Save notes by entering Subject and Text
* Register an account (email not required)
* Offline use
* Online sync to cloud when loading note list
* Encrypt subject and text using password
* Copy text to Clipboard (Single tap on a note item in the list)
* Long tap on a note item in the list to edit the note
* Light Blue theme
Technically, I am using httputils2 and encryption library. The password is encoded and use to encrypt/decrypt both subject and note text in sqlite database. The encrypted subject and note are sent to the server and stored in MySQL database. User password is hashed with random salt in the MySQL database for more security.
Download URL: https://play.google.com/store/apps/details?id=my.computerise.keepmynotes
Description
* Save notes by entering Subject and Text
* Register an account (email not required)
* Offline use
* Online sync to cloud when loading note list
* Encrypt subject and text using password
* Copy text to Clipboard (Single tap on a note item in the list)
* Long tap on a note item in the list to edit the note
* Light Blue theme
Technically, I am using httputils2 and encryption library. The password is encoded and use to encrypt/decrypt both subject and note text in sqlite database. The encrypted subject and note are sent to the server and stored in MySQL database. User password is hashed with random salt in the MySQL database for more security.
Download URL: https://play.google.com/store/apps/details?id=my.computerise.keepmynotes
Last edited: