Fix unsplash image which no longer exists
I much preferred the last one
This commit is contained in:
parent
8dc136e46e
commit
be0344d8a1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ title: How to store passwords
|
||||||
date: 2020-05-28
|
date: 2020-05-28
|
||||||
subtitle: How to store passwords **properly**!
|
subtitle: How to store passwords **properly**!
|
||||||
tags: [security, programming]
|
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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue