Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 181 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 181 Bytes

GPG Demo to Encrypt and Decrypt a file.

Encrypt a file

go run main.go
go run main.go \
  -public-key="PUBLIC_PATH" \
  -private-key="PRIVATE_PATH"