An android app that takes a list of data and encrypts it into a file. To open the file to see the correct content, the correct key must be used..
Android-encryption-app-infoCrypt is hosted in the following web site
https://github.com/arhamahmed/Android-encryption-app-infoCrypt
If you think the Android project Android-encryption-app-infoCrypt 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 Android-encryption-app-infoCrypt.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 4 |
Required Permissions | android.permission.INTERNET android.permission.WRITE_INTERNAL_STORAGE |
Android-encryption-app-infoCrypt has the following Java source files.
com.example.infocrypt.infocrypt.CustomListAdapter.java com.example.infocrypt.infocrypt.ListItem.java com.example.infocrypt.infocrypt.MainActivity.java com.example.infocrypt.infocrypt.OpeningFile.java com.example.infocrypt.infocrypt.PrepFile.java com.example.infocrypt.infocrypt.StartNewCrypt.java