From be0344d8a1aec26ab011d2e77503e7e2cb971832 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 30 Sep 2021 23:15:45 +0100 Subject: [PATCH] Fix unsplash image which no longer exists I much preferred the last one --- content/posts/how-to-store-passwords.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/how-to-store-passwords.md b/content/posts/how-to-store-passwords.md index 836459b..4520205 100644 --- a/content/posts/how-to-store-passwords.md +++ b/content/posts/how-to-store-passwords.md @@ -3,7 +3,7 @@ title: How to store passwords date: 2020-05-28 subtitle: How to store passwords **properly**! tags: [security, programming] -image: unsplash:zEFyM4sulJ8 +image: unsplash:uw_NWjC1mBE --- Storing passwords is a pretty simple problem in software development, right? Wrong! Storing passwords _correctly_ is pretty complicated. With that said, it's very simple to just lean on work someone else has done, and the libraries available for your language of choice.