-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blackbox corruption protection insufficient #237
Comments
This part definitely needs more love:
|
One of the ideas would be to add a cryptographic digest in addition |
@jnpkrn a digital signature would be expensive, as the idea of the blackbox is to record all information coming from the system in realtime - even if the data doesn't quite make it to disk. The solutions you mentioned for ascsi-ifying the text output would probably be helpful and some other guards in place around memory boundaries when printing log messages. Cheers |
For posterity, Python decides to stick with SipHash |
And one of stand-alone implementations thereof: |
See
https://travis-ci.org/jnpkrn/libqb/jobs/178981147#L1766
The text was updated successfully, but these errors were encountered: