From 409f005eecb3d91ee4c50c1706a9a37c50166e98 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Fri, 20 Apr 2018 09:10:52 -0400 Subject: [PATCH] Be a bit more specific about password storage. --- public/site/2015-05/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/site/2015-05/index.html b/public/site/2015-05/index.html index 06acca29..5e1ec33b 100644 --- a/public/site/2015-05/index.html +++ b/public/site/2015-05/index.html @@ -15,8 +15,8 @@ header: large

The real issue.

Humans are no good at remembering lots of passwords. But writing them down or saving them is dangerous, too.

-

Master Password avoids all the pitfalls: a cryptographic algorithm calculates your site's password for you, from thin air, only when you need it.
- When you're done, it throws the password out of memory, so it can't be stolen.

+

Master Password avoids all the pitfalls: a cryptographic algorithm calculates your site's password for you, only when you need it.
+ When you're done, it erases the password from the device, so it can't be stolen.