You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have recently set up an instance with v3 onion service, and the X25519 secret for the onion service had at least one 0 character in it, which may make the regex above overly restrictive.
The text was updated successfully, but these errors were encountered:
The client auth docs note that the v3 keys are to be formatted as base32. All publicly available docs suggest using the base32 utility, which implements the alphabet defined in RFC 4648. That in turn excludes 0 and 1. Following these docs I've not been able to create a key with a 0 or 1. Are you still able to reconstruct how and at which stage you saw a key with a 0 in it?
We validate the auth token for the v3 onion service in:
securedrop-workstation/scripts/validate_config.py
Line 14 in bdd07b2
I have recently set up an instance with v3 onion service, and the X25519 secret for the onion service had at least one
0
character in it, which may make the regex above overly restrictive.The text was updated successfully, but these errors were encountered: