Skip to content

A python based toolkit for performing cryptographic operations.

License

Notifications You must be signed in to change notification settings

cyc0rpion/DeCryptoSuite

Repository files navigation

DeCryptoSuite

DecryptoSuite

A tool for crytpography and cryptanalysis

DecryptoPreview

Download

DeCryptoSuite is a python based application for performing cryptographic operations.

_It is developed in python3.6 and requires no external library installation. You can use DecryptoSuite for solving CTF challenges including cryptography and hashing.

Features

  * Open Source
  * Light Weight
  * Requires no external library installation
  * simple and Interactive GUI
  * Most of the cryptographic functions at one place
  * Platform Independent
Three basic functions of decryptosuite are:
  1. Decoding

  2. Decryption

  3. Hashing

Advanced functions includes:
  1. Frequency Analysis

  2. Dictionary Attack

  3. Hash Cracker

How to Install:

You can install it through gitclone or download it. You don't need to install aor configure DeCryptoSuite. Just download it and start using.

  1. Move to DecryptoSuite Directory.
  2. Launch DCSGraphical.py.
  3. Now, the window is launched and you can use the tool.
cd DecrytpoSuite/
python3 DCSGraphical.py

There is an option of using DeCryptoSuite as command line tool, however it consists of only basic functionalities.

  1. Move to DecryptoSuite Directory.
  2. Launch DCSConsole.py.
  3. You can type python3 DCSConsole.py -h for help, all avaliable algorithms and options will be displayed.
cd DecrytpoSuite/
python3 DCSConsole.py -h

If found any bug, you can report it to the developer.

Contributors: Mohit Balu @mohitbalu

About

A python based toolkit for performing cryptographic operations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages