Crates.io | pwat |
lib.rs | pwat |
version | 0.1.1 |
source | src |
created_at | 2016-04-11 22:02:08.787461 |
updated_at | 2016-04-12 13:10:56.631321 |
description | The bank asks you for the Lth, Mth and Nth letters of your password? Use pwat. |
homepage | https://github.com/machisuji/pwat |
repository | |
max_upload_size | |
id | 4730 |
size | 2,485 |
Prints bits of a password at the given 1-based indices.
> pwat 2 5 8
Enter password: hallowelt
lwt
The password not being displayed of course.
Built using cargo.
cargo build --release
Whereupon the executable will be created at target/release/pwat
.