Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 1.4 KB

README.md

File metadata and controls

24 lines (23 loc) · 1.4 KB

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