this is a C algorithm to decrypt w/ brute-force hashes
This version uses pure clang pthreads
Compiling with Clang
clang cryptery.c -o cryptery -lpthread -lcrypto
./cryptery __HASH__
I ❤️ Open source!
Follow github guides for forking a project
Follow github guides for contributing open source
Cryptery is released under the MIT license.