SHA1 cracked .... What are the chances this will be addressed in LC?
Bob Sneidar
bobsneidar at iotecdigital.com
Tue Feb 28 10:46:14 EST 2017
Thanks for that Peter! I've been thinking about a way to encrypt data for storage in database systems for things like passwords and server credentials. Now to figure out how to decrypt it...
Bob S
> On Feb 27, 2017, at 02:49 , Peter TB Brett via use-livecode <use-livecode at lists.runrev.com> wrote:
>
> function HmacSha1(pKey, pData)
> return sha1digest(pKey & sha1digest(pKey & pData))
> end HmacSha1
More information about the use-livecode
mailing list