Prints bits of a password at the given 1-based indices.
> pwat 2 5 8
Enter password: hallowelt
aol
The password not being displayed of course.
Built using cargo.
cargo build --release
Whereupon the executable will be created at target/release/pwat
.