Password Rules

hh hh at hyperhh.de
Sat Aug 10 12:48:14 EDT 2019


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



More information about the use-livecode mailing list