How to generate user passwords
Scott Morrow
scott at elementarysoftware.com
Thu Apr 28 14:23:44 EDT 2011
Fun!
On Apr 28, 2011, at 10:02 AM, FlexibleLearning wrote:
>> Your function generates very random strings which might be too random for
> a user to remember on their own.
>
> Just a playful idea...
>
> on mouseUp
> put passwordPhrase()
> end mouseUp
>
> function passwordPhrase
> return w1() && w2() && w3() && w4() && w5()
> end passwordPhrase
>
> function w1
> return item random(4) of "All,None of the,Some,Several"
> end w1
>
> function w2
> return item random(4) of "roads,streets,motorways,buses"
> end w2
>
> function w3
> return item random(4) of "frequently,often,sometimes,occasionally"
> end w3
>
> function w4
> return item random(4) of "go to,pass by,avoid,congest"
> end w4
>
> function w5
> return item random(4) of "Rome,Paris,London,New York"
> end w5
>
>
> Hugh Senior
> FLCo
>
>
> _______________________________________________
> 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