When running ./hash and providing a password, is it supposed to output 8 digits or can it be less? Some values I am trying to hash are giving me only 6 characters instead of 8.
--
You received this message because you are subscribed to the Google Groups "CSE-539-spring08" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cse-539-spring08+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I thought that hash functions output fixed length values. If they are variable I don't see how to make the rainbow table work?
On Sunday, 11 March 2018 23:22:33 UTC-7, kai...@gmail.com wrote:When running ./hash and providing a password, is it supposed to output 8 digits or can it be less? Some values I am trying to hash are giving me only 6 characters instead of 8.
--