Hello Everyone,
I have a question regarding this error 'Specified initialization vector (IV) does not match the block size for this algorithm'
I have created a SSIS package, its saved in a shared drive where my other colleagues can also use it. I tried different encryption techniques DoNotSaveSensitive, EncryptSensitiveWithPassword but none of them seems to be working.
I can open these packages using password, but when other users open this package with same password it shows error and error is 'Specified initialization vector (IV) does not match the block size for this algorithm'. I tried to google it but most of the results were around c# and not SSIS.
Please assist me as whats causing this error.
Regards,
Abhishek