Android Open Source - Development encrypt encrypt-me






Project Summary

Demonstartion of some encryption mechanisms in Java/Android.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of encrypt-me.

ItemValue
Java File Count8
Target SDK Version17
Minimum SDK Version8
Activity Count1
jar files usedandroid-support-v4.jar




Java Source Files

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