Thread: password decryption

  1. #1
    Registered User
    Join Date
    May 2008
    Posts
    33

    password decryption

    ........ i wont do anything
    Last edited by moussa; 05-27-2008 at 02:44 PM.

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Why do you want to decrypt (especially brute force) a password? Usually, you compare two encrypted passwords.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  3. #3
    Registered User
    Join Date
    May 2008
    Posts
    33
    sucks i hate c
    Last edited by moussa; 05-27-2008 at 02:44 PM.

  4. #4
    Registered User
    Join Date
    May 2008
    Posts
    33
    feck this i give up, i want do it.
    Last edited by moussa; 05-27-2008 at 02:43 PM.

  5. #5
    Registered User
    Join Date
    Jul 2006
    Posts
    162
    mmmm i'm going to have to say i need more information. i'll go ahead and mention it'll be easier for you to find encryption libraries, and have an idea of what's being used on the passwords you want to know.

  6. #6
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    If the OP does not clarify I will close this tomorrow and consider it SPAM.

  7. #7
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    > this i give up
    Wow, after only 24 minutes as well.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem reading a password from a file.
    By medeshago in forum C Programming
    Replies: 15
    Last Post: 12-21-2008, 07:20 AM
  2. [Q]Hide Password
    By Yuri in forum C++ Programming
    Replies: 14
    Last Post: 03-02-2006, 03:42 AM
  3. written command line password generator
    By lepricaun in forum C Programming
    Replies: 15
    Last Post: 08-17-2004, 08:42 PM
  4. Password prompt in unix w/o \b
    By rafe in forum C++ Programming
    Replies: 1
    Last Post: 10-09-2002, 08:54 AM
  5. password
    By hammers6 in forum C Programming
    Replies: 1
    Last Post: 10-10-2001, 12:14 AM