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

Update PasswordExpiryIntervalRecordProp so that it supports both two byte and four byte values #12

Open gpmidi opened 10 years ago

gpmidi commented 10 years ago

Update PasswordExpiryIntervalRecordProp so that it supports both two byte and four byte values per the PSafeV3 spec update below.

http://sourceforge.net/p/passwordsafe/git-code/ci/7488e042083970f178df58de9d0ec63205074595/

Note: The current implementation should work with all versions of the actual app but other libs/tools written according to the spec may use two bytes.