DIA-28234
invalid key length
Cause
The specified key length is invalid for the algorithm. DES requires a key of at least 8 bytes. Triple DES requires a key of least 16 bytes in two-key mode and 24 bytes in three-key mode. AES keys must be exactly 16 bytes long for AES128, 24 bytes long for AES192,and 32 bytes long for AES256.
Action
Specify a key of valid length.