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
@peter279k We're already at v2.1.0, but yes. We could make it v3.0.0.
I'd suggest we add the new fingerprint algorithms with the default kept the same, and release that as v2.2.0.
Immediately after that, we can set the default to a more secure algorithm and release that as v3.0.0.
As title, it seems that we use
MD5
andSHA-1
hashes for the connection fingerprint.But they're not safe because of collision.
To be secure, I think we can use the
SHA-2
,SHA-3
orbcrypt
(password_hash) to replace original hash approaches.@DivineOmega, what do you think about that? Thanks.
The text was updated successfully, but these errors were encountered: