mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Updated Documentation (markdown)
parent
e0557301ce
commit
e1c25a810c
1 changed files with 47 additions and 36 deletions
|
|
@ -1,41 +1,19 @@
|
||||||
# 
|
# 
|
||||||
This guide is most complete. If you still have any questions or suggestions, please contact me of any convenient for you way.
|
This guide is most complete. If you still have any questions or suggestions, please contact me of any convenient for you way.
|
||||||
|
|
||||||
## Hotkeys
|
## Password generator
|
||||||
|
### How to open
|
||||||
|
* From the main menu: **Tools > Password Generator**.
|
||||||
|
* By using hotkey: **Ctrl+P**.
|
||||||
|
* From **Enter Key** or **Change Key** window, by pressing the button 
|
||||||
|
|
||||||
### Action with files ###
|
### Description
|
||||||
|
After opening the window, 11 passwords are automatically generated. You can generate password manually by clicking to **Generate** button. For the deleting all generated password you can click to the **Clear** button.
|
||||||
|
|
||||||
| Shortcut | Description |
|
### Prerequisites for generating a password
|
||||||
| ------ | ------ |
|
* Password length must be between **8** and **128** characters long.
|
||||||
| Ctrl + N | Create new file |
|
* At least one character type must be selected.
|
||||||
| Ctrl + O | Open new file |
|
|
||||||
| Ctrl + S | Save opened file |
|
|
||||||
| Ctrl + Shift + S | Save opened file with location choosing |
|
|
||||||
| Alt+ Shift + S | Save & Close opened file, without closing the app |
|
|
||||||
|
|
||||||
### App hotkeys ###
|
|
||||||
| Shortcut | Description |
|
|
||||||
| ------ | ------ |
|
|
||||||
| F1 | Open documentation|
|
|
||||||
| Ctrl + Q | Exit app |
|
|
||||||
| Ctrl + Alt + K | Open change key window |
|
|
||||||
| Ctrl + L | Lock current file|
|
|
||||||
| Ctrl + Alt + S | Open settings window|
|
|
||||||
| Ctrl + F | Open search panel |
|
|
||||||
| Ctrl + T | Always on Top |
|
|
||||||
| Ctrl + P | Password Generator |
|
|
||||||
|
|
||||||
### Editor hotkeys ###
|
|
||||||
| Shortcut | Description |
|
|
||||||
| ------ | ------ |
|
|
||||||
| Ctrl + Z | Undo changes |
|
|
||||||
| Ctrl + Y | Redo changes |
|
|
||||||
| Ctrl + X | Cut selected text|
|
|
||||||
| Ctrl + C | Copy selected text|
|
|
||||||
| Ctrl + V | Paste text from clipboard |
|
|
||||||
| Del | Delete selected text |
|
|
||||||
| Ctrl + A | Select all text |
|
|
||||||
| Ctrl + Del | Clear editor content |
|
|
||||||
|
|
||||||
## Links detection
|
## Links detection
|
||||||
### Patterns
|
### Patterns
|
||||||
|
|
@ -117,6 +95,42 @@ All setting are stored in `CryptoNotepad.settings` file. It's created after firs
|
||||||
| Associate with *.cnp files | Associate app with the *.cnp files |
|
| Associate with *.cnp files | Associate app with the *.cnp files |
|
||||||
| Show in "Send to" menu | Add app shortcut in "Send to" context menu |
|
| Show in "Send to" menu | Add app shortcut in "Send to" context menu |
|
||||||
|
|
||||||
|
## Hotkeys
|
||||||
|
|
||||||
|
### Action with files ###
|
||||||
|
|
||||||
|
| Shortcut | Description |
|
||||||
|
| ------ | ------ |
|
||||||
|
| Ctrl + N | Create new file |
|
||||||
|
| Ctrl + O | Open new file |
|
||||||
|
| Ctrl + S | Save opened file |
|
||||||
|
| Ctrl + Shift + S | Save opened file with location choosing |
|
||||||
|
| Alt+ Shift + S | Save & Close opened file, without closing the app |
|
||||||
|
|
||||||
|
### App hotkeys ###
|
||||||
|
| Shortcut | Description |
|
||||||
|
| ------ | ------ |
|
||||||
|
| F1 | Open documentation|
|
||||||
|
| Ctrl + Q | Exit app |
|
||||||
|
| Ctrl + Alt + K | Open change key window |
|
||||||
|
| Ctrl + L | Lock current file|
|
||||||
|
| Ctrl + Alt + S | Open settings window|
|
||||||
|
| Ctrl + F | Open search panel |
|
||||||
|
| Ctrl + T | Always on Top |
|
||||||
|
| Ctrl + P | Password Generator |
|
||||||
|
|
||||||
|
### Editor hotkeys ###
|
||||||
|
| Shortcut | Description |
|
||||||
|
| ------ | ------ |
|
||||||
|
| Ctrl + Z | Undo changes |
|
||||||
|
| Ctrl + Y | Redo changes |
|
||||||
|
| Ctrl + X | Cut selected text|
|
||||||
|
| Ctrl + C | Copy selected text|
|
||||||
|
| Ctrl + V | Paste text from clipboard |
|
||||||
|
| Del | Delete selected text |
|
||||||
|
| Ctrl + A | Select all text |
|
||||||
|
| Ctrl + Del | Clear editor content |
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
* `What encryption values I need to use?`
|
* `What encryption values I need to use?`
|
||||||
<br>Any value you want. I can recommend to use these values - **Hash algorithm:** SHA256/SHA384/SHA512, **Key size:** 256, **Password iterations:** more than 2000000
|
<br>Any value you want. I can recommend to use these values - **Hash algorithm:** SHA256/SHA384/SHA512, **Key size:** 256, **Password iterations:** more than 2000000
|
||||||
|
|
@ -134,7 +148,4 @@ All setting are stored in `CryptoNotepad.settings` file. It's created after firs
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||

|

|
||||||
<br>
|
<br>
|
||||||

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