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
/
Makefile
blob: 7620a988271e3145199ad746dac798a50bbdb1e7 (
plain
)
1
2
3
4
.PHONY: run build build: CGO_ENABLED=0 go build -o ./goaes ./cmd/goaes