I really give up
piter
tojopiter at yahoo.com
Thu Oct 3 16:46:43 EDT 2002
More information about the Python-list mailing list
Thu Oct 3 16:46:43 EDT 2002
- Previous message (by thread): I really give up
- Next message (by thread): I really give up
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I perfectly know both sha and md5 modules and their power. The code I'm
writing is a client to server which is already working somewhere in www (and
beyond my hands) and uses such naive password hashing...
p
>
> As the previous poster hinted:
>
> import sha
> print sha.new("foobar").hexdigest()
>
> Are you saying this doesn't suffice?
>
> // m
>
>
- Previous message (by thread): I really give up
- Next message (by thread): I really give up
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list