From 8b9abb271dd7bb9aac2bf5daa53b6e04ff288fbb Mon Sep 17 00:00:00 2001 From: "tlimoncelli@stackexchange.com" Date: Thu, 30 Oct 2014 14:14:12 +0000 Subject: [PATCH] Add more comments --- bin/blackbox_shred_all_files | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bin/blackbox_shred_all_files b/bin/blackbox_shred_all_files index 16b8a46..636633c 100755 --- a/bin/blackbox_shred_all_files +++ b/bin/blackbox_shred_all_files @@ -3,6 +3,14 @@ # # blackbox_shred_all_files -- shred all decrypted versions of encrypted files # +# Shred: To securely delete a file. +# +# Typical uses: +# After running blackbox_edit_start, deciding not to edit the file. +# A developer that wants to securely clean up a workspace before deleting it. +# An automated process that doesn't want to leave +# plaintext (unencrypted) files laying around. +# # NOTE: The output lists files that were decrypted and are being # shredded. For example, if you have many encrypted files but none # have been decrypted for editing, you will see an empty list.