invalid hash value
#2
in descrypt, 11 char from 13 are the hash digest. they are base64 encoded. so the result from length 11 * 6 = 66 - but the hash is only 64 bit. that means a "valid" descrypt can not have set the last 2 bit. your hashes do have them set for whatever reason.


Messages In This Thread
invalid hash value - by sergel198 - 02-29-2012, 04:37 PM
RE: invalid hash value - by atom - 02-29-2012, 04:45 PM
RE: invalid hash value - by sergel198 - 02-29-2012, 04:58 PM
RE: invalid hash value - by radix - 02-29-2012, 05:11 PM
RE: invalid hash value - by sergel198 - 02-29-2012, 05:21 PM