Determines the EC key strength.
Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enum KeyStrength |
C# |
---|
public enum KeyStrength |
C++ |
---|
public enum class KeyStrength |
J# |
---|
public enum KeyStrength |
JScript |
---|
public enum KeyStrength |
Members
Description | |
---|---|
Use128Bits | 128 bit encryption algorithm. Creates the shortest serials. |
Use160Bits | 160 bit encryption algorithm. Offers strong encryption with a relatively small CPU usage. Recommended for most applications. |
Use192Bits | 192 bit encryption algorithm. Strong but CPU intensive. |
Use224Bits | 224 bit encryption algorithm. Strong but CPU intensive. |
Use256Bits | 256 bit encryption algorithm. Strong but CPU intensive. |
Use384Bits | 384 bit encryption algorithm. Strong but CPU intensive. |
Use521Bits | 512 bit encryption algorithm. The strongest implemented in Ellipter. Uses a lot of CPU power on serial generation/validation. |