mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Updated Documentation (ENG) (markdown)
parent
d5d41e10e4
commit
189a33948d
1 changed files with 9 additions and 7 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue