I'm looking for an easy way to compute SHA 256 in Action Script on the BlackBerry PlayBook.

I saw the mx.data.crypto.SHA256 class that seems fit for the purpose but it looks like it is not available on the standard PlayBook libraries, or do I need to import any specific SWF?

More generaly, if you know of an easy-to-use cryptographic library for Action Script, I'd welcome that too.

Thanks for any suggestion

link|improve this question
feedback

3 Answers

up vote 2 down vote accepted

http://code.google.com/p/as3crypto/

Just download the sources you need and import them where required.

link|improve this answer
feedback

Check maybe http://www.blooddy.by/en/crypto/benchmark/ is faster.

link|improve this answer
I can't find the sources for that one... – Smugrik Aug 15 '11 at 10:09
There is a compiled swc. – Pavel fljōt Aug 15 '11 at 20:55
Sure, but I still can't find the sources, I guess it's not openSourced, the site doesn't give a lot of information – Smugrik Aug 16 '11 at 13:28
feedback

I also found the Flame library: http://code.google.com/p/flame/

Hash algorithms: MD5, RIPEMD-160, SHA-1, SHA-2 (SHA-224, SHA-256, SHA-384, SHA-512)

Keyed-hash algorithms: HMAC

Symmetric algorithms: AES, Rijndael, RC4

Asymmetric algorithms: RSA, Elliptic Curve Diffie-Hellman (ECDH)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.