Crates.io | mpw-rs |
lib.rs | mpw-rs |
version | 2.4.3 |
source | src |
created_at | 2017-06-05 02:34:06.636382 |
updated_at | 2017-09-26 05:16:12.246893 |
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 --release
cargo run --release
cargo run --release -- --benchmark
cargo install mpw-rs
mpw-rs
for the current user.To use the Argon2 based KDF instead of Scrypt:
cargo run --release -- -a next
Argon2i(pass=1, lanes=4, mem=128MB)
as KDF instead of Scrypt.