random password-generator code

Generate a random alpha-numeric string

numero = 49
interpreted = N
texte =
[text]PasswordLength=8[/text][text]Chars=abcdefghijkmpqrstuvwxyz23456789[/text][text]Max=[countchars][Chars][/countchars][/text][text]Pass=[/text][loop start=1&end=[PasswordLength]]  [text]X=[math]ceil([random format=float]*[Max])[/math][/text]  [text]Pass=[Pass][getchars start=[X]&end=[X]][Chars][/getchars][/text][/loop][Pass]
You can change [PasswordLength] to whatever you need, so if you wanted to generate a 128 character key, for instance, change it to 128. Also, for my purposes, I removed any characters that would be 'confusing' (e.g. 1 & l, O &0), but you can have whatever characters you like in the [Chars] variable.
[text]PasswordLength=8[/text]
[text]Chars=abcdefghijkmpqrstuvwxyz23456789[/text]
[text]Max=[countchars][Chars][/countchars][/text]
[text]Pass=[/text]
[loop start=1&end=[PasswordLength]]
[text]X=[math]ceil([random format=float]*[Max])[/math][/text]
[text]Pass=[Pass][getchars start=[X]&end=[X]][Chars][/getchars][/text]
[/loop]

[Pass]

You can change [PasswordLength] to whatever you need, so if you wanted to generate a 128 character key, for instance, change it to 128.

Also, for my purposes, I removed any characters that would be 'confusing' (e.g. 1 & l, O &0), but you can have whatever characters you like in the [Chars] variable. Dan Strong

DOWNLOAD WEBDNA NOW!

Top Articles:

Download WebDNA Applications

WebDNA applications...

WebDNA reference

...

AWS Raw WebDNA LAMP-Plus WebServer

Amazon Web Services (AWS) README for Machine Image ID...

WebDNA Modules

A list of the currently available modules...

Tips and Tricks

A list of user-submitted tips ...

[biotype]

BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...

Related Readings:

random password-generator code

Generate a random alpha-numeric string...

Database backup

How to make a backup of your databases...

Cloning a Record

Often...

Export data to Excel

Here's a handy way to export your data to a text or Excel file...

Paypal IPN

...

How many working days?

This small script finds the number of working days between two dates...