Keycontainer in PocketPC

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Roland Dick (brischt_at_web.de)
Date: 07/01/04


Date: Thu, 01 Jul 2004 11:25:26 +0200

Hi,

For my diploma thesis, I'm trying to establish a connection between a
webservice and a PocketPC and to exchange RSA encrypted data. Since I'm
using C# and .net CF does not support the Cryptography namespace, I'm
using the OpenNETCF implementation.

Everything works, but I have a question; currently, my PDA application
reads the server's public key from a text file (which is not nice but
works). However, for secure replying to the PDA, I'd need to store a
private key within the PocketPC. Storing private keys in textfiles is
obviously not the way to do it - MS recommends to use a keycontainer
(whatever that is?). OpenNETCF does not support the CspParameter class
which is needed to work with keycontainers.

Therefore, does anybody know any other way to create a keycontainer or
otherwise store a private key securely on a PocketPC? Or did I get
something terribly wrong?

Thank you for any hint!

Regards,

Roland



Relevant Pages

  • Re: OT: How easy is it to break GnuPG if you have the Private Key?
    ... Then as soon as you've read it on your PocketPC, ... Any time you encrypt something ... USB keychains, you have to keep them in Jewel Boxes. ... I could keep the private key ...
    (Debian-User)
  • Re: How to lock the use of assembly by other assemblies.
    ... used to securely hold/backup both your public/private RSA keypair, ... and the issuing CA never sees your private key (however W2k3 has new key-archival ... When your OS generates a keypair, either using a tool like makecert.exe, the CEnroll ... You could import it into a CryptoAPI keycontainer, lock it down with stronger DPAPI protection ...
    (microsoft.public.dotnet.security)
  • Re: How to do TextBox like those in IE address box?
    ... > I am relatively new in PocketPC and C# development platform. ... > those on IE address box that able to store the history of URL... ... > My application has a text box to key-in URL or IP... ...
    (microsoft.public.pocketpc.developer)
  • Re: Best Method for File Storage
    ... lengths associated with each node. ... What is the recommended way to store this data on a PocketPC? ... that will be reading and writing the files. ...
    (microsoft.public.pocketpc.developer)
  • Re: How to lock the use of assembly by other assemblies.
    ... > can also specify a CryptoAPI keycontainer name in your source code ... > You can use the private key associated with any issued/installed X509 Certificate ... > by specifying the corresponding keycontainer for the cert. ...
    (microsoft.public.dotnet.security)