have problems importing keys generated with php openssl to CryptoAPI I successfully create key pair in php, crypt/decrypt a string with it – no problems Then I wrote a program in Delphi which should import private and public keys into CryptoAPI. I found some example private RSA key in internet and it imports with my code perfectly, but when I