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

Hashing Password In Backend Instead of Frontend #5

Open
nlyra opened this issue Sep 19, 2020 · 0 comments
Open

Hashing Password In Backend Instead of Frontend #5

nlyra opened this issue Sep 19, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nlyra
Copy link
Owner

nlyra commented Sep 19, 2020

Right now we're hashing the passwords in the front end, but this does protect against "pass the hash" attacks. We need to be hashing the passwords in the backend. I will explore a potential solution for this.

@nlyra nlyra added the enhancement New feature or request label Sep 19, 2020
@nlyra nlyra self-assigned this Sep 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant