As the title says, how would one go about cracking a sha256 hash via brute-force with ruby?
I have searched everywhere, but I can't find anything. I am trying to decrypt it from a string input from the user.
As the title says, how would one go about cracking a sha256 hash via brute-force with ruby?
I have searched everywhere, but I can't find anything. I am trying to decrypt it from a string input from the user.
I'm not going to write your code for you, but I will give you a start.