How to generate user passwords

Nonsanity form at nonsanity.com
Wed Apr 27 14:55:57 EDT 2011


put base64encode( random( 100000000 ) ) into msg

:)

 ~ Chris Innanen
 ~ Nonsanity


2011/4/27 Björnke von Gierke <bvg at mac.com>

> repeat for random(2) + random(2) + 4 times
> put any char of
> "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890+*%&/)=?-_.:,;"
> & quote & space after thePassword
> end repeat
> put thePassword
> On 27 Apr 2011, at 11:45, Bill Vlahos wrote:
>
> > Before I reinvent the wheel, has anyone written a routine to generate
> passwords that they would be willing to share?
> >
> > Bill Vlahos
> > _________________
> > InfoWallet (http://www.infowallet.com) is about keeping your important
> life information with you, accessible, and secure.
> >
> >
> > _______________________________________________
> > use-livecode mailing list
> > use-livecode at lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list