Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passwords are saved in plain text #2

Open
saich opened this issue Feb 12, 2011 · 1 comment
Open

Passwords are saved in plain text #2

saich opened this issue Feb 12, 2011 · 1 comment

Comments

@saich
Copy link
Member

saich commented Feb 12, 2011

Currently, the passwords are saved in plain text in database. This is against the general security measures. It is always to suggested to use an encryption / hash function.

I suggest to use sha1() @ PHP level (not in db)

@anandr31
Copy link
Member

Is there any fix we have to implement in our code?

@ghost ghost assigned saich Apr 12, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants