Re: AES Encryption
- Posted by ghaberek (admin) Jul 20, 2023
- 832 views
euphoric said...
Isn't there some sort of built-in or standard lib encryption for Euphoria already?
You would think that, but no. Encryption isn't something you want to implement from scratch; I'd feel more confident bundling something already well tested, like libtomcrypt or similar. You're welcome to lead that project if you'd like.
-Greg