I am learning ethical hacking. I have the hash key of a password and the crypt algorithm (sha256/sha512). I want to parse all the strings from a file and to check if the hash of the password matches the hash of each of the string from the file.
The generated String may contain small letters, big letters and numbers.
Any ideas how to generate all the possible Strings of length n which may contain letters and numbers?