From 4a2e2f0ac9ba5a944ae6c0fdd5d44ed2331582d1 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 10 Nov 2019 10:36:22 +0200 Subject: [PATCH] Updated Documentation (markdown) --- Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.md b/Documentation.md index 5861c6d..368e1bb 100644 --- a/Documentation.md +++ b/Documentation.md @@ -111,7 +111,7 @@ All setting are stored in `CryptoNotepad.settings` file. It's created after firs ## FAQ * `What encryption values I need to use?` -
Any value you want. I can recommend using these values - **Hash algorithm:** SHA256/SHA384/SHA512, **Key size:** 256, **Password iterations:** more than 2000000 +
Any value you want. I can recommend to use these values - **Hash algorithm:** SHA256/SHA384/SHA512, **Key size:** 256, **Password iterations:** more than 2000000 * `Where is the tab support?`
The project was originally planned without the tabs support, and at this stage of development, it is very difficult to implement this feature. Therefore, the development of this feature has been suspended so far. * `Why updates is so infrequently?`