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

Protection against accidentally logging clear text passwords #13

Open
9876691 opened this issue Jun 16, 2021 · 0 comments
Open

Protection against accidentally logging clear text passwords #13

9876691 opened this issue Jun 16, 2021 · 0 comments

Comments

@9876691
Copy link
Contributor

9876691 commented Jun 16, 2021

Even big players accidentally log clear ext passwords https://www.bleepingcomputer.com/news/security/twitter-admits-recording-plaintext-passwords-in-internal-logs-just-like-github/

Can we encrypt the password all the way to postgres?

Perhaps we stretch the password and encrypt.

Then the finally saved password which is also bcrypted at the server will more resistant to a dictioanry attack.

@9876691 9876691 changed the title Double hash the password Protection against accidentally logging clear text passwords Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant