Quantcast
Channel: Chilkat Forum - latest questions
Viewing all articles
Browse latest Browse all 1061

Does the Chilkat library create an IV when one isn't provided?

$
0
0

From what i can tell the AES encryption requires an IV to be set. However, chilkat does not require an IV. When I use AES encryption with the Chilkat library how does the software handle this? Is there an algorithm to generate the IV when it is not provided?

The Chilkat library absolutely won't run in Azure despite limited responses from Azure staff and Chilkat staff on this matter. I must find a way to decrypt our data manually for clients using Cloud Services. Based on my research (limited to be honest) there is an incompatibility between .net decryption and the chilkat implementation based on the IV value. .Net requires an IV and our Chilkat does not. I have inspected the value of the IV just before encryption and it is byte[0], which will throw an error when trying to write my own decyption method in .net.

Can you please share how this IV is being used in Chilkat OR where my deficiency is in understanding this process?


Viewing all articles
Browse latest Browse all 1061

Trending Articles