pwsafer

Crates.iopwsafer
lib.rspwsafer
version0.1.3
sourcesrc
created_at2021-09-20 16:43:00.452179
updated_at2021-09-20 16:43:00.452179
descriptionA library for reading and writing Password Safe databases.
homepagehttps://github.com/1uckyPh4nt0m/pwsafer
repositoryhttps://github.com/1uckyPh4nt0m/pwsafer
max_upload_size
id454075
size37,189
(1uckyPh4nt0m)

documentation

https://docs.rs/pwsafer/

README

pwsafe

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.

Commit count: 8

cargo fmt