[GH-ISSUE #320] Hashed passwords #169

Closed
opened 2026-04-08 16:50:51 +03:00 by zhus · 1 comment
Owner

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.

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.
zhus closed this issue 2026-04-08 16:50:51 +03:00
Author
Owner

@mattfbacon commented on GitHub (Dec 15, 2023):

Nevermind, we can use SHA512 hashed.

<!-- gh-comment-id:1856836717 --> @mattfbacon commented on GitHub (Dec 15, 2023): Nevermind, we can use SHA512 hashed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#169