XOR De/Encoding
Category:
String ManipulationType:
SnippetsDifficulty:
BeginningAuthor: Anonymous
Version Compatibility: Visual Basic 6, Visual Basic 5, Visual Basic.NET
More information:
XOR En/Decryption that gives you a readable string (doesnt contain any special chars) that can be saved as preference or somewhat else, there are other routines that make a nice XOR but the encoded string is not usable because it contains special chars that make your string unusable and undecodable
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: