CryptoGuy icon indicating copy to clipboard operation
CryptoGuy copied to clipboard

:tophat: CryptoGuy is a tool usefull to find out various decryptions of a string

CryptoGuy

CryptoGuy is supposed to be a tool to be use to figure out which algo is being used for any random given string. It has been created especially to aid in CTFs to find flags in crypto questions.

Usage

This project uses a standard CMake based build. Compile using the following commands:

mkdir build
cd build
cmake ../src
make

License

Licensed under MIT License