From f95b90fcbcb78e8b48592be20ddeb065fd762bfb Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Sun, 6 Sep 2020 16:06:23 +0200 Subject: [PATCH] add image to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 215275c..12d84a3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Usage of ./mnemonic: ## background The history of mnemonic starts with the XKCD comic about easy rememberable passwords: -[https://xkcd.com/936/](https://xkcd.com/936/) +[![https://xkcd.com/936/](https://imgs.xkcd.com/comics/password_strength.png)](https://xkcd.com/936/) I am aware, that other solutions exist, but most of them are websites. Websites are not trustable, even if password generation happens via javascript (evil plugins, that can read your website content).