SrpStrength Enumeration

Specifies the bit strength of the SRP algorithm.

Definition

Namespace: SnapDB.Security.Authentication
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public enum SrpStrength

Members

Bits10241,024 Bit strength takes 1x (approximately 20ms on a 3.4Ghz PC) to secure the channel.
Bits15361,536 Bit strength takes 3x to secure channel.
Bits20482,048 Bit strength takes 6.5x to secure channel.
Bits30723,072 Bit strength takes 21x to secure channel.
Bits40964,096 Bit strength takes 47x to secure channel.
Bits61446,144 Bit strength takes 154x to secure channel.
Bits81928,192 Bit strength takes 366x to secure channel.

See Also