Simple android app for generating strong passwords..
PasswordGeneratorV2 is hosted in the following web site
https://github.com/ande3577/PasswordGeneratorV2
If you think the Android project PasswordGeneratorV2 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 PasswordGeneratorV2.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 1 |
Fragment Count | 1 |
There are 1 image files in PasswordGeneratorV2. The names of the image files are listed as follows.
ic_menu_delete.png
The following screenshort is generated from the image listed above.
PasswordGeneratorV2 has the following Java source files.
org.dsanderson.password_generator.core.CharacterRandomizer.java org.dsanderson.password_generator.core.CharacterSet.java org.dsanderson.password_generator.core.CompoundCharacterSet.java org.dsanderson.password_generator.core.FixedCharacterSet.java org.dsanderson.password_generator.core.LettersAndNumberPasswordGenerator.java org.dsanderson.password_generator.core.LettersOnlyPasswordGenerator.java org.dsanderson.password_generator.core.NumbersOnlyPasswordGenerator.java org.dsanderson.password_generator.core.PasswordGenerator.java org.dsanderson.password_generator.core.SimpleCharacterSet.java org.dsanderson.password_generator.core.SpecialCharacterSet.java org.dsanderson.passwordgeneratorv2.PasswordGeneratorActivity.java