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

Prefix input to make hash lookup harder #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 9, 2021

  1. Prefix input to make hash lookup harder

    Right now, `sha1(input)` is exposed in the URL. 
    For short and well-known passwords, hashes can be looked up easily. 
    E.g. https://www.google.com/search?q=5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
    This URL exposes the password, and it's saved in browsing history. 
    By prefixing the password with a string, such lookups are harder.
    tomlankhorst authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    ae45d14 View commit details
    Browse the repository at this point in the history