mirror of
https://github.com/evgeny-gridasov/openvpn-otp.git
synced 2026-04-25 05:15:57 +03:00
[GH-ISSUE #40] Plaintext PIN/password #22
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/openvpn-otp#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wrossmann on GitHub (Mar 26, 2021).
Original GitHub issue: https://github.com/evgeny-gridasov/openvpn-otp/issues/40
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:
@evgeny-gridasov commented on GitHub (Mar 27, 2021):
Yes I agree, that was on my todo list for quite a while. Perhaps I should do it.
@evgeny-gridasov commented on GitHub (Mar 27, 2021):
There is a pending PR, will review it some time during the week.
@xcrezd commented on GitHub (Apr 8, 2021):
waiting for this feature too