Simple aes256-gcm cli file encryption tool written in Go
- Encrypting a file will create a .key file in the same output folder, so dont lose it if you want to decrypt your file again
- Entire file is loaded into memory, avoid very large files if possible