Results 1 to 8 of 8

Thread: Password encrypter

  1. #1
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default Password encrypter



    Encrypt/Decrypt strings with a set key


    I think theres a cap on how long the string you are encrypting can be (few hundred characters though)
    Attached Files Attached Files

  2. #2
    Join Date
    Jun 2013
    Location
    Scranton
    Posts
    496
    Mentioned
    5 Post(s)
    Quoted
    220 Post(s)

  3. #3
    Join Date
    Dec 2007
    Posts
    2,112
    Mentioned
    71 Post(s)
    Quoted
    580 Post(s)

    Default

    Damn man, you figured out how to decrypt md5. WP

  4. #4
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by jstemper View Post
    no salts? still pretty cool
    it's more for storing passwords for you to remember than it is for actual password storage

    Quote Originally Posted by Kasi View Post
    Damn man, you figured out how to decrypt md5. WP
    Not everyone can balance being a extraordinary hacker cracker and Morgana God in one lifetime

  5. #5
    Join Date
    Dec 2007
    Posts
    2,112
    Mentioned
    71 Post(s)
    Quoted
    580 Post(s)

    Default

    Quote Originally Posted by rj View Post
    Not everyone can balance being a extraordinary hacker cracker and Morgana God in one lifetime
    Bronze 5 The God.

  6. #6
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by Kasi View Post
    Bronze 5 The God.
    idk man my league of legends client says silver 5

  7. #7
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Simba Code:
    'Haval': ht := htHaval;
    'MD4': ht := htMD4;
    'MD5': ht := htMD5;
    'RIPEMD128': ht := htRIPEMD128;
    'RIPEMD160': ht := htRIPEMD160;
    'SHA1': ht := htSHA1;
    'SHA256': ht := htSHA256;
    'SHA384': ht := htSHA384;
    'SHA512': ht := htSHA512;
    'Tiger': ht := htTiger;

    These are all hash algorithms. Not encryption algorithms. Your encryption algorithm is RC2. Just change the label on your form.
    I am Ggzz..
    Hackintosher

  8. #8
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by Brandon View Post
    Simba Code:
    'Haval': ht := htHaval;
    'MD4': ht := htMD4;
    'MD5': ht := htMD5;
    'RIPEMD128': ht := htRIPEMD128;
    'RIPEMD160': ht := htRIPEMD160;
    'SHA1': ht := htSHA1;
    'SHA256': ht := htSHA256;
    'SHA384': ht := htSHA384;
    'SHA512': ht := htSHA512;
    'Tiger': ht := htTiger;

    These are all hash algorithms. Not encryption algorithms. Your encryption algorithm is RC2. Just change the label on your form.
    Just change the label he says


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •