You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to securely delete (zeroize) a value in a sled database.
Can i assume that if i overwrite a value by inserting a vector of zero bytes of the same length as the original stored value, the original value will no longer exist on disk?
Without knowing how sled represents values internally i cannot be sure if this is the case.
The text was updated successfully, but these errors were encountered:
I would like to be able to securely delete (zeroize) a value in a sled database.
Can i assume that if i overwrite a value by inserting a vector of zero bytes of the same length as the original stored value, the original value will no longer exist on disk?
Without knowing how sled represents values internally i cannot be sure if this is the case.
The text was updated successfully, but these errors were encountered: