Implement memory protection for root key #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implement hardened memory protection for the decrypted root key as described in ARCHITECTURE.md section 5.3.
Currently uses the
memsafecrate as a placeholder. The code has a TODO to replace it with a custom implementation usingmlock/VirtualProtect.Requirements:
zeroizecrate)memsafeusage with custommlock/VirtualProtectimplementation