Dcrypt is a Python-based cryptographic tool designed to help users encrypt and decrypt data using various algorithms.
- Implementations of common cryptographic algorithms.
- Simple encryption and decryption functionality.
- Easy-to-use API.
- Clone the repository:
git clone https://github.com/MovieaT33/dcrypt.git
cd dcrypt- Create a virtual environment:
python -m venv .venv- Activate the virtual environment:
- On Windows (PowerShell):
.\.venv\Scripts\Activate.ps1- On Linux/macOS:
source .venv/bin/activate- Install dependencies:
pip install -r requirements.txtTo use the tool, activate your virtual environment and run the main script:
python main.pyThis project is licensed under the GPL-3.0 License.