Search:
Login
Settings
Help/Guide
About Trac
Register
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Revision Log
root
/
qPloneCaptchas
/
tags
/
0.8
/
utils.py
View revision:
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.
Download in other formats:
Plain Text
Original Format