Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3780

Encrypt/Decrypt a short string cross platform

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 3780

Trending Articles