Mates, i want to add a function in my site to get back members forgotton passward. I hv almost compleeted...But when user request for pwd...They got pwd in md5 format. Plz post here how can i solv it to get pwd in text (original pwd text) format? Plz post here
Plz help me to solv it
Collapse
X
-
md5 in your case cannot be decrypted.
i suggest you to store also the real password in database, so when someone request it, it will get it as it it.
so you need to made some edit in your code, and in the database too.
like this:
password: ae7a14591aaf8d474cdb3f92111c923e
pass2: mysterio
hope you will do it.mysterio.al - programming is a functional art
-
but i will not suggest this rather try to make a code were a url can be send to them were they then get a token valid for 20min to change a pass leaveing uncrypted password in a database can be a problem.BakGat
Code:class Counter { public: void Count(); int ReadDisplay(); private: int CurrentCount; };
Back up my hard drive? How do I put it in reverse?My Community
BakGat
sigpic
Comment
-
my site has this lol it will send your password and NO it not easy to decode the password &@jrf8sdh - imnoidiot
no md5 or sd5 code its unknown encrypted password system only my server and its self knows it no other script can get itVisit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
-
Nope its encrypted the best way pinbit 256 bit encrypted code means server that has the password to match to uncode passwordVisit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
-
Originally posted by centi View Postevery md5 can be decrypt... its easy..
decrypt this 37cca2cd6d4bc973ef73ba479895ecb5
seems to me you got no clue that there is the difference
between decrypting and cracking...
while cracking md5 hash is possible...
decrypting ISN'TIt's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ â“â“¡â“” â“ⓑⓛⓔ ⓣⓞ â“—â“”â“â“¡ !
ιη тнєσÑу, тнє ÏÑα¢тι¢є ιѕ α Ñєѕυℓт σƒ тнє тнєσÑу, вυт ιη ÏÑα¢тι¢є ιѕ тнє σÏÏσѕιтє.
Comment
Comment