Mauricio Herrera
Mauricio Herrera
I have to encrypt/decrypt a string on AES 256 CBC, and I'm getting a shorter string compared wit PHP. PHP Example: https://gist.github.com/ezegg/8d54c98b8fbdce263409eabaf8afabe6 PHP Output DB8BRqb2q6BW/HLQYN2pr2n9DTL1Q8kp2lvZi3rogbxjEasiMbgU4q5/vDav+p0O0KWlfMm NekXN+UkbUiB+s/LNf1MF2EgOQEZoivxgp+UJxsuT5vDIMmQXUkuwkyUE+a7hH5FwaDDY8D NwW2kowFXeE69AcOMaWnyZ+YplKNEUOzQzLstBxWnJE+aSr0+vQN3knkIIjbT10yfSTV/OQA== FMX Output. DB8BRqb2q6BW/HLQYN2pr2n9DTL1Q8kp2lvZi3rogbxjEasiMbgU4q5/vDav+p0O0KWlfMm...
Im trying to encrypt/decrypt with AES 256, but I can not get the same result as php, here is the example: text = {"idServicio":79, "idProducto":209 , "referencia": "40425475190118187271", "montoPago": 9999,...
TLS 1.3
Many services are now accepting only TLS 1.3, and Indy only have 1.2. I have a webservice running on Linux, and my provider is asking to switch to TLS 1.3,...