A secure note application for Android.
OpenNoteSecure is hosted in the following web site
https://github.com/JaredHatfield/OpenNoteSecure
If you think the Android project OpenNoteSecure listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of OpenNoteSecure.
Item | Value |
---|---|
Java File Count | 15 |
Minimum SDK Version | 4 |
Activity Count | 4 |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
OpenNoteSecure has the following Java source files.
com.jaredhatfield.opennotesecure.Base64.java com.jaredhatfield.opennotesecure.EncryptionProviders.AESEncryptionProvider.java com.jaredhatfield.opennotesecure.EncryptionProviders.DESEncryptionProvider.java com.jaredhatfield.opennotesecure.EncryptionProviders.EncryptionException.java com.jaredhatfield.opennotesecure.EncryptionProviders.IStringEncryptor.java com.jaredhatfield.opennotesecure.FileArrayAdapter.java com.jaredhatfield.opennotesecure.FileBrowser.java com.jaredhatfield.opennotesecure.FileManager.java com.jaredhatfield.opennotesecure.FileViewHolder.java com.jaredhatfield.opennotesecure.HelpView.java com.jaredhatfield.opennotesecure.OpenNoteSecure.java com.jaredhatfield.opennotesecure.Tasks.DecryptionTask.java com.jaredhatfield.opennotesecure.Tasks.EncryptionTask.java com.jaredhatfield.opennotesecure.Tasks.FileTaskHolder.java com.jaredhatfield.opennotesecure.TextEditorDisplay.java