Posted by daniele
(212.227.35.114) on December 05, 2005 at 08:41:51: Hi, when I try to encrypt (with RsaEncrypt) the following 128 byte buffer ff f1 eb b1 95 0f 99 a8 bb 5c f9 89 61 be d8 75 94 7c 3c 05 e6 d1 29 fb 3a aa fa fb 43 fe 1a 02 5c db 18 ec 54 3c af 32 fb 3b b0 ec 2a 5c 38 8f 96 6b dc ea 97 7 with a 1024 bit key I get an error. SW1SW2 is set to 0x66c4 which is an internal error reported by the crypto coprocessor. If I'm changing the first byte ff into 01 the message gets encrypted successfully. The key is generated with RsaGenerateKey and I'm using the 4.5D Rev C. What is the problem? Regards,
|