Home » Flash » Actionscript » Password Generator
Advertisement
- Visit:
- Demo:
- Hits:
- Views:
- Platform(s):
- Database(s):
- License:
- Price:
- Version:
- Script Added:
- Last Updated:
- Developer:
- Script Link:
- Tags:
- Password Generator
- Visit Demo
- 317
- 1453
- N/A
- N/A
- Commercial License
- $4.99
- 1.1
- 01/09/2011
- 01/09/2011
- Stijn Van den Bogaert
- http://www.binpress.com/app/password-gener...
- actionscript as3 generator password
Description:
To generate a password, add these two lines of code in your project:
var generator:Generator = new Generator(10);
addChild(generator);
This code will generate a password from letters and digits, with a total length of 10. If you want a password with letters only, do it like this:
var generator:Generator = new Generator(10, false);
addChild(generator);
Rated 0/5 (0%) (0 Votes)
- Other listings by this developer
There are no other listings by this developer.