Demonstartion of some encryption mechanisms in Java/Android.
encrypt-me is hosted in the following web site
https://github.com/gtomek/encrypt-me
If you think the Android project encrypt-me 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 encrypt-me.
Item | Value |
---|---|
Java File Count | 8 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
encrypt-me has the following Java source files.
uk.org.tomek.encryptme.MainActivity.java uk.org.tomek.encryptme.crypto.CryptoUtils.java uk.org.tomek.encryptme.crypto.KeyFactory.java uk.org.tomek.encryptme.crypto.PRNGFixes.java uk.org.tomek.encryptme.helpers.FilesHelper.java uk.org.tomek.encryptme.helpers.HexStringHelper.java uk.org.tomek.encryptme.presenters.MainActivityPresenter.java uk.org.tomek.encryptme.views.MainScreenView.java