jub0t / precompute

Proof of concept: Precomputing hashes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Precompute

I have made a simple program to demonstrate how hashes can be pre-computed and stored in memory for faster password cracking. For the demonstration, I used the Sha256 algorithm, but this method can work with other algorithms as well. However, it is important to note that as of right now, this method of cracking is very impractical since it would require exponential memory and computational usage for longer passwords.

Preview

About

Proof of concept: Precomputing hashes.

License:Apache License 2.0


Languages

Language:Rust 73.0%Language:C++ 26.4%Language:Shell 0.6%