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

Optimize local authentication #162

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Optimize local authentication #162

wants to merge 2 commits into from

Conversation

y0no
Copy link

@y0no y0no commented Aug 23, 2016

This pull request add salted sha256 instead of sha1.
The secret is currently used as salt.

@claudioc
Copy link
Owner

Hi, thanks for the PR.

I am worried that in case we merge the PR, people updating Jingo and using a local authentication schema won't be able to log in anymore. Have you thought about it?

@y0no
Copy link
Author

y0no commented Aug 23, 2016

Yes I thinked about it. But unfortunately there is no real way to migrate "magicly" from sha1 to sha256 without asking user to change its password after login (but that require a new view).

I have chosen to update hashString argument of "jingo" executable to provide an easy way for user to generate new password.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants