djeraseit / passlib

Automatically exported from code.google.com/p/passlib
Other
0 stars 0 forks source link

unicode as CryptContext scheme #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
> What steps will reproduce the problem?

Per report on mailing list 
(https://groups.google.com/forum/#!topic/passlib-users/hQtOKuiDl3Q) from Roland 
van Laar, doing ``CryptContext(schemes=[u'pbkdf2_sha256'])`` causes a 
TypeError, while ``b'pbkdf2_sha256'`` does not. 

He posted a simple fix, which should get included, but want to audit unittests 
and rest of CryptContext to make sure there aren't any more lingering. 

Original issue reported on code.google.com by elic@astllc.org on 25 Jan 2015 at 7:15

GoogleCodeExporter commented 9 years ago
r4b40daf7fc71 fixes explicit issue.

Original comment by elic@astllc.org on 25 Jan 2015 at 7:30