tofa destroy
Permanently delete the vault file. There is no undo.
Synopsis
tofa destroy
Examples
$ tofa destroy
This will permanently delete /Users/you/Library/Application Support/tofa/vault.enc.
Type "destroy" to confirm: destroy
✓ vault destroyed
Anything other than the literal word destroy aborts:
$ tofa destroy
Type "destroy" to confirm: yes
Aborted.
Notes
- Irreversible. There is no encrypted backup, no soft-delete, no trash.
- The file is removed with a normal
unlink. If you want to wipe the underlying blocks too, runshred -u(Linux) orrm -P(macOS) on the vault path before callingdestroy.
See also
tofa init— start fresh after destroy.tofa rekey— change passphrase without losing data.