2010年4月27日火曜日

PHP の md5 関数を Python で、


import hashlib

def md5(s):
return hashlib.md5(s).hexdigest()

0 件のコメント:

コメントを投稿