mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Updated Documentation (markdown)
parent
c7526e7471
commit
90fb70157b
1 changed files with 10 additions and 8 deletions
|
|
@ -22,29 +22,31 @@ Main interface is the similar as default windows notepad. For open/save file and
|
|||
| Font size | Editor font size |
|
||||
| Font color | Editor font color |
|
||||
| Background color | Editor background color |
|
||||
| Highlights color | Color used to highlight matches in the editor|
|
||||
| Highlights color | Color used to highlight text while searching in the editor|
|
||||
|
||||
|
||||
### Encrypt/Decrypt
|
||||
|
||||
| Parameter | Description |
|
||||
| ------ | ------ |
|
||||
| Hash algorithm | Can be either SHA1/MD5 |
|
||||
| Key size | Can be 128/192/256 |
|
||||
| Hash algorithm | Can be either SHA1/SH256/SH384/SH512/MD5 |
|
||||
| Key size | Can be either 128/192/256 |
|
||||
| Password iterations | How many times the algorithm is executed on the text |
|
||||
|
||||
### Application
|
||||
|
||||
| Parameter | Description |
|
||||
| ------ | ------ |
|
||||
| Integrate with windows context menu | Add app shortcuts to Windows explorer’s context menu |
|
||||
| Associate with *.cnp files | Associate app with the *.cnp files |
|
||||
| Show in "Send to" menu | Add app shortcut in "Send to" menu |
|
||||
| Auto lock on minimize | Enable/disable auto-lock app on minimize |
|
||||
| Auto check updates | Enable/disable automatic check for updates at startup |
|
||||
| Auto save on lock | Enable/disable auto-saving file on lock |
|
||||
| Show toolbar | Show/hide toolbar under the main menu |
|
||||
| Enable auto-update | Enable/disable automatic check for updates at startup |
|
||||
| Auto-lock on minimize | Enable/disable auto-lock app on minimize |
|
||||
| Auto-save on lock | Enable/disable auto-saving file on lock |
|
||||
|
||||
## Screenshots
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue