Re: AES Encryption
- Posted by Icy_Viking Jul 14, 2023
- 757 views
ghaberek said...
euphoric said...
How do we do AES encryption with Euphoria? (Unfortunately, Search provides no good links.)
Best bet is probably to wrap libtomcrypt.
-Greg
I wouldn't mind taking a stab at trying to wrap these libtom libraries. However when I tried compiling/building themselves, I ran into issues. If someone wants to send me the DLLs, I'll take a crack at it. I might try building these under Linux using the Windows Linux Subsystem as these libraries appear to be developed under a linux environment.