OpenDF icon indicating copy to clipboard operation
OpenDF copied to clipboard

Add hashing for credential storage

Open kasunbalasooriya opened this issue 9 years ago • 1 comments

Currently the username and passwords are stored as plain text in the database. (except in the first instance when the administrator is created). The passwords can hashed and salted. (a separate table has to be created to store the salts)

kasunbalasooriya avatar Mar 25 '16 14:03 kasunbalasooriya

Yes Kasun, we have to fix this. We can use bcrypt password hashing as @lucasjones did in #24

agentmilindu avatar Mar 25 '16 17:03 agentmilindu