|
|
|
|
|
by pdkl95
2781 days ago
|
|
One day (1994) during AP CompSci, my friend was looking for ways to bypass the cheap Mac System 7 lockdown software ("Mac Control" by BDW Software). He found the fill that changed during password changes, and was astonished to find it was the same length as the password. (N character password -> N byte file) Me: That sounds trivial to break; have you tried XOR? Friend: I'll try that now. [Tries ONE value] It's just XORing each character of the password with 0xC9! Me: Wow, that was fast. Why did you guess 0xC9? Friend: 0xC9 is 11001001. Yes, my friend was a huge trekkie. ( http://memory-alpha.wikia.com/wiki/11001001_%28episode%29 ) We spent the rest of high school getting strange looks from teachers that hated that we always seemed to know their passwords, but also wanted our help fixing their computers. |
|
> Friend: I'll try that now. [Tries ONE value] It's just XORing each character of the password with 0xC9!
Really? You kids just guessed it on the first try? I'm skeptical.