1. Welcome! Please take a few seconds to create your free account to post threads, make some friends, remove a few ads while surfing and much more. ClutchFans has been bringing fans together to talk Houston Sports since 1996. Join us!

Password Decryptor

Discussion in 'BBS Hangout' started by Behad, Sep 2, 2007.

  1. Behad

    Behad Member

    Joined:
    Feb 20, 1999
    Messages:
    12,358
    Likes Received:
    193
    Anyone know of a good program for decrypting passwords? I have the password in front of me, but it's all asterisks:

    ************

    How can I found out what this is?
     
  2. dntrwl

    dntrwl Member

    Joined:
    Mar 14, 2007
    Messages:
    3,612
    Likes Received:
    44
    theres programs that just file out random passwords over and over again to the site using a different proxy so u dont get it banned..as long as you have the username then just get a password list. it'll take some time though, and kinda hard to explain. someone else should know more about it, i tried it for napster once a long time ago
     
  3. StupidMoniker

    StupidMoniker I lost a bet

    Joined:
    Jul 18, 2001
    Messages:
    16,173
    Likes Received:
    2,826
    HoustonAstro
     
  4. Ziggy

    Ziggy QUEEN ANON

    Joined:
    Jun 11, 1999
    Messages:
    37,281
    Likes Received:
    13,744
    Back in the day it was snadboy. May still be around.
     
  5. vincentt

    vincentt Member

    Joined:
    Mar 6, 2007
    Messages:
    218
    Likes Received:
    1
    so anyone know what program he is talking about?
     
  6. Billyp

    Billyp Member

    Joined:
    Jul 21, 2005
    Messages:
    346
    Likes Received:
    0
    I used my program and it got it, here it is:
    ************
     
  7. demon77

    demon77 Member

    Joined:
    Mar 22, 2007
    Messages:
    5,074
    Likes Received:
    1
    go to google.com, type " unmask asterisk password ", or something like that.
     
  8. Ziggy

    Ziggy QUEEN ANON

    Joined:
    Jun 11, 1999
    Messages:
    37,281
    Likes Received:
    13,744
  9. Dr of Dunk

    Dr of Dunk Clutch Crew

    Joined:
    Aug 27, 1999
    Messages:
    46,638
    Likes Received:
    33,641
    Depends on the encryption used. If it's something like a zip or Excel password, there are tools out there that can do it...

    If it's something that uses something like Rijndael or Blowfish encryption... good luck.
     
  10. demon77

    demon77 Member

    Joined:
    Mar 22, 2007
    Messages:
    5,074
    Likes Received:
    1
    I don't think the password is encrypted yet, its just hidden I think.
     
  11. Mr. Brightside

    Joined:
    Mar 27, 2005
    Messages:
    18,965
    Likes Received:
    2,148
    The program is called Revelation. You used to able to steal IM passwords, before they changed the format. I think you can still use Revelation for software based logins, but not web based logins though.


    EDIT: didn't see Ziggy's link
     
  12. Dr of Dunk

    Dr of Dunk Clutch Crew

    Joined:
    Aug 27, 1999
    Messages:
    46,638
    Likes Received:
    33,641
    Hmm... I see what you're saying, but if a developer takes your password and doesn't display the "all asterisks" with the length of the word changed, he should be shot. lol. Hopefully all it's showing is asterisks and not a real password somewhere in a buffer that's masked. :eek: If it's Windows, it may do this... I dunno. If it's any reputable company, they need to again, be shot. :D
     
  13. WildSweet&Cool

    Joined:
    Jun 22, 2007
    Messages:
    1,768
    Likes Received:
    0
    It is common in many computer languages to use the asterisk to mask passwords, and in each language an application can be written in may different ways. Because of this there is not one program that will generally hack all of the **** passwords.

    Now, for specific programs (like WinZip, or WinRar, etc) There are applications that have been specifically written to hack their passwords. They work in two different ways:

    1) Dictionary hack. The hack application has a file that contains a dictionary of words, and the application rifles through the dictionary trying each one, one after the other. This is called a dictionary hack. Benefits: it's actually faster than the alternative. Drawbacks: if the password is not one of the words in dictionary (precisely, letter-for-letter), then the crack won't work.

    2) Brute force hack. The hack application rifles through all combinations of numbers and letters (upper and lowercase) to hack the password. Benefits: Very high chance of success. Drawbacks: It may take a LONG time to crack (depending on your processor speed, it could take months). This is why modern passwords contain upper and lower case letters AND numbers. It takes MUCH more time to brute force hack. A password like H0ust0nR0ckets2007 (using zeros instead of o's) is a nightmare to hack because it's long, has upper and lower case, has numerals, and is not in a dictionary.

    Now all this assumes, of course, that the original application (like Winzip) will allow you to attempt and fail with passwords over and over again. Most websites, for example, are programmed to stop granting you the ability to try logging after a certain amount of failed attempts.

    Bottom line: I seriously doubt you're going to be able to hack that password that way.

    But there may be good news for you. That's one of the worst ways to hack a password. The best ways to hack a password are to catch the password BEFORE that prompt comes up.

    For example, you may sneak a key logger onto the person's computer. This application simply watches the user's keyboard to see which keys they press, and it keeps a log of the keys. If you go back to their machine later, you can read the key logs and find the password. Of course, this means you must have access to the machine.

    Another way is to attack the place where the passwords are stored. All passwords are stored somewhere (such as a database or a data file) and there's a good chance you can dig it out of there. I can easily gain administrator access to a Windows computer. I boot off of a specially created Linux disk, and then run a small utility that digs into the Windows datafile that contains the Windows passwords. I can remove the admin password. Next time I boot into windows, If I log in as admin, it tells me I have to create a new password, which I do, and - boom. I have access.

    To help you further I would have to know more about what you're trying to break into.
     

Share This Page