carletes / passlib

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

HtpasswdFile does not support bcrypt #55

Open GoogleCodeExporter opened 9 years ago

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

Add an htpasswd entry using the bcrypt algorithm:
   htpasswd -B htaccess user pass

Such entries look like this:
   user:$2y$05$kULiDItN3P8bapkSxDRdY.a2u/R4rvVdU71UlWwgRwG4RJ6htAUcO

passlib cannot verify this.

What version of the passlib & python are you using? On what operating
system?

Python 3.2.3, passlib 1.6.2

Please provide any additional information below.

See Apache PR 49288 for more information:
https://bz.apache.org/bugzilla/show_bug.cgi?id=49288

Original issue reported on code.google.com by pdewa...@gmail.com on 9 Jun 2015 at 11:40