Hello,

in our public hospital we have a application that has to encrypt data
with a certificate.
At the moment we call a batch files that does

openssl.exe rsautl -encrypt -in %1 -out %1.enc -inkey SanitelCF.cer
-certin -pkcs

IS it possible to implement this in our application using openssl
libraries ?

Can anyone please tell me if there are sample file that implement that
encryption ?

Thanks
Andreas
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to