Improvements for cooked mode
This commit is contained in:
parent
25519c4f1c
commit
c36c62385b
2 changed files with 26 additions and 8 deletions
|
@ -51,7 +51,7 @@ pub fn main() {
|
|||
|
||||
println!("");
|
||||
|
||||
print!("hash: '{}' ", password);
|
||||
print!("hash: {}: '{}' ", user, password);
|
||||
for b in output.iter() {
|
||||
print!("{:X} ", b);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue