From 7f71f68907112e88cbfbba992ab62e779b19bff1 Mon Sep 17 00:00:00 2001 From: kev Date: Wed, 24 Aug 2022 18:50:02 +0000 Subject: [PATCH] Clarify readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49aa837..59ac7f2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The name doesn't make a lot of sense, but it means you can "rinse" your data off It is mainly intended for scripts/apps to use. In the future I may make a FUSE wrapper so users can drop files into it. -Internally it uses libsodium's secretbox and stores a unique nonce alongside the 32 byte key. +Internally it uses libsodium's secretbox and stores a unique nonce alongside the 32 byte key. The key is meant to be stored on a volatile or rotational disk. # Build