Re: Encryption question
- From: "Steve B." <steve_beauge@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 20 Jun 2006 10:51:39 +0200
If you decompile the application (using reflector, for example), you will
see the encryption key in clear if the key is hard coded.
You may consider crypting this key with a user password asked each time the
application run.
Unfortunately, debugging the app will also help a malicious user to read the
memory and the key...
Steve
"Stanislaw Tristan" <admin@xxxxxxxxxx> a écrit dans le message de news:
uwpDIL$kGHA.1936@xxxxxxxxxxxxxxxxxxxxxxx
Is a password for the encrypted database that I'm specified in the
connection string can be catched 3rd party software such as sniffers,
memory dumpers etc. while connection opening?
.
- Follow-Ups:
- Re: Encryption question
- From: Stanislaw Tristan
- Re: Encryption question
- References:
- Encryption question
- From: Stanislaw Tristan
- Encryption question
- Prev by Date: question about Sql Everywhere
- Next by Date: Re: SqlCeResultSet: catching events
- Previous by thread: Encryption question
- Next by thread: Re: Encryption question
- Index(es):
Relevant Pages
|