A secure file encryption tool written in Go.
Secure File Encryption is a command-line tool that allows you to encrypt and decrypt files using strong encryption algorithms. It provides a secure way to protect your sensitive data.
- Encrypt files using AES-256 encryption algorithm
- Decrypt encrypted files
- Password-based encryption for added security
- Fast and efficient encryption/decryption process
To get started with Secure File Encryption, follow these steps:
-
Clone the repository:
git clone https://github.com/AkshatNaruka/secure-file-encryption cd secure-file-encryption/cmd
-
Build the project:
go build
-
Run the program:
./cmd
To encrypt a file, use the following command:
It will ask options like encrypt or decrypt and then input file path and desired output file path.
Use the arrow keys to navigate: ↓ ↑ → ←
? Select Action:
▸ Encrypt
Decrypt
Contributions are welcome! Feel free to open an issue or submit a pull request if you find a bug or want to add a new feature.
This project is licensed under the MIT License.