Skip to content

Python-based cryptographic tool designed to help users encrypt and decrypt data using various algorithms.

License

Notifications You must be signed in to change notification settings

MovieaT33/dcrypt

Repository files navigation

Dcrypt

Dcrypt is a Python-based cryptographic tool designed to help users encrypt and decrypt data using various algorithms.

Features

  • Implementations of common cryptographic algorithms.
  • Simple encryption and decryption functionality.
  • Easy-to-use API.

Installation

  1. Clone the repository:
git clone https://github.com/MovieaT33/dcrypt.git
cd dcrypt
  1. Create a virtual environment:
python -m venv .venv
  1. Activate the virtual environment:
  • On Windows (PowerShell):
.\.venv\Scripts\Activate.ps1
  • On Linux/macOS:
source .venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt

Usage

To use the tool, activate your virtual environment and run the main script:

python main.py

License

This project is licensed under the GPL-3.0 License.

About

Python-based cryptographic tool designed to help users encrypt and decrypt data using various algorithms.

Topics

Resources

License

Stars

Watchers

Forks

Languages