| Crates.io | mpw-rs |
| lib.rs | mpw-rs |
| version | 2.4.3 |
| created_at | 2017-06-05 02:34:06.636382+00 |
| updated_at | 2017-09-26 05:16:12.246893+00 |
| description | Master Password is an algorithm used to generate unique passwords for websites, email accounts, or anything else based only on easily reproducible input. |
| homepage | http://masterpasswordapp.com/ |
| repository | https://github.com/lispyclouds/mpw-rs.git |
| max_upload_size | |
| id | 17779 |
| size | 71,436 |
This is the Rust version of the original found here. This can be used as a drop-in replacement for the reference C version, offering greater runtime safety and memory leaks protection with at-par performance.
cargo test --releasecargo run --releasecargo run --release -- --benchmarkcargo install mpw-rsmpw-rs for the current user.To use the Argon2 based KDF instead of Scrypt:
cargo run --release -- -a nextArgon2i(pass=1, lanes=4, mem=128MB) as KDF instead of Scrypt.