For a list of all members of this type, see Encryption members.
Public Properties
| Name | Description |
| BitLength |
The bit length for HAVAL. The default is 128. Valid values are 128, 160, 192, 224, and 256
|
| CipherMethod |
Support CBC or ECB Cipher Modes for Rijandael or Twofish. The default is CBC (reccommended)
|
| EncodingMethod |
Set the encoding method used for converting unicode strings into bytes. The default is UTF8
|
| GHashStandard |
GHashStandard. Default is 5
|
| InitializationVector |
Initialization Vector for Encryption
|
| Padding |
Set the padding mode used, the default is ISO10126
|
| Passes |
The number of passes for HAVAL. The default is 3. Valid values are 3, 4, 5
|
| RsaKeySize |
The KeySize for RSA. Valid Sizes: 1024, 2048, 4096. The default is 1024
|
| Salt |
Salt for Hashing and Encryption
|
| WriteEncryptionPrefix |
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