Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

/PROG/RIDERS UNITE

Name: Anonymous 2012-04-08 3:40


Hello /prog/

if i have:

n = a^b
m = b^c

Then how can i take n and m and figure out what b is?

Name: Anonymous 2012-04-08 3:45

>>3
trying to crack something that uses a simple algorithm:


char *str = "prog";
char[4] newstr;

newstr[0] = str[0]^str[1];
newstr[1] = str[1]^str[2];
newstr[2] = str[2]^str[3];
newstr[3] = str[3]^str[0];

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List