summaryrefslogtreecommitdiffstats
path: root/tools/hashpw/hashpw.go
diff options
context:
space:
mode:
Diffstat (limited to 'tools/hashpw/hashpw.go')
-rw-r--r--tools/hashpw/hashpw.go2
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
}