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
.NET Provider is using Arc4 Wire Crypt Plugin instead of ChaCha64 in Srp256 Authentication Method.
Expected Result
.NET Provider should use ChaCha64 Wire Crypt Plugin in Srp256 Authentication Method.
Important Notes
Arc4 has several known flaws in its key generation algorithm (KSA and PRGA), it is easily attackable if the key or IV is reused or poorly implemented and it is deprecated in virtually all protocols (TLS, WPA, etc.).
The latest fbclient.dll already uses the ChaCha64 Wire Crypt Plugin in Srp256 Authentication Method.