Delphi-OpenSSL icon indicating copy to clipboard operation
Delphi-OpenSSL copied to clipboard

Delphi wrapper for OpenSSL

Results 9 Delphi-OpenSSL issues
Sort by recently updated
recently updated
newest added

… to completely support eletronic invoice (OpenSSL 1.0.1c needed) Also added support to extraction without verification (sometimes even able to extract content from a corrupted envelope) Reference: https://security.stackexchange.com/questions/41399/openssl-pkcs7-vs-s-mime Reference: https://forum.italia.it/t/problema-decodifica-fattura-elettronica-p7m-di-e-distribuzione/12258

Will it be possible to make the code compatible with Linux

Hi, i am trying to encrypt text in PHP (result of web form) and decrypt it in Delphi using AES-256, but withnout success. In php i am using OpenSSL_encrypt with...

Thank you - your work has allowed me to get going with encryption that I needed on files. Delphi-OpenSSL uses libeay32.dll. If I understand things correctly, this was discontinued with...

This project is very good, and there is no memory leakage problem, which helps me a lot. I hope you can continue to update this project and improve and add...

Hi, It would be nice to have an overload version of encrypt/decrypt that supports TArray< Byte > as parameters rather than text files only. thanks for the library.

how encrypt and decrypt string with rsa, using your wrapper ?

Hello please, how to decrypt AES256 with PrivateKey (Certificate) Thx.

Hi, What is the Equivalent of the php openssl_public_decrypt in your delphi component? I want to decrypt a string (not file) with public key. The string has encrypted with private...