From b3441646571284477dcaf3a6237aaef6b51947e3 Mon Sep 17 00:00:00 2001 From: Marco Ziesing Date: Tue, 11 Oct 2022 07:40:31 +0200 Subject: [PATCH] [TASK] add magic-wormhole --- content/_index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 2ea1e4b..a71f322 100644 --- a/content/_index.md +++ b/content/_index.md @@ -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.