CipherCraft is a powerful Python-based cryptography tool with a command-line interface, offering a wide range of classic and modern cryptographic algorithms.
CipherCraft is designed to provide a convenient and versatile environment for cryptographic operations. Whether you are working with classic algorithms like Caesar cipher or modern ones like AES or RSA, CipherCraft has you covered. The tool supports encryption, decryption, key generation.
To install CipherCraft, follow these steps:
-
Clone the repository:
git clone https://github.com/oufkirIbrahim/CipherCraft
Or this one
git clone https://github.com/codeonym/CipherCraft
-
Navigate to the project directory:
cd CipherCraft
-
Install the tool in editable mode:
pip install .
This will install CipherCraft from the current directory.
Once installed, CipherCraft can be accessed via the command line. Here's a basic example:
ciphercraft-cli
For detailed instructions on how to use specific algorithms, operations, and features, refer to the official documentation.
CipherCraft is the result of collaborative efforts. The following contributors have played a significant role in the project:
We welcome contributions from the community to make CipherCraft even more powerful and feature-rich.
CipherCraft is open-source and released under the MIT License. Feel free to explore, modify, and distribute the code as per the terms of the license.~~