Hi all, I'm looking for an RSA-SHA1 signing function for OAuth. So far I have used HMAC_SHA1 from Synacode unit successfully, but I need to switch to RSA-SHA1. It should use the RSASSA-PKCS1-v1_5 signature algorithm as defined in RFC3447, section 8.2 (also known as PKCS#1) Ideally I would have a function RSA-SHA1(Text, Key: string): string, pretty much like the HMAC_SHA1 method in Synacode.
Does this exist in synapse somewhere maybe under a different name? If not would anyone have an idea on where to get this or how to implement ? I have looked at LockBox and Jedi and googled for it but so far not found straigtforward solutions. Thanks, Gerard ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
