ronys / pypwsafe

A pure-Python library that can read and write Password Safe v3 files, originally by Paulson McIntyre
http://pwsafe.org
Other
66 stars 23 forks source link

Fixed HMAC validation bug #4

Closed gpmidi closed 13 years ago

gpmidi commented 13 years ago

Fixed a bug that would cause HMAC validation failures on any records with a password policy set.

ronys commented 13 years ago

Nice catch!