client-encryption-java
client-encryption-java copied to clipboard
Adding support for IV size 12
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.