Generate a random alpha-numeric string
numero = 49[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]
DOWNLOAD WEBDNA NOW!
This Technical Change History provides a reverse chronological list of WebDNA changes...
WebDNA reference...
Tips and TricksA list of user-submitted tips ...
WebDNA ModulesA list of the currently available modules...
F.A.QA compilation of some user's questions...
[biotype]BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...
You want to express an age in years given the dob (mm/dd/yyyy) and today's date...
Setting a 30-minute CookieConfiguring the expires time for a short-term cookie is tricky...
Spaghetti codeHow to get rid of very long search strings...
Using a simple Array of Variables with [interpret]The [interpret] context is very powerful command in the hands of a skilled WebDNA programmer...
Database backupHow to make a backup of your databases...
Check the Federal Government's Social Security databaseThe script on the page will check the federal government's social security database...