↧
RSA encryption for C++/Delphi (CryptoAPI) and PHP (OpenSSL) [part 1]
This post provides an overview of RSA encryption implementation. Please, read my next post for detailed guidelines and code examples. The purpose of this project was to protect communication between...
View ArticleRSA encryption for C++/Delphi (CryptoAPI) and PHP (OpenSSL) [part 2]
In my previous post I explained that we needed to encrypt a communication messages between Windows C++/VCL client and PHP based web service. We cannot use SSL and decided to use RSA encryption with the...
View Article