Skip to content
Snippets Groups Projects
  • Julien Cretin's avatar
    61a4fb97
    Wipe sensitive data on entry deletion · 61a4fb97
    Julien Cretin authored
    When inserting (or replacing) entries in the store, the data may be marked as
    sensitive. When that entry is deleted, the data is wiped by overwritting it with
    zeroes. This may cost a few bytes of overhead per entry with sensitive data to
    satisfy the constraint that words may only be written twice.
    61a4fb97
    History
    Wipe sensitive data on entry deletion
    Julien Cretin authored
    When inserting (or replacing) entries in the store, the data may be marked as
    sensitive. When that entry is deleted, the data is wiped by overwritting it with
    zeroes. This may cost a few bytes of overhead per entry with sensitive data to
    satisfy the constraint that words may only be written twice.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.