pwat

Crates.iopwat
lib.rspwat
version0.1.1
sourcesrc
created_at2016-04-11 22:02:08.787461
updated_at2016-04-12 13:10:56.631321
descriptionThe bank asks you for the Lth, Mth and Nth letters of your password? Use pwat.
homepagehttps://github.com/machisuji/pwat
repository
max_upload_size
id4730
size2,485
Markus Kahl (machisuji)

documentation

README

pwat

Prints bits of a password at the given 1-based indices.

Example

> pwat 2 5 8
Enter password: hallowelt
lwt

The password not being displayed of course.

Build

Built using cargo.

cargo build --release

Whereupon the executable will be created at target/release/pwat.

Commit count: 0

cargo fmt