A Rust library for reading and writing Password Safe databases.
Updated version of pwsafe. Fixed dependancy issues due to yanked crate block-cipher-trait. PwsafeReader decrypts the whole psafe3 file in the new method and PwsafeWriter encrypts and writes fields on call to finish. This was done because block-modes consumes the BlockMode instance when calling encrypt and decrypt.