Not correct. CRYPT uses MD5 (weak, default) or HMAC+SHA-512 (very very strong). To use the latter you must pass a key to CRYPT
CRYPT(key='mykey') Do not lose your key or you will lose the ability to read your CRYPTed data. Massimo On Mar 14, 12:14 am, NguyendHEX <[email protected]> wrote: > CRYPT validator works with MD5 only, it is great if CRYPT validator > has a option to support SHA1 (or other) instead only one MD5 hash. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

