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: 4172c035853bb12e9e45f2d5706a8685a451ea7b (
plain
)
1
2
3
4
.PHONY: run build run: CGO_ENABLED=0 go run ./main.go