Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

ghost's Avatar
0 0

Anyone knows how to decrypt XOR encryption? I googled it but cant find anything… :(


ghost's Avatar
0 0

I only started learning about XOR the other day, but I think you'll need to find the key first.


Uber0n's Avatar
Member
0 0

XOR isn't an encryption ^^

xor di,di : eXclusive OR, a logical instruction.

If you XOR a number with the same number, it will always return zero.

0 0 returns 0 0 1 returns 1 1 0 returns 1 1 1 returns 0


ghost's Avatar
0 0

thx for replies, so i will try find the key


Uber0n's Avatar
Member
0 0

Np and good luck B)