mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #320] Hashed passwords #169
Reference in New Issue
Block a user
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 @mattfbacon on GitHub (Dec 15, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/320
It's insecure to pass plaintext passwords around, especially in process arguments. It would be better to take a hashed password.
@mattfbacon commented on GitHub (Dec 15, 2023):
Nevermind, we can use SHA512 hashed.