mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #236] Support for special characters in passwords #119
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 @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-encodedto let the parser know the password is encoded.@sigoden commented on GitHub (Jun 18, 2023):
In addition to
|@, there are more than 90 characters to choose from, enough for a password.