Re: Secure store

Tech-Archive recommends: Fix windows errors by optimizing your registry



Steve,

Not that I'm aware of. Encrypting the SDF file makes it secure, but for a
secure way to store the password for accessing the SDF, you'd need to
encrypt that too. You could even use a simple text file or registry setting
once you've encrypted the contents. Check out the Crypto API wrappers on
www.opennetcf.org for code.

Ginny Caughey
..NET Compact Framework MVP

<pouet> wrote in message news:ezuXkSfZFHA.3364@xxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> Is there any secure store that I can use in the pocket PC?
> I need encrypt some data (sdf file), but I do not want to hard-code the
> value to avoid decompilation.
>
> Thanks,
> Steve
>
>


.



Relevant Pages

  • Re: Where to store secret information
    ... more paranoid is better (i.e. more secure). ... sensitivity and value of data you want to ... samples explaining how to encrypt and store data. ...
    (microsoft.public.dotnet.security)
  • RE: local admin account password
    ... > encrypt the database and create alerts in the event of unsuccessful ... >> no more recovery console and don't think cached logins will work. ... >> The DB file would be encrypted with EFS so only the limited user SQL ... >> itself doesn't really need to be secure as the authentication is based ...
    (Focus-Microsoft)
  • RE: local admin account password
    ... > Subject: local admin account password ... > secure it. ... > and then encrypt the file (PGP or something like it with the private ...
    (Focus-Microsoft)
  • Re: How to convert a SecureString into an encrypted String in a se
    ... secure string and into a byte array looked a little weird to me, ... You can then either convert that to a .NET string (not a good idea if the ... Note that you can encrypt your SQL network traffic on the wire if you are ... planning to encrypt the passwords using the symmetric Rijndael algorithm, ...
    (microsoft.public.dotnet.security)
  • Re: Column level encryption - IDS 10
    ... you can not store an encrypted number in only 4 bytes. ... Undermining that effect is last comment on slide 17 "do not normally encrypt 4-byte integer numbers", which can be taken as meaning 'you cannot encrypt 4-byte integers'. ... Ignoring blobs, you will store the encrypted data in a CHARcolumn; if you are dealing with blobs, you'll still store those in blob columns. ... If you are planning to encrypt a 4-byte integer, you need to realize that it will be converted by the ENCRYPT_XXX function into a string value - IDS is good at that. ...
    (comp.databases.informix)