Re: AES Encryption
- Posted by ghaberek (admin) Jul 20, 2023
- 1127 views
Maybe one of these will work: Euphoria Encryption Libs
If you want to call what you're doing "encryption" then those are not the answer. Encryption has come a long way in the last twenty years and it would be unwise to use anything that isn't well tested, supported, and maintained. The Archive, by the way, should really be regarded as "for informational purposes only" as anything that is hand-made and purports to be "secure" is likely not. Plus, you started this thread asking specifically for AES encryption which none of those are anyway. The closest is Blowfish but even that is outdated and not at all compatible with AES. Here is a thread from Stack Exchange that explains the nuance and difficulty involved: Why shouldn't we roll our own?
-Greg

