Javascript validator
Web page editor
One feature of the package is the ability to create passwords that are pronounceable using the static create() method. createMultiple() can be used to create several passwords at once.
Example 64-1. Creating a pronounceable password:
|
In addition to pronounceable passwords Text_Password can also handle passwords that are not pronounceable.
Example 64-2. Creating a unpronounceable password:
|
Text_Password provides the ability to create passwords that are based on a given string. In a lot of cases this string is a existing username for a authentication system.
Example 64-3. Creating passwords based on a given string:
|
Currently the following obfuscation algorithms are supported:
xor
rotx
rotx++
rotx--
ascii_rotx
ascii_rotx++
ascii_rotx--
shuffle
reverse
Javascript validator
Web page editor