diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/hashpw/hashpw.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hashpw/hashpw.go b/tools/hashpw/hashpw.go index f6662fa..ac9745d 100644 --- a/tools/hashpw/hashpw.go +++ b/tools/hashpw/hashpw.go @@ -22,7 +22,7 @@ func hashpw() error { if err != nil { return err } - fmt.Printf("%x%x\n", hash, salt) + fmt.Printf("notepad-password=%x%x\n", hash, salt) return nil } |
