Displaying 1 result from an estimated 1 matches for "l416".
Did you mean:
416
2009 Dec 16
2
CRAM-MD5 in Python
Hi to all!
I?m writing a python module (python+sqlalchemy) to manage user and domain configuration on my system (I hope to get a CLI tool, a Web app and even a native Mac app, via PyObjc, from my lib).
I?m implementing password crypto, but I have some problem in generating CRAM-MD5 password, dovecot style.
I?ve found an old discussion on this mailing list and a piece of Perl that works, but I need