SHA1 cracked .... What are the chances this will be addressed in LC?

Bob Sneidar bobsneidar at iotecdigital.com
Tue Feb 28 10:48:42 EST 2017


err... This does not work. I cannot find a function called sha1digest in the LC library. 

Bob S


> On Feb 27, 2017, at 02:49 , Peter TB Brett via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> Or, in LiveCode:
> 
>    function HmacSha1(pKey, pData)
>        return sha1digest(pKey & sha1digest(pKey & pData))
>    end HmacSha1
> 
> If you are doing this, then the current attack on SHA-1 does not affect the security of your system at all [1].
> 





More information about the use-livecode mailing list