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@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].
> 


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to