From 608dc53cd9433496a1d282f82e7eea6a3ed04e57 Mon Sep 17 00:00:00 2001 From: paddo Date: Sun, 20 Mar 2016 22:52:25 +0100 Subject: [PATCH 1/4] added php password manager --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c468e1d..baa87390 100644 --- a/README.md +++ b/README.md @@ -639,7 +639,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com * [RatticDB](http://rattic.org/) - Password Management for Humans. ([Source Code](https://github.com/tildaslash/RatticWeb), [Demo](https://demo.rattic.org/cred/list/)) * [Teampass](http://teampass.net/) - Password manager dedicated for managing passwords in a collaborative way on any server Apache, MySQL and PHP. ([Source Code](https://github.com/nilsteampassnet/TeamPass/)) `GPLv3` `PHP` * [keeweb](https://antelle.github.io/keeweb/) - This webapp is a browser and desktop password manager compatible with KeePass databases. ([Source Code](https://github.com/antelle/keeweb)) `MIT` `JavaScript` - +* [PHP Password Manager](https://github.com/pklink/ppma) - A web based, encrypting password manager, based on the Yii framework. ([Source Code](https://github.com/pklink/ppma)) `BSD` `PHP` ## Pastebins From 8e59a0eb2a355c94dc54e6f2f7254a6ecba1ec92 Mon Sep 17 00:00:00 2001 From: paddo Date: Wed, 23 Mar 2016 18:14:53 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index baa87390..c48005c2 100644 --- a/README.md +++ b/README.md @@ -636,11 +636,10 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com ## Password Managers + * [keeweb](https://antelle.github.io/keeweb/) - This webapp is a browser and desktop password manager compatible with KeePass databases. ([Source Code](https://github.com/antelle/keeweb)) `MIT` `JavaScript` + * [PHP Password Manager](https://github.com/pklink/ppma) - A web based, encrypting password manager, based on the Yii framework. ([Source Code](https://github.com/pklink/ppma)) `BSD` `PHP` * [RatticDB](http://rattic.org/) - Password Management for Humans. ([Source Code](https://github.com/tildaslash/RatticWeb), [Demo](https://demo.rattic.org/cred/list/)) * [Teampass](http://teampass.net/) - Password manager dedicated for managing passwords in a collaborative way on any server Apache, MySQL and PHP. ([Source Code](https://github.com/nilsteampassnet/TeamPass/)) `GPLv3` `PHP` - * [keeweb](https://antelle.github.io/keeweb/) - This webapp is a browser and desktop password manager compatible with KeePass databases. ([Source Code](https://github.com/antelle/keeweb)) `MIT` `JavaScript` -* [PHP Password Manager](https://github.com/pklink/ppma) - A web based, encrypting password manager, based on the Yii framework. ([Source Code](https://github.com/pklink/ppma)) `BSD` `PHP` - ## Pastebins * [0bin](https://github.com/sametmax/0bin) - Client side encrypted pastebin. `WTFPL` `Python` From 4962d8641238117cb30a36dfc14766c8335d73d8 Mon Sep 17 00:00:00 2001 From: paddo Date: Wed, 23 Mar 2016 18:16:13 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c48005c2..2af849fc 100644 --- a/README.md +++ b/README.md @@ -640,6 +640,8 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com * [PHP Password Manager](https://github.com/pklink/ppma) - A web based, encrypting password manager, based on the Yii framework. ([Source Code](https://github.com/pklink/ppma)) `BSD` `PHP` * [RatticDB](http://rattic.org/) - Password Management for Humans. ([Source Code](https://github.com/tildaslash/RatticWeb), [Demo](https://demo.rattic.org/cred/list/)) * [Teampass](http://teampass.net/) - Password manager dedicated for managing passwords in a collaborative way on any server Apache, MySQL and PHP. ([Source Code](https://github.com/nilsteampassnet/TeamPass/)) `GPLv3` `PHP` + + ## Pastebins * [0bin](https://github.com/sametmax/0bin) - Client side encrypted pastebin. `WTFPL` `Python` From e205a777285cc85a1ebe046eeea96686c6fd589d Mon Sep 17 00:00:00 2001 From: paddo Date: Wed, 30 Mar 2016 10:19:46 +0200 Subject: [PATCH 4/4] Update README.md updated link to project site --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2af849fc..eb775413 100644 --- a/README.md +++ b/README.md @@ -637,7 +637,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com ## Password Managers * [keeweb](https://antelle.github.io/keeweb/) - This webapp is a browser and desktop password manager compatible with KeePass databases. ([Source Code](https://github.com/antelle/keeweb)) `MIT` `JavaScript` - * [PHP Password Manager](https://github.com/pklink/ppma) - A web based, encrypting password manager, based on the Yii framework. ([Source Code](https://github.com/pklink/ppma)) `BSD` `PHP` + * [PHP Password Manager](http://www.ppma.pw) - A web based, encrypting password manager, based on the Yii framework. ([Source Code](https://github.com/pklink/ppma)) `BSD` `PHP` * [RatticDB](http://rattic.org/) - Password Management for Humans. ([Source Code](https://github.com/tildaslash/RatticWeb), [Demo](https://demo.rattic.org/cred/list/)) * [Teampass](http://teampass.net/) - Password manager dedicated for managing passwords in a collaborative way on any server Apache, MySQL and PHP. ([Source Code](https://github.com/nilsteampassnet/TeamPass/)) `GPLv3` `PHP`