Crates.io | pwsafer |
lib.rs | pwsafer |
version | 0.1.3 |
source | src |
created_at | 2021-09-20 16:43:00.452179 |
updated_at | 2021-09-20 16:43:00.452179 |
description | A library for reading and writing Password Safe databases. |
homepage | https://github.com/1uckyPh4nt0m/pwsafer |
repository | https://github.com/1uckyPh4nt0m/pwsafer |
max_upload_size | |
id | 454075 |
size | 37,189 |
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.