From c02672e4cc60a58677dd3d1630203083021d2d78 Mon Sep 17 00:00:00 2001 From: Daniel Khamsing Date: Wed, 8 Feb 2017 07:29:30 -0800 Subject: [PATCH] Create Password category --- contents.json | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/contents.json b/contents.json index fa854ffa..a0b7a412 100644 --- a/contents.json +++ b/contents.json @@ -187,6 +187,11 @@ "title": "Security", "id": "security" }, + { + "title": "Password", + "id": "password", + "parent": "security" + }, { "title": "Social", "id": "social" @@ -4745,7 +4750,7 @@ { "title": "FreeOTP Authenticator", "category-ids": [ - "security" + "password" ], "description": "Two-Factor Authentication", "source": "https://fedorahosted.org/freeotp/browser/ios", @@ -4760,7 +4765,7 @@ { "title": "MasterPassword", "category-ids": [ - "security" + "password" ], "description": "Stateless password management solution", "license": "gpl-3.0", @@ -4780,7 +4785,7 @@ { "title": "MiniKeePass", "category-ids": [ - "security" + "password" ], "description": "Secure Password Manager", "source": "https://github.com/MiniKeePass/MiniKeePass", @@ -4800,7 +4805,7 @@ { "title": "SkeletonKey", "category-ids": [ - "security" + "password" ], "tags": [ "iphone" @@ -4823,7 +4828,7 @@ { "title": "ZeroStore", "category-ids": [ - "security" + "password" ], "description": "password storage without the storage", "license": "mit", @@ -8308,7 +8313,7 @@ { "title": "Authenticator", "category-ids": [ - "security" + "password" ], "description": "A simple two-factor authentication app with a clean UI", "source": "https://github.com/mattrubin/authenticator", @@ -8763,7 +8768,7 @@ { "title": "Encryptr", "category-ids": [ - "security", + "password", "finance" ], "tags": [ @@ -9735,7 +9740,7 @@ { "title": "Dono", "category-ids": [ - "security" + "password" ], "description": "Password derivation tool", "source": "https://github.com/dono-app/dono-ios", @@ -11131,7 +11136,7 @@ "title": "pass", "description": "password-store app", "category-ids": [ - "security" + "password" ], "source": "https://github.com/davidjb/pass-ios", "homepage": "https://www.passwordstore.org/",