Net Encryption Library
Encryption Class Properties


KellermanSoftware.NetEncryptionLibrary Namespace : Encryption Class

For a list of all members of this type, see Encryption members.

Public Properties
 NameDescription
Public Property The bit length for HAVAL. The default is 128. Valid values are 128, 160, 192, 224, and 256  
Public Property Support CBC or ECB Cipher Modes for Rijandael or Twofish. The default is CBC (reccommended)  
Public Property Set the encoding method used for converting unicode strings into bytes. The default is UTF8  
Public Property GHashStandard. Default is 5  
Public Property Initialization Vector for Encryption  
Public Property Set the padding mode used, the default is ISO10126  
Public Property The number of passes for HAVAL. The default is 3. Valid values are 3, 4, 5  
Public Property The KeySize for RSA. Valid Sizes: 1024, 2048, 4096. The default is 1024  
Public Property Salt for Hashing and Encryption  
Public Property By default, when encrypting to a string the prefix @KS@ will be written, indicating that the string is encrypted. If turnned off, the IsStringEncrypted or the IsFileEncrypted method will no longer be 100% accurate. In this case if there are non-base64 characters it will be considered encrypted.  
Top
See Also

Reference

Encryption Class
KellermanSoftware.NetEncryptionLibrary Namespace