Password manager test for Android.
PassMan is hosted in the following web site
https://github.com/misantronic/PassMan
If you think the Android project PassMan 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 PassMan.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 3 |
Fragment Count | 2 |
Required Permissions | android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\FontAwesome.otf |
There are 2 image files in PassMan. The names of the image files are listed as follows.
drawer_shadow.9.png ic_drawer.png
The following screenshort is generated from the image listed above.
PassMan has the following Java source files.
com.example.david.passman.ApplicationTest.java com.example.david.passman.Login.java com.example.david.passman.NavigationDrawerFragment.java com.example.david.passman.Settings.java com.example.david.passman.SitesOverview.java com.example.david.passman.adapter.FontArrayAdapter.java com.example.david.passman.data.FileReader.java com.example.david.passman.data.UserData.java com.example.david.passman.data.UserDataSettings.java com.example.david.passman.data.UserDataSite.java com.example.david.passman.encryption.AES.java com.example.david.passman.encryption.RandomGenerator.java com.example.david.passman.helper.FontHelper.java com.example.david.testapp.ApplicationTest.java