CKM_DES_ECB_PAD
This section provides a summary of CKM_DES_ECB_PAD.
Supported operations
Operation | Support |
---|---|
Encrypt and Decrypt | Yes |
Sign and Verify | No |
SignRecover and VerifyRecover | No |
Digest | No |
Generate Key/Key-Pair | No |
Wrap and Unwrap | Yes |
Derive | No |
FIPS Mode support
Available in FIPS Mode | Restrictions in FIPS Mode |
---|---|
No | Not applicable |
Key size range (bytes) and parameters
Key size minimum/maximum | Value |
---|---|
Minimum | 8 |
Maximum | 8 |
Parameter
None
Mechanism description
This is a padding mechanism. Implemented padding mechanisms are:
These block cipher mechanisms are all based on the corresponding Electronic Code Book (ECB) algorithms, implied by their name, but with the addition of the block-cipher padding method detailed in PKCS#7.
These mechanisms are supplied for compatibility only and their use in new applications is not recommended.
PKCS#11 version 2.20 specifies mechanisms for Chain Block Cipher algorithms with and without padding and ECB algorithms without padding, but not ECB with padding. These mechanisms fill this gap. The mechanisms can be used for general data encryption and decryption and also for key wrapping and unwrapping (provided all the access conditions of the relevant keys are satisfied).
Return to ProtectToolkit-C mechanisms.