We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 *
The text was updated successfully, but these errors were encountered:
Yes I agree, that was on my todo list for quite a while. Perhaps I should do it.
Sorry, something went wrong.
There is a pending PR, will review it some time during the week.
waiting for this feature too
No branches or pull requests
It's a bit disappointing to see plaintext password storage in 2021, eg:
It should be relatively simple to shim in crypt-compatible hashing, eg:
The text was updated successfully, but these errors were encountered: