Hello Ive been trying to complete level 10 for awhile now but I cant figure out what a hash is. Ive found the encrypted username and password but I dont know how I would find the hash. Can anyone explain to me how I would do this?
[quote=https://en.wikipedia.org/wiki/Hash_function]A hash function is any function that can be used to map digital data of arbitrary size to digital data of fixed size. The values returned by a hash function are called hash values, hash codes, hash sums, or simply hashes.[/quote]
Here’s a hint: there is no encrypted data in this challenge.
The hint says “Encrypted passwords can be quite difficult to decode, but when you use a common method there is usually a way to get around it. Especially when the encrypted information are simple common words.” so would that mean that there is a method I can use because there is no encrypted data? Because I tried to just put in the “encrypted” username and password and it didnt work.