06.08.2012, 21:26
There's absolutely NO reason for why you would do that... If you need to compare passwords for f.ex. for logging in players, hash the password the player sends to the server (in /login f.ex) and use strcmp to compare that against the one stored in the db.