as3-crypto
as3-crypto copied to clipboard
Fork of Henri Torgemane's excellent as3 cryptography library
Hi folks, I re-implemented AES encryption/decryption using a word-based algorithm (instead of byte-based) I am using this new algorithm in my HLS player https://github.com/mangui/HLSprovider (that needs to support AES-128 decryption)...
Unfortunately I've been unable to invest direly needed time to handle issues and pull requests. In addition, ActionScript 3 hasn't been in my daily workflow for a long time now...
Would be nice to see built in support for DH.
Error: pure virtual function call: fromDERContent at com.hurlant.util.asn1.type::ASN1Type/fromDERContent()[/Users/timkurvers/Projects/personal/as3-crypto/src/com/hurlant/util/asn1/type/ASN1Type.as:150] at com.hurlant.util.asn1.type::ASN1Type/fromDER()[/Users/timkurvers/Projects/personal/as3-crypto/src/com/hurlant/util/asn1/type/ASN1Type.as:131] at com.hurlant.util.asn1.type::SequenceType/fromDERContent()[/Users/timkurvers/Projects/personal/as3-crypto/src/com/hurlant/util/asn1/type/SequenceType.as:32] at com.hurlant.util.asn1.type::ASN1Type/fromDER()[/Users/timkurvers/Projects/personal/as3-crypto/src/com/hurlant/util/asn1/type/ASN1Type.as:131] This is the error I get while in debug mode and using your swc with airxmail...
Hi, I need help. I generate RSA keys. And now i must send my public key to server in PEM format. Can somebody tell me how can i do it?
I'm trying to use this crypto library as part of as3httpclientlib to pass on an audio recording (wav) in the body of an HTTPS request. Unfortunately I'm seeing the following...
The original repo can be found on [Google Code](https://code.google.com/p/as3crypto). List of issues: - [x] [#1](https://code.google.com/p/as3crypto/issues/detail?id=1) Inline ASDoc comments not allowed Addressed by 34d0618ef62138c8cebacd5bbc0365958a083d70 - [ ] [#2](https://code.google.com/p/as3crypto/issues/detail?id=2) TLSEngine reports errors...