CodeBase - XOR Hex Encryption/Decryption
Return to the CodeBase listing
Category: Miscellaneous
Version: 1.0
Information
Uploaded: 28th Mar 2011 22:48
Modified: 1st Jan 1970 01:00
Author: Flatlander
Summary
Allows you to encrypt and decrypt data strings.
Full Description
This code will allow you to enter a password or code key plus a data string of characters you wish to have encrypted/decrypted.<br /> <br /> What the encryption function does is turn each character into a hex value, then gets the hex value of the password, XOR the data hex value with the hex value of the password and passes it back as a variable.<br /> <br /> What the decryption function does is simply reverses the process.<br />
Comments
No comments yet.