From 189a33948d36e8c755ae9a00a6f122d50d4d485c Mon Sep 17 00:00:00 2001 From: Sigmanor Date: Sat, 23 Jan 2016 19:57:36 +0200 Subject: [PATCH] Updated Documentation (ENG) (markdown) --- Documentation-(ENG).md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Documentation-(ENG).md b/Documentation-(ENG).md index be5ae02..8b952cc 100644 --- a/Documentation-(ENG).md +++ b/Documentation-(ENG).md @@ -1,7 +1,5 @@ -_**`In progress...`**_ - #First launch -After first launch you will see a message asking you to take the salt from the MAC address, the slat is using as the second encryption key. After selecting, you will be able to change this in the settings. If you want decrypt your files in another PC, you need to use the same encryption parameters, this parameters also stored in `Crypto Notepad.settings` file, except main key that not saved anywhere. +After first launch you will see a message asking you to take the salt from the MAC address, salt is using as the second encryption key. You will be able to change the salt in the settings. If you want decrypt your files in another PC, you need to use the same encryption parameters, this parameters also stored in `Crypto Notepad.settings` file, except main key that not saved anywhere. #Main window Main interface is the similar as default windows notepad. For open/save file and other actions you can use menu or toolbar. @@ -21,10 +19,14 @@ Main interface is the similar as default windows notepad. For open/save file and ###Encrypt/Decrypt -**`Hash algorithm`** - -**`Hash algorithm`** - -**`Hash algorithm`** - -**`Hash algorithm`** - +**`Hash algorithm`** - Can be either SHA1/MD5. + +**`Key size`** - Can be 128/192/256. + +**`The salt`** - Salt to encrypt with, used as a second key. + +**`Password iterations`** - How many times the algorithm is executed on the text. + ###Application **`Associate with *.cnp files`** - Associate app with the *.cnp files. Allows you just click on *.cnp file, enter the encription key and open it.