tReword README description for clarity - cream - Stream encryption utility
 (HTM) git clone git://git.z3bra.org/cream.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 37c07f3b2fe79c77df6b3a9cf5129dd473b70ea1
 (DIR) parent 8280f311083a9468b231d566127edf6b4512be5d
 (HTM) Author: Willy Goiffon <contact@z3bra.org>
       Date:   Thu, 15 Sep 2022 17:46:49 +0200
       
       Reword README description for clarity
       
       Diffstat:
         M README                              |       8 +++++---
       
       1 file changed, 5 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       t@@ -1,12 +1,14 @@
        cream
        =====
       -Stream encryption utility
       +Bring crypto to your stream !
        
       -Encrypt and decrypt streams of data from a single password.
       +Encrypt and decrypt streams of data with only a master password.  
       +The key is derivated from the password + salt combo, and used to encrypt
       +data byte per byte.
        
        Features
        -----
       -- No keys involved
       +- No key files involved
        - Handle arbitrary chunks of data
        - Modern algorithms ([XChaCha20-Poly1305][0] + [Argon2id][1])