Reputation: 97
Hey stackoverflow community,
I was wondering if anyone knew of any built-in Flex libraries that support encryption/decryption. I see that most people recommend AS3Crypto, are there other alternatives?
In particular, looking for one that supports DES encryption.
Thanks!
Upvotes: 0
Views: 1490
Reputation: 451
as3corelib offers some encryption functionality, you may find it a little more approachable than as3crypto library. Can browse as3corelib here
https://github.com/mikechambers/as3corelib/
Upvotes: 1