I'm happy with cryptacular

https://pypi.python.org/pypi/cryptacular/

having 'verify password' as a requirement is silly.

every verify password function i've seen is just a 2 line convenience 
function like this:

    def verify( hashed , password ):
        if hash(password) == hashed  : return True
        return False

    hashed = hash(password)
    verified = verify( hashed , password )





-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to