password « text file « Java I/O Q&A





1. Reading password information from a text file.    coderanch.com

I have a jsp page with two text fields named username and password. When the user clicks the submit button i need to perform a check if the password and username provided are correct. The username and passwords are stored in a text file as : username=xyz password=abc username=klm password=pqfja username=ashsad password=shhdsf . . Please let me know how can I ...

3. Password Protected Text File    forums.oracle.com

I'm creating a Tetris game and I want to be able to store the user's scores in a text file. I want the game to be able to read from the file and display the high scores. However, I want to make it so that other people can't just open up the file and manually change the scores. I've read that ...