From 624d156a02a726bc22d05f266851027d040adc9b Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Fri, 3 May 2024 23:55:00 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a4fb7ab..446c380d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You can also store it in any cloud storage like Google Drive, Dropbox, etc. and # Functionality -I keeps all encrypted data in a dedicated directory with files structured on inodes (with meta info), files for binary content and folders entries. All data and also filenames are encrypted. For new files it generates inode number randomly in `u64` space so it reduces the chance of conflicts when used offline and synced later. Password is collected from CLI and can pe saved in OS keyring +I keeps all encrypted data and encryption key in a dedicated directory with files structured on inodes (with meta info), files for binary content and directories with files/directories entries. All data, metadata and also filenames are encrypted. For new files it generates inode number randomly in `u64` space so it reduces the chance of conflicts when used offline and synced later. Password is collected from CLI and can pe saved in OS keyring # Stack