Jump to content

saeiddavoody

Members
  • Content Count

    9
  • Joined

  • Last visited

Everything posted by saeiddavoody

  1. Hi, In my VCL application I send a request to server and receive a data that encrypted by php openssl_private_encrypt. Now I want to decrypt it with a public key. I have the public key. How should I do that? Is there a third-party component to do that? what difference between using openssl library to decrypt data with public key and decrypting it using other library or pure RSA? Update: Some components such as TMS Cryptography, Delphi-OpenSSL decrypt data with private key not public key using openssl. How should I decrypt the string with public key using openssl?
  2. saeiddavoody

    Problem with EmbeddedWB in Delphi 12

    Hi, I had installed the EmbeddedWB component on Delphi 10.4 . It had worked successfully both on 32bit and 64bit application. Now I ported the component to Delphi 12.2. It works on 32bit application but on 64bit, when the EmbeddedWB1.Navigate statement runs, the application crashes and closes. What are the changes on WebBrowser since Delphi 10.4 to 12? And How should I found and fix the problem? EmbeddedWB-Delphi12.rar
  3. saeiddavoody

    Problem with EmbeddedWB in Delphi 12

    Hi, Do you install and test the updated component in 64 bit platform? It seems that there are some problems yet.
  4. saeiddavoody

    Problem with EmbeddedWB in Delphi 12

    My project is a bit old and relatively large. I have written many functions and codes related to EmbeddedWB. Replacing TEdgeBrowser takes a long time. Of course, I will do this in the future, but I don't have the time now.
  5. saeiddavoody

    Problem with EmbeddedWB in Delphi 12

    Probably the problem is related to the changes made in Delphi 12 or 11, because it works correctly in Delphi 10.4 even on the 64-bit platform.
  6. saeiddavoody

    Problem with EmbeddedWB in Delphi 12

    Thank you for answer, My sample project has only one statement without any other codes. Please see the attached sample. On 32bit platform there is no any problem. The problem is only in 64bit. WebBrowser2.rar
  7. saeiddavoody

    TEmbeddedWB in a 64 Bit application

    Thank you, I explained the problem in previous post.
  8. saeiddavoody

    TEmbeddedWB in a 64 Bit application

    Thank you, I installed the EmbeddedWB component in Delphi 12.2 . In the sample project When platform is 64 bit the EmbeddedWB1.Navigate statement cause crash and closes the application. What is the problem?
  9. saeiddavoody

    TEmbeddedWB in a 64 Bit application

    Hi, Is this solution works on Delphi 12.2? Where should I add your code?
×