10000 GitHub - codeonym/CipherCraft: SecureCraft: A Python-based command-line cryptographic toolkit developed as a mini project for the 'Cryptographie appliquée et Sécurité des réseaux' module in the Master M2I program. Explore modular encryption, choose between classic and modern methods, and secure your data seamlessly from the terminal.
[go: up one dir, main page]

Skip to content

SecureCraft: A Python-based command-line cryptographic toolkit developed as a mini project for the 'Cryptographie appliquée et Sécurité des réseaux' module in the Master M2I program. Explore modular encryption, choose between classic and modern methods, and secure your data seamlessly from the terminal.

License

Notifications You must be signed in to change notification settings

codeonym/CipherCraft

 
 

Repository files navigation

CipherCraft

CipherCraft Logo

CipherCraft is a powerful Python-based cryptography tool with a command-line interface, offering a wide range of classic and modern cryptographic algorithms.

Table of Contents

Description

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.

Installation

To install CipherCraft, follow these steps:

  1. Clone the repository:

    git clone https://github.com/oufkirIbrahim/CipherCraft

    Or this one

     git clone https://github.com/codeonym/CipherCraft
  2. Navigate to the project directory:

    cd CipherCraft
  3. Install the tool in editable mode:

    pip install .
    

    This will install CipherCraft from the current directory.

Usage

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.

Contributors

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.

License

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.~~

About

SecureCraft: A Python-based command-line cryptographic toolkit developed as a mini project for the 'Cryptographie appliquée et Sécurité des réseaux' module in the Master M2I program. Explore modular encryption, choose between classic and modern methods, and secure your data seamlessly from the terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0