should be interpreted. Does it mean mean that the first 32 byte hash is not the actual hash which results from the mapping possible passwords --> hash. I could try to brute force B**XX encoding to get other hash values but it seems that this method requires too much time.In order to get this data you must brute-force the encrypted hashes you get in each step.
So my questions are
- Is B**XX encoding to brute force?
- Is the 32 byte hash the hash value of the actual password?



