Open wrossmann opened 3 years ago
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 *
Yes I agree, that was on my todo list for quite a while. Perhaps I should do it.
There is a pending PR, will review it some time during the week.
waiting for this feature too
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: