Hello everbody, what are the best possible ways for user authentication in java??Say,I've a user interface done in swing.Before the user presses a button,I would like to check for his credentials(password is encrypted).Never done with java before, had experience with PHP using flat files as well as databases.I dont want to use any database here. pls point me to a nice tutorial,useful links or if somebody has a sample code.
Before the user presses a button,I would like to check for his credentials(password is encrypted).
I think you need to check on the event , when a user complets the password entry . onEndPasswordentery() user defined event method you need verify the string is it encrpted. event is the only way to check unless user presses Logon button. any way for authentication in java lot info over net. here you can find