Wednesday 1 February 2017

Securely encrypt and decrypt passwords in database

Hello,I need to store user's passwords for purposes of doing auth REST API requests later (I just need to know them. That service doesn't issue tokens or anything). How to securely encrypt them? So far I found crypto, it can encrypt text using some sort of key. It feels not enough, ideally I'd have unique random key for each user, but they would still be stored in the database along side the cipher :-/

Submitted February 01, 2017 at 05:37PM by pnemi

No comments:

Post a Comment