XOR Encryptor

Posts 19 of 9 · Page 1 of 1
XOR Encryptor
This program will encrypt text files with a key... Good for posting source code on this site without having to worry about unwanted people stealing your source and not giving credit. The Encryptor uses a one char key. The key can be any ASCII character, as far as I know.

Test this out by decrypting my encrypted source code for this project that I included with this program.

The EncryptedSource.txt uses a key of: p

This one doesn't corrupt the text files anymore like the last Encryptor did... Lastly you need to save the file on your computer before it will work properly. If you try to run it from inside the WinRAR it may mess up.
Encrypter.rarattachment deleted · 26 downloads before removal
Ill check into this. The source code would be nice...
Quote Originally Posted by rwkeith View Post
Ill check into this. The source code would be nice...
The source code is included in the file. You have to decrypt the encyptedsource.txt to get it.
I see now, missed that tidbit. Looks neat as well...
very nice and ty for fixing dat corrupt bug.
nice

try to make it more than 1 key.

because now you got 128^1 possible keys
and if you really want the code it is worth trying all.

if you more characters then.


128^x = millions of possibility's
Quote Originally Posted by lalakijilp View Post
nice

try to make it more than 1 key.

because now you got 128^1 possible keys
and if you really want the code it is worth trying all.

if you more characters then.


128^x = millions of possibility's
Yeh I know XOR is not hard at all to break, but for the level of code were using here I don't think its a big deal. Hell if you created a XOR decryptor that simply brute forced every single key. I think you deserve the code.

Anyway I'm done with little side projects like this. I've got to get started on ASM and making that Plugin... I need to get into reversing as quickly as possible.
Oh wow. That would infact be incredibly simple to make. (the brute forceness)
Posts 19 of 9 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?