Re: SHA256

2014-12-15 Thread José Antonio Rocha
2014-12-15 18:00 GMT-02:00 Michael Doub : > > I have not used these functions personally but I see in the readme that > multiple steps are required for sha-256. > > So, to get the sha-256 digest of a string: > put sha256.hex("the cat sat on the mat") into tDigest &

Re: SHA256

2014-12-15 Thread Michael Doub
José, I have not used these functions personally but I see in the readme that multiple steps are required for sha-256. So, to get the sha-256 digest of a string: put sha256.hex("the cat sat on the mat") into tDigest put sha256.b64(someVariable) into tDigest and of a file put

Re: SHA256

2014-12-15 Thread Richard Gaskin
José Antonio Rocha wrote: 2014-12-15 17:25 GMT-02:00 Richard Gaskin: LiveCode currently provides only two hashes, MD5 and SHA1. I have a project in which I need SHA256. Anyone here have a function for that? Hi! There is this, but I could not make it work: http://masmit.net/libhash-hmac.html

Re: SHA256

2014-12-15 Thread José Antonio Rocha
Hi! There is this, but I could not make it work: http://masmit.net/libhash-hmac.html 2014-12-15 17:25 GMT-02:00 Richard Gaskin : > > LiveCode currently provides only two hashes, MD5 and SHA1. I have a > project in which I need SHA256. Anyone here have a function for that? > >

SHA256

2014-12-15 Thread Richard Gaskin
LiveCode currently provides only two hashes, MD5 and SHA1. I have a project in which I need SHA256. Anyone here have a function for that? -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web