root/qPloneCaptchas/tags/0.8/utils.py

Revision 341 (checked in by chervol, 3 years ago)

initial import

  • Property svn:eol-style set to native
Line 
1 import md5
2
3 def encrypt(s):
4     return md5.new(s).hexdigest().upper()
Note: See TracBrowser for help on using the browser.