I’m looking for a simple (built-into XOJO) encryption method, using a self-generated ‘key’ (string), that supports a simple decryption process. Thanks for advice!
Check out Crypto.
Thanks Wayne, that’s where I started. I was hoping for a recommendation within all the crypto options. The few that offer “decrypt” seem to require public and private keys. Just looking for simple one-key solution.
There is AESEncrypt/AESDecrypt. Won’t that do?
1 Like
Hi Kem, that does look like the best recommendation, and after more digging I see a great post I’m going to watch too! Encryption/Decryption Functions - #4 by Kem_Tekinay
3 Likes