XOR Encryption Help

Laapmuu34

New Member
Need some help to decrypt this XOR encryption:
00010000 00011011 00010110 00000111 00001100 00000101 00000001


The key is: 01010101
 

Deadpool

Active Member
Are you just copy pasting some homework? I read in 20s on Wikipedia and I already know how to do that.

I´ll try to explain it.

1+1= 0
1+0= 1
(a+b)+c = a+(b+c) (I´m not sure what the value of that would be here)

So for every line you add the value+key, following the rules. Example, the first line:

00010000
+
01010101

-------------

01000101

I´m pretty sure that´s right. Maybe someone can confirm.
 

Agent Smith

Well-Known Member
0001000000010001000001000001010100000001000000000101000001000100000100000001000101000001000001000100000000000001000100010000
 

Deadpool

Active Member
0001000000010001000001000001010100000001000000000101000001000100000100000001000101000001000001000100000000000001000100010000

Did you get that from that shady website? Seems to me there are too many numbers there.

Could please explain how you did it? That would be helpful for anyone finding this post.
 
Top