> ## Content Index
> Fetch the complete content index at: https://en.blog.themarfa.name/llms.txt
> Use this file to discover other available public pages before exploring further.

# DevToys Review. A set of useful tools for developers
- URL: https://en.blog.themarfa.name/devtoys-review-a-set-of-useful-tools-for-developers/
- Published: 2024-02-08T05:47:29.000Z
- Updated: 2024-02-08T05:47:29.000Z
- Description: When you are an application or website developer, you often have to deal with some small routine tasks. For example, decoding text in Base64, calculating checksums and the like.
- Author: Konstantin Dokuchaev
- Tags: Windows, DevToys

When you are an application or website developer, you often have to deal with some small routine tasks. For example, decoding text in Base64, calculating checksums and the like.

Usually you have to use a dozen third-party tools to clear questions. So, other developers have already taken care and made the [**DevToys**](https://devtoys.app/) utility , in which they collected all such tools.

![](https://blog.themarfa.name/content/images/2024/02/image-1.png)

The utility is free and open source, but is only available on Windows. For macOS there is a full copy called DevToysMac which can be downloaded [from this link](https://github.com/ObuchiYuki/DevToysMac) .

### What's available

In total, DevToys offers six sections with utilities: converters, decoders, formatting, generation, working with text and graphics. There are about five tools available in each of them. You can also use the search.

![](https://blog.themarfa.name/content/images/2024/02/image-2.png)

When you have decided which tool is right for you right now, to use it you just need to open it and specify all the necessary parameters.

For example, for a hash generator, you can specify the spelling of letters, output type, HMAC mode, and salt parameters.

![](https://blog.themarfa.name/content/images/2024/02/image-3.png)

### More features

In the DevToys settings, you can enable automatic detection of a suitable utility depending on the contents of the clipboard. You can also customize the appearance of the text editor.

[Download DevToys](https://devtoys.app/)