as3-crypto
as3-crypto copied to clipboard
Fork of Henri Torgemane's excellent as3 cryptography library
SHA-3
Hello, is there any SHA-3 library ?
I'm not extremely familiar with BigInteger usage, so I apologize if I'm asking something silly. But I'm finding that zero is not always equal to zero, which I thought it...
[This](https://github.com/timkurvers/as3-crypto/blob/master/src/com/hurlant/math/BigInteger.as#L531) is really crazy code that breaks many parsers. Do you think you could change it to [original](http://www-cs-students.stanford.edu/~tjw/jsbn/jsbn.js)? ``` while(y.t < ys) y[y.t++] = 0; ```
Fix for variable aliasing, flash builder project and a binary swc. My guess is that you don't want all of this, but thought I would try. The variable aliasing should...
Hi, i added to the as3crypto lib the widely used key derivation function "pbdkf2" which is defined in PKCS#5 (rfc2898) chapter 5.2. The implementation uses HMAC with SHA1 as the...
hi timkurvers, I have do some bug fixs and also add SHA2 certificate support. Please review my code.
Hi! I was searching for a way to send an email from an air application and i stumbled on **airxmail (SMTP) + as3script (TLS)** Unfortunally i came across a trouble...
Hi, I'm trying to use this library for basic cryptographic operations but can't manage to run RSA verifications properly, I keep getting the following error message: ``` as3 PKCS#1 unpad:...
https://code.google.com/p/as3crypto/issues/detail?id=25 this fixes: https://github.com/timkurvers/as3-crypto/issues/17
Type2fix
commit ec7409d may fix issue #7 thx