diff options
| author | Levi Durfee <levi.durfee@gmail.com> | 2026-01-08 13:34:40 -0500 |
|---|---|---|
| committer | Levi Durfee <levi.durfee@gmail.com> | 2026-01-08 14:38:58 -0500 |
| commit | f83cffff038da3752847577bee22816e4243f565 (patch) | |
| tree | 10662748646240871776cbdc98e30148b2014997 /cmd/goaes/commands/commands.go | |
| parent | 4beaad7b57dc2f010195eaf605216a40d3c904fd (diff) | |
Refactor passphrase
Diffstat (limited to 'cmd/goaes/commands/commands.go')
| -rw-r--r-- | cmd/goaes/commands/commands.go | 5 |
1 files changed, 4 insertions, 1 deletions
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" +) |
