From the course: Cybersecurity Foundations: Computer Forensics

Unlock the full course today

Join today to access over 25,200 courses taught by industry experts.

Solution: Hashing in Kali

Solution: Hashing in Kali

(upbeat music) - [Instructor] To change the file name, type move, mv space test.txt space challenge.txt, mv space test.txt space challenge.txt, press Enter. Let's see if the file name got changed. Type ls, press Enter. There's no test.txt, but challenge.txt is the new file. Let's generate a hash value. Type sha256sum space challenge.txt Press Enter. Is the hash value the same as the one we just generated earlier? It looks the same and they are the same. Now we know changing the file name doesn't change the hash value.

Contents