Increasing maximum salt length in custom kernel
#4
The maximum block size for 32 bit based sha* versions is 64 and 128 for the 64 bit based ones. So in case you want to compute a sha1 of an input message of length 102 you need to split them in two parts. See the increased password length support branch for an example on how to do this with sha256.


Messages In This Thread
RE: Increasing maximum salt length in custom kernel - by atom - 05-13-2017, 02:20 PM