encrypt is a simple command-line tool to encrypt a file. It's my attempt to create a simple tool that can encrypt any file content with AES256 encryption.
git clone github.com/aliraza944/encrypt
cd encrypt
go build
go install
encrypt -k <32-letter-encryption key> -p <file path>encrypt -k <32-letter-encryption-key> -p <file path> -m d