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
After debugging my code for a few hours, I discovered that SHA and bcrypt encoding are quite close but not similar. RustCrypto/traits#507 confirmed what I thought.
Hi there,
After debugging my code for a few hours, I discovered that SHA and bcrypt encoding are quite close but not similar.
RustCrypto/traits#507 confirmed what I thought.
Currently the only supported encoding are :
But from what I saw in the source code it wouldn't be hard to add the Base64ShaCrypt variant :
Is there a reason why Base64ShaCrypt isn't there, or is it just a matter of someone doing a PR?
The text was updated successfully, but these errors were encountered: