super password encryption

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

    super password encryption

    What do you think about this?
    Im not pro but i think im insane in coding php haha....
    try this... 32 character output for encrypting password..
    PHP Code:
    <?php
    /*
    Jerson M. Guerrero
    Philippines
    Jerson Super Encryption
    Made in the Philippines
    (Please dont removed this copyrights) 
    Note: PHP 5 >= 5.1.2
    */


        
    function jersonph1($str) {
            
    $str base64_encode($str);
            
    $str base64_encode($str);
            
    $str hash("sha512",$str);
            
    $str base64_encode($str);
            
    $str sha1($str);
            
    $str sha1($str);
            
    $str sha1($str);
            
    $str base64_encode($str);                
            
    $str sha1($str);
            
    $str base64_encode($str);
            
    $str sha1($str);
            
    $str sha1($str);
            
    $str sha1($str);
            
    $str md5($str);
            
    $str md5($str);
            return 
    $str;
        }
    ?>
    output like this.......

    PHP Code:
    $password "yourpassword";
    jersonph1($password); 
    please just drag your comments here......

    Added after 6 minutes:

    if doesnt work just remove the
    $str = hash("sha512",$str);
    int he function
    Attached Files
    Last edited by Jerson; 25.06.11, 13:45.

    #2
    its a little bit over kill u could easyily just add a salt then base and md5
    Creator of
    Epix.Mobi

    Keep an Eye on us Big things coming soon!!!!
    Need something for your site hit me up here

    http://coding-talk.com/forum/main-fo...r-your-wapsite

    Comment


      #3
      ^Its too much. I see no purpose of repeatedly hashing! >_>
      And how are you suppose to decrypt the password? lol now dont say its one-way encryption!! :P
      Last edited by ksg91; 25.06.11, 19:32.
      Follow me @ksg91 | My Blog: http://ksg91.com | Nokia Blog: http://NokiaTips.in

      Comment


        #4
        Originally posted by ksg91 View Post
        ^Its too much. I see no purpose of repeatedly hashing! >_>
        And how are you suppose to decrypt the password? lol now dont say its one-way encryption!! :P
        you dont need to decript the password, only the account owner should know the password, or else it does not make much sense to encript password.

        i would say its more than enough to encript password 2 or 3 times
        PHP Code:
        function jersonph1($str) { 
                
        $str hash("sha512",$str); 
                
        $str sha1($str); 
                
        $str md5($str); 
                return 
        $str

        Advertise your mobile site for FREE with AdTwirl

        Comment


          #5
          I just want to secure my users. In case my website will be get hacked the hacker will never know the users password 4ever... As a responsible being you dont need to know others password am i right? i can give a forgot password by resetting password and not by sending their password... Thanks for your comments. i really design it overkill haha.

          Comment


            #6
            why dont use just MD5 ??
            Unamos los corazones,hoy todos somos multicolores!

            Comment


              #7
              Originally posted by GumSlone View Post
              you dont need to decript the password, only the account owner should know the password, or else it does not make much sense to encript password.
              I know that but I am saying for encryption, there exists decryption. Other way, its called one way hashing. He used its encryption so I am just saying that its no encryption but rather onw-way hashing.
              Follow me @ksg91 | My Blog: http://ksg91.com | Nokia Blog: http://NokiaTips.in

              Comment


                #8
                Originally posted by morency View Post
                why dont use just MD5 ??
                md5 can be decoded by online library sites like md5decrypter google it
                This is ten percent luck, twenty percent skill
                Fifteen percent concentrated power of will
                Five percent pleasure, fifty percent pain

                And a hundred percent reason to remember the name!

                Comment


                  #9
                  Originally posted by just_m3. View Post
                  md5 can be decoded by online library sites like md5decrypter google it
                  since when md5 can be decoded ???
                  i really don't know how many times this need to be told...
                  md5 is ONE WAY encryption and CANNOT be decoded...
                  it can be only ''cracked'' that means that there exist
                  large databases, and IF your password is already in it
                  then you can get ''original'' word, and theres no warranty it'll work 100 %
                  for example here's one hash:
                  Code:
                  2ccd816e3b26ca5ee367e9716c546a4e
                  decode it by onlnine library's...
                  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


                    #10
                    I am very sure you will become billionaire when you find a way to decode md5 :D
                    Unamos los corazones,hoy todos somos multicolores!

                    Comment


                      #11
                      MD5 can be cracked using birthday attack. But if you think its that easy, you're dumb.
                      Follow me @ksg91 | My Blog: http://ksg91.com | Nokia Blog: http://NokiaTips.in

                      Comment


                        #12
                        Thats why i made it because there is no way to be cracked..... Yes there are sites that have md5 decoder... There is easy way to decode md5 but you need very very large database about 9999999999 terabyte diskspace just to make a word to md5 combination.. w/c is next to imposible. Haha..
                        Last edited by Jerson; 02.07.11, 16:28.

                        Comment


                          #13
                          sometime md5encoded possible decoded with MD5 decrypter / decoder
                          but that site not really decode md5encoded, that site is old site and have big database md5 from Tools to help encode/encrypt or decode/decrypt MD5, MD4, Sha1, URL encoding, Base85 or Base64

                          for proving that the site is not really decoder.
                          first make md5 encoder on localhost or on your site to encode your word, than decode your md5encoded word with MD5 decrypter / decoder
                          if they say error No conversion available, try encode your word with Tools to help encode/encrypt or decode/decrypt MD5, MD4, Sha1, URL encoding, Base85 or Base64 then redecode again with MD5 decrypter / decoder
                          now your md5encoded word can decoded because available on their database

                          Comment


                            #14
                            hmmmmmmpZ

                            Originally posted by morency View Post
                            I am very sure you will become billionaire when you find a way to decode md5 :D
                            try this MD5 decrypter / decoder

                            Comment


                              #15
                              Achinipx
                              :D decode it
                              PHP Code:
                              77f646152b20f261d5509b653e3d4fe2 

                              Comment

                              Working...
                              X