Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Digital signature for database records

154394Nov 11 2003 — edited Nov 18 2003
Hi everybody,
I need to provide data integrity checks on sensitive data stored within my Oracle 8i database.
The point is to create a checksum from some or even any of the fields of a table's record and store the checksum in a different table storing signatures.
The checksum must be generated using an algorithm based on encryption so that checksum re-creation should be hard to get by malicious users. I was thinking about a public/private key model: but the issues is...where to store securely those persisten keys?

The logic may resides either at the database layer (by means of triggers for example) or at the application layer (using java).

Do you have any hints about how to implement such a feature?

Thanks a lot in advance

Sergio
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 16 2003
Added on Nov 11 2003
3 comments
1,639 views