Plz help me to solv it

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Plz help me to solv it

    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

    #2
    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

    Comment


      #3
      Oh...Thank u friend

      Comment


        #4
        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


          #5
          u better can add md5(encrypted password) rather than encrypted password. i knw it will work surely.
          its dont needed extra row for savin real password in db.
          Last edited by khan; 06.04.10, 19:21.

          Comment


            #6
            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 it
            Visit: 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


              #7
              hash....... lol

              Comment


                #8
                Nope its encrypted the best way pinbit 256 bit encrypted code means server that has the password to match to uncode password
                Visit: 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


                  #9
                  every md5 can be decrypt... its easy..


                  ....................................
                  http://photomag.lk/
                  ....................................

                  Comment


                    #10
                    Originally posted by centi View Post
                    every md5 can be decrypt... its easy..
                    really ???
                    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'T
                    It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
                    ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
                    ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
                    キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

                    Comment

                    Working...
                    X