Houwenda / CrypAutool

An educational(?) tool for cryptography, developed in Qt5.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CrypAutool

A tool designed to automatically recognize some classic cryptography and encodings recursively, including brute forcing some common hashes.

The charts shows the recursive results in a concrete way using Echarts, which (I hope) can make it easier to understand.

A Database is needed to bruteforce hashes, you can find the tool I use to create database using Qt5 here .

Due to the absolute paths in the program, it cannot be boxed yet.

Notice:This tool can be used for educational purposes, but is not qualified for cryptography research or cracking.

Some examples:

Atbash:

image

Ceasar:

image

Polybius:

image

md5:

image

sha1:

image

sha244:

image

sha384:

image

echarts:

image

About

An educational(?) tool for cryptography, developed in Qt5.


Languages

Language:JavaScript 97.8%Language:C++ 2.0%Language:HTML 0.1%Language:QMake 0.0%