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@lists.runrev.com> wrote:
> 
>    function HmacSha1(pKey, pData)
>        return sha1digest(pKey & sha1digest(pKey & pData))
>    end HmacSha1


_______________________________________________
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