Date: Wed, 22 Sep 1999 16:04:44 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Wong Chun Fung Gary cc: djgpp AT delorie DOT com Subject: Re: Crypt() In-Reply-To: <7sa72t$elt@ustsu10.ust.hk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 22 Sep 1999, Wong Chun Fung Gary wrote: > How can I get crypt work in DJGPP? > I've got to implement a password checking function. It would help if you explain what are your problems in implementing ``a password checking function''. If you mean you need to read a password from the user without echoing, you can use the library function `getpass' or `getlongpass'.