/* * Sat Nov 20, 2004 11:16:49 AM * - This is a program by Void Main * - It should decrypt passwords created * with my "enc" program in my encryption * busting challenge. * - Of course if you reverse the obfuscation * you will also have a significant hint for * the challenge. * * See: http://voidmain.is-a-geek.net/forums/viewtopic.php?t=1266 * * To compile type "make uncle" * To run type "./uncle" in the same directory as * your encrypted password.dat file resides from * the challenge. * */ #include //Good luck d00dz main(){FILE *z;unsigned//password.dat char Z [ 11 ] ,L [ 11 ] ;/*holy*/int//eger batman l,i ;z =fopen( "password.dat" ,/*arrrrr*/"r" ) ;fscanf(z,"%s\n",Z);fclose(z) ;L[ (l =strlen (Z) )] =0 ;/*be*/for//eorafter (i = 0;i