Encryptor is a command-line tool for encrypting and decrypting files securely. It provides an easy-to-use interface for protecting sensitive data on your local machine.
- Encrypt individual files or entire directories
- Decrypt previously encrypted files
- Secure master password system
- Colorful and engaging command-line interface
- Cross-platform support (Windows, macOS, Linux)
- Go 1.19 or later
- Open a terminal
- Clone the repository:
git clone https://github.com/samuelowad/encryptor.git - Navigate to the project directory:
cd encryptor - Build the project:
go build - (Optional) Move the binary to a directory in your PATH:
sudo mv encryptor /usr/local/bin/
- Open Command Prompt or PowerShell
- Clone the repository:
git clone https://github.com/samuelowad/encryptor.git - Navigate to the project directory:
cd encryptor - Build the project:
go build - (Optional) Add the directory to your PATH environment variable
Run the tool by executing: