Help with HMAC SHA256

I need a way to encrypt code (urls) with HMAC SHA256 (+secretkey).
Is there any bean/plugin available for servoy ?

Thank you for the help…

Rainer Böhm

Hi Rainer,

I dunno if IT2BE’s Cryptor plugin supports this specific SHA hash but there is a JavaScript library out there that does:
http://code.google.com/p/crypto-js/#HMAC

Should be fairly easy to repurpose that for Servoy.

Hope this helps.