Salesforce InvalidParameterValueException
Exception: System.InvalidParameterValueException: Invalid private key. Must be 16 bytes. Resolution: When we use Crypto.encryptWithManagedIV(), the key should be at least 16 bytes. Sample Code: /* Encryption */ Blob key = ....