Android Open Source - Security application OpenNoteSecure






Project Summary

A secure note application for Android.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of OpenNoteSecure.

ItemValue
Java File Count15
Minimum SDK Version4
Activity Count4
Required Permissionsandroid.permission.WRITE_EXTERNAL_STORAGE




Java Source Files

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