Android Open Source - Password simple PasswordGeneratorV2






Project Summary

Simple android app for generating strong passwords..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of PasswordGeneratorV2.

ItemValue
Java File Count11
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Activity Count1
Fragment Count1

Resource Files

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.

null




Java Source Files

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