Password Encryption 06/29/2012 - CO2 Programming - 14 Replies Here's a quick explanation on passwords and the various mechanisms used to protect them.
Method 1: Plain Text Passwords
The most simple way of storing a password is... well exactly as it is. What this means is that the string "password" is stored somewhere in a database in it's same human readable form "password". Whenever your credentials are entered to login a server they are verified against the database to ensure that they match. If your thinking it.. you aren't being bias at all.....
[HELP] Password encryption 12/26/2009 - CO2 Private Server - 27 Replies What Password encryption does conquer have? i want to code register script and don`t know encryption for password,its not md5.
CO password encryption 11/30/2008 - Conquer Online 2 - 3 Replies Was it ever released? I know it was hiding in dev section for some time but I don't know if it ever got out. If it has, a friendly link to where to? Or if not, maybe an explanation? It's quite a weird encryption at first glance. Thanks in advance.
<hr>Append on Apr 6 2007, 20:50<hr> As much as people would probably not like to help out, I'm trying to get stuff going for the benefit of the community : [ I'm doing a c++ server emu and so far everything's going smooth except the password...