audit4j / audit4j-db

Audit4j Database Handler
http://audit4j.org/handler-db
Apache License 2.0
7 stars 15 forks source link

How to read logs recorded in databases #15

Open Erfankam opened 6 years ago

Erfankam commented 6 years ago

I want to have a CRUD operation to read audit logs captured into database. How cat I do it? Actually I want to sign and hash logs in a different cryptography implementation. How can I customize this process?

franck-benault commented 6 years ago

What kind of cryptography do you want to use ?

I agree one functionality missing in audit4j is that there is no way to sign the records. So there is no way to prove that the log has not been changed.

Regards Franck