Often passwords should obey some rules, e.g.
contain at least a certain number of digits, lowercase chars, uppercase chars, 
xtra chars with an ascii number in range 32-127 or special local chars as 
"åáãçß". Or contain only some of these char groups.

Stack PasswordRules allows to check whether a given password fulfils some "char 
group rules" or to create a random password that fulfils these rules.

Char groups are digits, lowercase a-z, uppercase A-Z, several extras 
(!"#$%&'()*+,-./ etc.) and an editable one.

Download PasswordRules from "Sample Stacks" of the LC toolbar or from
http://livecodeshare.runrev.com/stack/941/PasswordRules
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to