1. Reading password information from a text file. coderanch.comI 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 ... |
2. how to create password protect text file using java ? coderanch.com |
3. Password Protected Text File forums.oracle.comI'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 ... |