I’m looking for a way to encrypt and decrypt a string, preferably resulting in another string that isn’t too long. It needs to work cross platform, so including iOS, Mac, Win and Android, which rules out plugins.
I know hashing won’t work, as the encrypted string needs to be decrypted as well.
I’m now using a simple XOR to obfuscate the original string, but would like to use something a little more secure. The source string is short; about 12 characters.
By the way, ChatGPT and Copilot aren’t very helpful when it comes to asking Xojo questions; the result is usually code that uses non existing functions.
19 posts - 7 participants