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
As older versions of the credential helper would store creds as raw
bytes, we must expect the value to be a raw byte, not UTF-16LE encoded.
Try decoding the value and check if it round-trips correctly to make
sure we're actually dealing with UTF-16LE encoded creds.
We should also consider setting a custom "encoding" attribute instead
to detect what encoding was used to store the value.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
0 commit comments