Skip to content

Commit d828abf

Browse files
committed
v855: Tools
- add 'Tools Menu' to the other-resources page
1 parent 7e66aae commit d828abf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/docs/other-resources.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,12 @@ At the far right of the menu bar there are also icons `+` (to create a New file)
145145

146146
There is a toolbar which has icons for various common tasks. The toolbar settings can be found at [**Settings > Preferences > General > Toolbar**](../preferences/#general), including the option to **Hide** the toolbar. If you do not understand the icon, hovering over that icon will show the underlying action.
147147

148+
### Tools Menu
149+
150+
This menu contains commands related to running [cryptographic hash functions](https://en.wikipedia.org/wiki/Cryptographic_hash_function) , including [MD5](https://en.wikipedia.org/wiki/MD5),
151+
[SHA-1](https://en.wikipedia.org/wiki/SHA-1), and the SHA-256 and SHA-512 algorithms from [SHA-2](https://en.wikipedia.org/wiki/SHA-2). (SHA-1 and SHA-512 were added in v8.5.5.) These are useful for comparing the hashes for downloaded files to offically-published hashes, and for generating those hashes for files that you are publishing.
152+
153+
For each function, there are 3 commands:
154+
- **Generate** - You can enter text in the upper field, and it will give you the hash output in the other field. You can copy those results to the Clipboard through the button. You can optionally **Treat each line as a separate string** to get N different hashes for N different strings at the same time, rather than a single hash that covers the entire input text.
155+
- **Generate from Files** - Will calculate the hashes for one or more selected files.
156+
- **Generate from Selection into Clipboard** - Will use the text that is currently selected, calculate the hash, and put the hash results in the Clipboard.

0 commit comments

Comments
 (0)