We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Proposal: new extension called scrub which adds a function Scrub() to messages.
scrub
Scrub()
Similar to Reset(), except it recursively overwrites all buffers & fields in the message with zeros.
Reset()
The text was updated successfully, but these errors were encountered:
Can you elaborate on why would you find this useful? I'm not opposed to it in principle, but I can't think of an use case off the top of my head!
Sorry, something went wrong.
If the Protobuf messages contain something sensitive you want to clear just after processing so that the value isn't left in the heap
No branches or pull requests
Proposal: new extension called
scrub
which adds a functionScrub()
to messages.Similar to
Reset()
, except it recursively overwrites all buffers & fields in the message with zeros.The text was updated successfully, but these errors were encountered: