sysstas / ccback

2 stars 1 forks source link

Storing admin passwords ad plain text #49

Open sysstas opened 2 years ago

sysstas commented 2 years ago

It's very unsafe to store passwords or any security sensitive information in an open format. Consider using bcrypt, sha algorithms.

Example