From f83cffff038da3752847577bee22816e4243f565 Mon Sep 17 00:00:00 2001 From: Levi Durfee Date: Thu, 8 Jan 2026 13:34:40 -0500 Subject: Refactor passphrase --- cmd/goaes/commands/commands.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cmd/goaes/commands/commands.go') diff --git a/cmd/goaes/commands/commands.go b/cmd/goaes/commands/commands.go index f7086a9..2a6f51e 100644 --- a/cmd/goaes/commands/commands.go +++ b/cmd/goaes/commands/commands.go @@ -1,3 +1,6 @@ package commands -const fileMode = 0600 +const ( + fileMode = 0600 + PassphraseEnvVar = "GOAES_PASSPHRASE" +) -- cgit v1.2.3