SrpStrength Enumeration
Specifies the bit strength of the SRP algorithm.
Namespace: SnapDB.Security.AuthenticationAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
Public Enumeration SrpStrength
public enum class SrpStrength
SnapDB.Security.Authentication.SrpStrength = function();
SnapDB.Security.Authentication.SrpStrength.createEnum('SnapDB.Security.Authentication.SrpStrength', false);
| Bits1024 | 1,024 |
Bit strength takes 1x (approximately 20ms on a 3.4Ghz PC) to secure the channel.
|
| Bits1536 | 1,536 |
Bit strength takes 3x to secure channel.
|
| Bits2048 | 2,048 |
Bit strength takes 6.5x to secure channel.
|
| Bits3072 | 3,072 |
Bit strength takes 21x to secure channel.
|
| Bits4096 | 4,096 |
Bit strength takes 47x to secure channel.
|
| Bits6144 | 6,144 |
Bit strength takes 154x to secure channel.
|
| Bits8192 | 8,192 |
Bit strength takes 366x to secure channel.
|