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

MD5 should not be used for passwords #31

Closed
nickvellios opened this issue Jan 15, 2018 · 4 comments
Closed

MD5 should not be used for passwords #31

nickvellios opened this issue Jan 15, 2018 · 4 comments

Comments

@nickvellios
Copy link

MD5 is not encryption and is about as secure as just storing passwords as plaintext. Please use password_hash().

@Tha14
Copy link

Tha14 commented Sep 5, 2018

I second this, using md5 was probably the worst idea...

@prasathmani
Copy link
Owner

MD5 has been removed. 7c9ecf5

@alecos71
Copy link
Contributor

Now the user and pass are in clear text, without any hash checking... use instead password_verify and password_hash...

@prasathmani
Copy link
Owner

@alecos71 - password_hash() has been implemented. thanks for your suggestion.

ner00 pushed a commit to ner00/tinyfilemanager that referenced this issue May 7, 2023
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

4 participants