| Abort |
Aborts the current operation. |
| About |
Shows the wodCrypt about box |
| Decrypt |
Decrypts the contents of the Blob. |
| Digest |
Digests the contents of the Blob. |
| Encrypt |
Encrypts the contents of the Blob. |
| HMAC |
Calculates Hash MAC of data in the blob. |
| Sign |
Signs the contents of the Blob. |
| SignEXE |
Creates digital signature of the executable. |
| Verify |
Verifies the signature of the signed Blob. |
| VerifyEXE |
Verifies signature of the signed executable. |
| BlockSize |
 |
Default block size for the selected algorithm. |
|
Compression |
 |
Determines if data is (de)compressed during
encryption/decryption. |
| FIPS |
 |
Specifies FIPS enabled libeay32.dll to load. |
| FireEvents |
 |
Determines if events will be fired (can cause
significantly slower operations). |
| InitVector |
 |
Holds the initialization vector for chain-mode
encryption. |
| KeySize |
 |
Default key size for the selected algorithm. |
| Mode |
 |
Determines the encryption mode. |
| Optimized |
 |
Specifies Optimized performance, does not conform to crypto
standards. |
| Padding |
 |
Determines padding data for short blocks. |
| SecretKey |
 |
Holds secret key or certificate for various crypto-related
operations. |
| Type |
 |
Selects algorithm for encryption, decryption,
digest, etc... |
| Version |
 |
Holds version information |