[TASK] add magic-wormhole

This commit is contained in:
Marco Ziesing 2022-10-11 07:40:31 +02:00
parent 2af6154662
commit b344164657

View file

@ -26,7 +26,11 @@ title: #5251's toolbox
* [guetzli](https://github.com/google/guetzli/) - JPEG encoder that aims for excellent compression density at high visual quality.
* [svgo](https://github.com/svg/svgo) - tool for optimizing SVG vector graphics files.
### Security
### File transfer
* [magic-wormhole](https://magic-wormhole.readthedocs.io/en/latest/) - get things from one computer to another, safely
### Cryptography
* [minisign](https://jedisct1.github.io/minisign/) - dead simple tool to sign files and verify signatures.