From 3afcf14cca38bcbeaa207c3cf306680f19c1b8ea Mon Sep 17 00:00:00 2001 From: Jonathan Elchison Date: Sun, 1 Apr 2018 04:28:52 -0400 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fc06681..4e0fca6 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Maintain an encrypted lockbox of data, accessible only by you. Performs fast fi * Local script can be run against remote lockbox, without local script ever existing on remote lockbox device * Still requires that remote lockbox device has OpenSSL's `enc` utility and `xxd` dependencies installed +Note: This tool does not encrypt, rename, or otherwise attempt to mask the original (plaintext) filenames. Thus, even when file contents are encrypted in the lockbox, it's still possible to see the original filenames. + ## Environment * Any OS having a Bash environment