Welcome Guest [Log In] [Register]
Viewing Single Post From: Hey!
jdege
Member Avatar
Elite member
[ *  *  *  *  * ]
insecure
Jan 11 2007, 12:44 PM
I shudder to think of my first attempt to disguise plaintext passwords in a database.

Code:
 

   int i=0;
   while (*p)
       *q++ = *p++ ^ "\xDE\xAD\xBE\xEF"[i++%4];
   *q = '\0';
When cryptography is outlawed, bayl bhgynjf jvyy unir cevinpl.
Offline Profile Quote Post
Hey! · Community