Improvements for cooked mode

This commit is contained in:
Jeremy Soller 2016-09-28 15:17:37 -06:00
parent 25519c4f1c
commit c36c62385b
2 changed files with 26 additions and 8 deletions

View file

@ -51,7 +51,7 @@ pub fn main() {
println!("");
print!("hash: '{}' ", password);
print!("hash: {}: '{}' ", user, password);
for b in output.iter() {
print!("{:X} ", b);
}