capi to openssl



Hello ,

I am having RSA Public & Private keys & encrypted data on windows
machine. Both generated with Ms Capi.

I want to decrypt the data on linux using openssl.

[1] So how do I move the private key from capi to openssl ? Do I need
to change endian ness for private key ?
What do u exactly mean by changing endian-ness ? It is complete
reversal of bytes or just swapping of bytes within word.

[2] Before decrypting a data , do I need to reverse the bytes ? What
should I do , I am badly stuck .

Currently its a nightmare for me to get this working.

Thanks,
- Bhaskar.

.



Relevant Pages

  • Re: capi to openssl
    ... I want to decrypt the data on linux using openssl. ... So how do I move the private key from capi to openssl? ...
    (microsoft.public.platformsdk.security)
  • ms capi to openssl
    ... I want to decrypt the data on linux using openssl. ... So how do I move the private key from capi to openssl? ... do I need to reverse the bytes? ...
    (microsoft.public.security)
  • ms capi to openssl
    ... I want to decrypt the data on linux using openssl. ... So how do I move the private key from capi to openssl? ... do I need to reverse the bytes? ...
    (microsoft.public.dotnet.security)
  • RSA encryption and decryption!!!!
    ... i want to know that how can you Encrypt the data with PRIVATE key and ... Decrypt it with PUBLIC key. ... the reverse is obviously possible and i have implemented it with no problem ...
    (microsoft.public.dotnet.security)
  • Re: CryptAPI(encryption/decryption)
    ... It seems like you're missing the Base64 decode step when trying to decrypt ... I misspelled the Private Key as Primary Key. ... Is there any variation in the encryption format in openssl compared to ... "Dylan DSilva " wrote: ...
    (microsoft.public.pocketpc.developer)