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

Plaintext PIN/password #40

Open
wrossmann opened this issue Mar 26, 2021 · 3 comments
Open

Plaintext PIN/password #40

wrossmann opened this issue Mar 26, 2021 · 3 comments

Comments

@wrossmann
Copy link

It's a bit disappointing to see plaintext password storage in 2021, eg:

alice otp totp:sha1:base32:46HV5FIYE33TKWYP:5uP3rH4x0r:xxx *

It should be relatively simple to shim in crypt-compatible hashing, eg:

alice otp totp:sha1:base32:46HV5FIYE33TKWYP:$2y$10$HM6II7ESXVFq1XaylSa1R.8rNEhhlY4r74tRNFxIzWt94wyjJlDFW:xxx *
@evgeny-gridasov
Copy link
Owner

Yes I agree, that was on my todo list for quite a while. Perhaps I should do it.

@evgeny-gridasov
Copy link
Owner

There is a pending PR, will review it some time during the week.

@xcrezd
Copy link

xcrezd commented Apr 8, 2021

waiting for this feature too

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

3 participants