Thread: how to create a program that he ask you to enter a password if you want to open it ?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    Is this just a beginner exercise? If so, you can just save the password in a file as plain-text, and read it from the file when it's time to do the comparison.

    If you want real password protection, it will be more complicated.
    Last edited by Matticus; 04-08-2016 at 08:12 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Program : enter a password
    By slyer4ever in forum C Programming
    Replies: 16
    Last Post: 10-08-2013, 02:11 PM
  2. To enter password without displaying it
    By hello in forum C Programming
    Replies: 3
    Last Post: 01-07-2009, 11:04 AM
  3. Replies: 2
    Last Post: 01-07-2009, 10:35 AM
  4. program failing while trying to open/create file
    By 1978Corvette in forum C Programming
    Replies: 17
    Last Post: 04-26-2006, 10:55 AM
  5. how to enter a password with asterisks
    By Unregistered in forum C Programming
    Replies: 1
    Last Post: 12-06-2001, 12:38 PM