Logo

Programming-Idioms

This language bar is your friend. Select your favorite languages!

Idiom #307 XOR encrypt/decrypt string

Create a function that XOR encrypts/decrypts a string

sysutils
encrypted := xorstring(key, original);

New implementation...
< >
anonymous