From 2a22ce4cc573dd91d432fd591ae64cacd221b0a1 Mon Sep 17 00:00:00 2001 From: akulij Date: Wed, 26 Feb 2025 21:44:50 +0000 Subject: [PATCH] delete password hash wich however stayed till this commit --- cmd/age-gen-passphrase/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/age-gen-passphrase/main.go b/cmd/age-gen-passphrase/main.go index 9a5ece5..9910bb5 100644 --- a/cmd/age-gen-passphrase/main.go +++ b/cmd/age-gen-passphrase/main.go @@ -28,7 +28,6 @@ func main() { } sum := sha256.Sum256(passbytes) - fmt.Printf("Password hash: %x\n", sum) k, err := newX25519IdentityFromScalar(sum[:]) if err != nil {