A simple command-line tool to encrypt and decrypt files.
- Clone the repository:
git clone https://github.com/ItsAnkitPatel/go-file-encryption.git && cd go-file-encryption - Run the application for encryption:
go run . encrypt <file_path> - Run the application for decryption:
go run . decrypt <file_path>
NOTE: Make sure to put the same password that you used for encryption while decrypting the file.