Password User Can Change

Discussion in 'C' started by suman awal, Jul 10, 2010.

  1. suman awal

    suman awal New Member

    Joined:
    Jul 10, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    student
    Location:
    Bhaktapur, Nepal
    hi Friend I am just making a simple program where I need to make a default password and on the desire of the user which can be change. can Any one help me......
    Please help for the code in C
     
  2. bluecoder

    bluecoder New Member

    Joined:
    Mar 11, 2010
    Messages:
    13
    Likes Received:
    0
    Trophy Points:
    0
    what is your application ?
     
  3. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    Start by outlining your algorithm - how it works exactly - using pen and paper if necessary.
    Then you can write the code from that.

    Your request is too vague for me to give any more detail than that. Other than to suggest you could call fgets() to read the input from the user, but would you want the password to appear as ********* instead of plain text?
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice