in reply to Re^2: Cryptology in the database
in thread Cryptology in the database
The problem I'm struggling with is where to store the keys.Yes, that's the hard part. One solution could be to not store the keys on disk at all. Rather, supply them as arguments when you start your application. That way the keys are stored in memory only (and possibly also cached to disk (swap), but that's another story). An attacker would then have to gain access to your application's memory in order to access your data. I assume that to access content in memory would be considerably harder than to access content on disk.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Cryptology in the database
by patspam (Sexton) on Mar 31, 2008 at 09:15 UTC | |
by andreas1234567 (Vicar) on Mar 31, 2008 at 12:48 UTC |