tags:

views:

114

answers:

2

Hi,

I have encrypted my data using RSA in Asp.net. Now i need to use the data in flex by decrypting it. Could any one guide me how to decrypt the data in Flex which was encrypted in .Net using RSA.

Thanks in Advance.

+1  A: 

There's a good library for actionscript encryption/decryption - as3crypto. It should be exactly what you need.

Robert Bak
A: 

Hi, Thanks for your quick reply. Currently i am going through that link only but, I could not get the logic of decrypting the data using RSA? Any help is appriciated!.

Thanks.

Aswath
Follow up comments like these should be posted by clicking on the `add comment` link beneath the corresponding answer rather than adding it as a new answer. Delete this "answer" and ask it as comment to Rob's answer to remove the -ve vote. Users get updates about new comments to their posts, not for new answers to questions that they've answered.
Amarghosh