source: products/qPloneCaptchas/tags/0.8/utils.py @ 458

Last change on this file since 458 was 1, checked in by myroslav, 18 years ago

Building directory structure

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