index
:
goaes.git
main
A CLI tool to encrypt files with AES-256-GCM.
Levi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
goaes
/
commands
/
commands.go
blob: 2a6f51e322776d0f2486bae8ab5dad06b43ad0ca (
plain
)
1
2
3
4
5
6
package commands const ( fileMode = 0600 PassphraseEnvVar = "GOAES_PASSPHRASE" )