Symmetric Encryption between .NET and Java
问题 I am using a 3rd party platform to create a landing page, it is a business requirement that I use this particular platform. On their page I can encrypt data and send it to my server through a request parameter when calling a resource on my site. This is done through an AES Symmetric Encryption. I need to specify a password, salt (which must be a hex value) and an initialization vector (but be 16 characters). Their backend is a .NET platform. I know this because if I specify an IV longer than