Activity 6.0 Pre-lab
Find a password of interest within the rockyou.txt file or another dictionary.
Create an MD5 representation for the given password with
echo -n 'passwordgoeshere' | md5sum

Create a SHA256 representation for that password too. (figure out how to do this)

Crack them with a rainbow table tools on Google


Last updated