[GH-ISSUE #236] Support for special characters in passwords #119

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

Originally created by @narigondelsiglo on GitHub (Jun 18, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/236

Specific Demand

I need to be able to use credentials that may contain "special characters" like the ones used to parse the rules, ie. |@:

Implement Suggestion

Maybe it could be done by allowing one to use base64 encoded passwords, and have a new argument like --auth-encoded to let the parser know the password is encoded.

Originally created by @narigondelsiglo on GitHub (Jun 18, 2023). Original GitHub issue: https://github.com/sigoden/dufs/issues/236 ## Specific Demand I need to be able to use credentials that may contain "special characters" like the ones used to parse the rules, ie. `|@:` ## Implement Suggestion Maybe it could be done by allowing one to use base64 encoded passwords, and have a new argument like `--auth-encoded` to let the parser know the password is encoded.
zhus closed this issue 2026-04-08 16:50:27 +03:00
Author
Owner

@sigoden commented on GitHub (Jun 18, 2023):

In addition to |@, there are more than 90 characters to choose from, enough for a password.

<!-- gh-comment-id:1595913797 --> @sigoden commented on GitHub (Jun 18, 2023): In addition to `|@`, there are more than 90 characters to choose from, enough for a password.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#119