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

Bättre hashning av lösenord i front-end #2

Open
elWanderero opened this issue Aug 25, 2018 · 0 comments
Open

Bättre hashning av lösenord i front-end #2

elWanderero opened this issue Aug 25, 2018 · 0 comments
Labels

Comments

@elWanderero
Copy link
Owner

En enda MD5-hashning går väldigt snabbt, och är sårbart för lookup-table-attacker. En enkel lösning är att bara hasha om en miljon gånger (så mycket vi kan utan att det märks performance-wise för användaren.) En långsiktig lösning är att till blowfish.

@elWanderero elWanderero changed the title Bättre hashning av i front-end Bättre hashning av lösenord i front-end Aug 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant