Incinerator
Limp Gawd
- Joined
- Aug 31, 2005
- Messages
- 252
I want to try to make a program in Java that has multiple users but I've never done anything like that in Java. In the past (working with basic websites) I've found that it was easy to store usernames and their associated password in a database and when they log in to just compare the input to the db.
I was wondering if this was the easiest way to accomplish a basic user login (without having it hardcoded) and if any of you have some pointers or advice. Right now I just want something really simple, not going to worry about encryption or anything until I get the basics down.
I was wondering if this was the easiest way to accomplish a basic user login (without having it hardcoded) and if any of you have some pointers or advice. Right now I just want something really simple, not going to worry about encryption or anything until I get the basics down.