Cryptlocker is a powerful and easy-to-use command-line tool for encrypting and decrypting files and folders. It ensures your sensitive data remains secure with robust encryption methods. Perfect for safeguarding personal and professional information.
Here are some examples of how to use the cryptlocker
command:
- Encrypt a file:
cryptlocker lock /path/to/your/file.txt
- Encrypt a folder:
cryptlocker lock /path/to/your/folder
- Decrypt a file:
cryptlocker unlock /path/to/your/file.txt
- Decrypt a folder:
cryptlocker unlock /path/to/your/folder.zip.cryptic
- Open a Command Prompt with administrative privileges.
- Run the following command to install
cryptlocker
:
powershell -Command "Invoke-WebRequest -Uri https://raw.githubusercontent.com/ArunVenkata/cryptlocker/master/scripts/install.bat -OutFile install.bat; Start-Process -FilePath install.bat -Wait"
-
Open a terminal.
-
Run the following command to install
cryptlocker
curl -sSL https://raw.githubusercontent.com/ArunVenkata/cryptlocker/master/scripts/install.sh | sh
Note: To uninstall, Replace the word
install
withuninstall
in the above commands.
- Clone the repository:
git clone https://github.com/ArunVenkata/cryplocker.git
cd cryptlocker
-
Ensure you have Rust installed on your machine.
-
Build the project:
cargo build --release
- Run the tool:
./target/release/cryptlocker help
Run cryptlocker help
for more information on the supported parameters.
If you would like to contribute to the project, please follow these guidelines:
- Fork the repository and create your feature branch:
git checkout -b feature/new-feature
- Commit your changes:
git commit -m "Add some feature"
- Push to the branch:
git push origin feature/new-feature
- Open a pull request and describe your changes.
This project is licensed under the MIT License. See the LICENSE file for details.