HI,
I have created a simple login page with basic requirements with the following example https://krazytech.com/programs/a-log...design-pattern. I have stored the registered user details in database. As of now I have stored their password in plain text. But I want to encrypt the password and then store it in database. I am using java and jsp for views.