Results 6 comments of Luca Minuti

You can see the code here: https://github.com/lminuti/Delphi-OpenSSL#encrypt-with-aes256 But *AES256* is a symmetric algorithm, it uses a key and an initialization vector to encode the data not a certificate. *DelphiOpenSSL* has...

I'm sorry but I never use AES with certificate. You can try to inspect the certificate with something like: `openssl x509 -in your_cerificate -text` and try to extract the key.

You can create a TStringStream with your string and use TRSAUtil.PublicEncrypt / RSAUtil.PrivateDecrypt as in the main demo

Scusa per il ritardo nella risposta. Al momento il client non supporta i messaggi MultiPart ma sicuramente è una cosa che aggiungeremo nelle prossime release.

For your first question I usually put my SAML server behind a web server (apache, nginx, caddy, ...) with TLS and reverse proxy configured. For the problem with missing field...

It's not a problem of Stackblitz. You can see the same problem with the free PrimeVue template [sakai](https://sakai.primevue.org/) if you change a DataTable in a virtual DataTable. I opened a...