Reading Pw Code

05/22/2010 07:43 joey123321#1
815163a15dd15164d40b2d5f8206e167 <-- this is a pw made i am wondering wat format is this in so i can read it i wanna make custom pw changer but need the right format
05/22/2010 15:05 King_Arthur#2
That is a salted MD5. If you mean "read" it as in find out what password it is, you can't. It's a hash, not an encryption. Here is some good reading on the subject:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
05/22/2010 15:17 AziQ#3
If want change your pass without register page use your navicat query .Just like want to create new id .But id the id put your id and new pass .Example my old id is test and pass is test .So if want to change pass use attachment .Then in New Login put your id .Mine is test .In New Password put your new pass .Then click generate sql query .Then it will out values('test','53b6320eb06e2c62888a6d1739cd24bd'); .The black one u paste in database .In Account table and password column .Hope this will help u .

*P/s:Sorry if im wrong .Just sharing my knowledge .:o