DEV Community

Suhana
Suhana

Posted on

Password encryption while login

We have a centralized application where the are some clients to it where their data will be stored in our application db. Now, I have to encrypt the password while logging in to avoid security issues. But our clients also need to send their password-encrypted and I can't share static secret key with them through which they can encrypt. Any better suggestions are appreciated.

Top comments (0)