Setting the Initialization Vector for Encryption
Question: We’re trying to sync up our Chilkat component with another encryption component but can’t get the initialization vector to match. Is that compiled into the Chilkat module, or can it be changed via a component property? Answer: Yes, the Chilkat encryption component provides the “IV” property. The type depends on the programming language: ActiveX: Variant containing byte array. .NET […]