Password User Can Change

Newbie Member
10Jul2010,22:23   #1
suman awal's Avatar
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
Go4Expert Member
15Jul2010,17:54   #2
bluecoder's Avatar
what is your application ?
Mentor
16Jul2010,12:49   #3
xpi0t0s's Avatar
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?