Trying to find a good javascript function for hmac-sha1

Posted by Darxval on Stack Overflow See other posts from Stack Overflow or by Darxval
Published on 2010-05-27T20:28:41Z Indexed on 2010/05/27 20:31 UTC
Read the original article Hit count: 238

Filed under:
|
|

So i have been searching the web for a javascript source for an Hmac-sha1 algorithm. I saw Crypto's but i cant seem to get it to work, mainly because it has no idea what crypto means. (i copied the .js script functions into my script file)
http://code.google.com/p/crypto-js/
I have my base64 encoded function already. that i got from here:
http://nerds-central.blogspot.com/2007/01/fast-scalable-javascript-and-vbscript.html


btw this for a twitter application using the new OAuth system.

any help or links to where i can find anything on this would be helpful
If you need me to elaborate let me know. thank you!

© Stack Overflow or respective owner

Related posts about html

Related posts about twitter