Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!
DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Snippets has posted 5886 posts at DZone. View Full User Profile

Finding Md5 In Python

04.12.2005
Email
Views: 4588
  • submit to reddit
        
import md5
hash = md5.new("Hello world").digest()
more info here http://docs.python.org/lib/module-md5.html