mirror of
https://gogs.blitter.com/RLabs/lpasswd
synced 2024-08-14 19:26:42 +00:00
Simple library to manage and verify logins against app-local or system accounts. Includes a simple CLI util to add/set user accounts to a local password file using bcrypt.
Typical uses include CLI login or HTT
0c8503894d
Signed-off-by: Russ Magee <rmagee@gmail.com> |
||
---|---|---|
internal/termmode | ||
lpasswd | ||
CODE_OF_CONDUCT.md | ||
go.mod | ||
go.sum | ||
LICENSE.mit | ||
lpasswd.go | ||
lpasswd_test.go | ||
README.md |
Simple library to manage and verify logins against app-local or system accounts. Includes a simple CLI util to add/set user accounts to a local password file using bcrypt.
Typical uses include CLI login or HTTP basic authentication.