Htmiel
Htmiel

Reputation: 13

Adobe AIR cryptography native extension sample

I am an Adobe AIR/AS3 developer and I need to use in my AIR application an encryption/decryption based on private/public keys.

I have found 2 cryptography native extensions: https://github.com/vpmedia/botan-crypto-ane https://github.com/vpmedia/cryptopp-ane

but neither of them has any documentation or samples in AS3. I would appreciate it if anyone would have any tips or samples of how i could encrypt a message with a public key and decrypt it with a private key, using either of the 2 aforementioned libraries.

I have generated my keys using an online "rsa key generator".

Upvotes: 0

Views: 209

Answers (0)

Related Questions