client-encryption-java icon indicating copy to clipboard operation
client-encryption-java copied to clipboard

Adding support for IV size 12

Open karen-avetisyan-mc opened this issue 1 year ago • 0 comments

There are scenarios the client is using C# for decrypting the payload encrypted by Java library. However, the IV size supported by the C# library is 12.

AESCBC encryption is a good example of that.

karen-avetisyan-mc avatar Mar 04 '24 17:03 karen-avetisyan-mc