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 found that DefaultKeychain and Basic both copy the values of username and password. DefaultKeychain merely decode base64 string first. keychain.go#L172
I found that DefaultKeychain and Basic both copy the values of username and password.
DefaultKeychain
merely decode base64 string first.keychain.go#L172
basic.go#L24
Is the bas64 decoding the only difference between them (when other 3 fileds are empty)?
The text was updated successfully, but these errors were encountered: