Crypt works on PPC 2003 but not with PPC 2003 emulator

  • Thread starter Thread starter Morten
  • Start date Start date
M

Morten

I have just created a PPC 2003 application where I make use of some methods
from the CryptoAPI. Due to the lack of Cryptography methods in the compact
framework, I have use DllImport for these methods:

CryptAcquireContext
CryptReleaseContext
CryptGetProvParam
CryptCreateHash
CryptHashData
CryptDeriveKey
CryptDestroyHash
CryptEncrypt
CryptDecrypt

My application runs fine on my Pocket PC 2003 device, but when I run it with
the PPC 2003 emulator the crypto functions returns an exception. Also on
Pocket PC 2002 devices the crypto API seems to be broke. Does anyone know
how to fix this problem ?

I have tried to install the High Encryption Pack on the PPC 2002 device, but
still it does not work.

Best regards,
Morten
 
Back
Top