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:

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)
 Script Name: Password Generator
 Your Name:
 Your Email:
 Your Friends Name:
 Your Friends Email:
 Script Name : Password Generator
 Reason :
 Message :
  Security Code:
  •  Other listings by this developer
There are no other listings by this developer.