Search code examples
c#actionscript-2encryption-symmetric

Encryption between C# and ActionScript 2


I'm trying to send encrypted data from a flash ( Action Script 2.0) to decrypt it in C#

So far I've found this post (Link opens in Chrome, Opera and Safari. Doesn't work in IE nor Firefox) There's also this question: Encrypt in ActionScript3 and Decrypt in asp.net c#

But both only work in ActionScript 3

Do you know an API to do this on Action Script 2 ?


Solution

  • It turned out that the first link indeed works with ActionScript 2.0

    There's also code on how to do exactly what I was trying to achieve.