From e22cccf9e79e8c4ed6a1c36273474c16ab8a6bf8 Mon Sep 17 00:00:00 2001 From: Vincevrp Date: Sun, 20 Jan 2019 20:09:27 +0100 Subject: [PATCH] Move password managers to separate file --- _includes/sections/password-managers.html | 47 +++++++++++++++++++++++ index.html | 43 +-------------------- 2 files changed, 48 insertions(+), 42 deletions(-) create mode 100644 _includes/sections/password-managers.html diff --git a/_includes/sections/password-managers.html b/_includes/sections/password-managers.html new file mode 100644 index 00000000..751a20cf --- /dev/null +++ b/_includes/sections/password-managers.html @@ -0,0 +1,47 @@ +

Password Manager Software

+ + + +
+ + {% include card.html color="success" + title="KeePass / KeePassXC - Local" + image="assets/img/tools/KeePass.png" + url="https://keepass.info/download.html" + website="keepass.info" + footer="OS: Windows, macOS, Linux, iOS, Android, BSD." + description='KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. All passwords in one database, which is locked with one + master key or a key file. The databases are encrypted using the best and most secure encryption algorithms currently known: AES and Twofish. See also: KeePassXC with official native cross-platform support for Windows/macOS/Linux.' + %} + {% include card.html color="primary" + title="LessPass - Browser" + image="assets/img/tools/LessPass.png" + url="https://lesspass.com/" + footer="OS: Windows, macOS, Linux, Android." + description="LessPass is a free and open source password manager that generates unique passwords for websites, email accounts, or anything else based on a master password and information you know. No sync needed. Uses PBKDF2 and SHA-256. It's advised to use the browser addons for more security." + %}
+ +

Worth Mentioning

+ + + +

Related Information

+ + diff --git a/index.html b/index.html index 73fd6561..b80d6de0 100644 --- a/index.html +++ b/index.html @@ -45,48 +45,7 @@ layout: default {% include sections/file-sync.html %} -

Password Manager Software

- -
- - {% include card.html color="success" - title="KeePass / KeePassXC - Local" - image="assets/img/tools/KeePass.png" - url="https://keepass.info/download.html" - website="keepass.info" - footer="OS: Windows, macOS, Linux, iOS, Android, BSD." - description='KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. All passwords in one database, which is locked with one - master key or a key file. The databases are encrypted using the best and most secure encryption algorithms currently known: AES and Twofish. See also: KeePassXC with official native cross-platform support for Windows/macOS/Linux.' - %} - {% include card.html color="primary" - title="LessPass - Browser" - image="assets/img/tools/LessPass.png" - url="https://lesspass.com/" - footer="OS: Windows, macOS, Linux, Android." - description="LessPass is a free and open source password manager that generates unique passwords for websites, email accounts, or anything else based on a master password and information you know. No sync needed. Uses PBKDF2 and SHA-256. It's advised to use the browser addons for more security." - %}
-

Worth Mentioning

- - -

Related Information

- + {% include sections/password-managers.html %}

Calendar and Contacts Sync