diff options
author | Andrew <AndyR207@users.noreply.github.com> | 2016-03-30 20:13:47 +0000 |
---|---|---|
committer | Andrew <AndyR207@users.noreply.github.com> | 2016-03-30 20:13:47 +0000 |
commit | a78131253dff16d2540db09da6f70306f5923736 (patch) | |
tree | dcd17a395e49f0aa8d5b9b770c3cbcc5c2d00378 | |
parent | Merge pull request #514 from stweil/master (diff) | |
parent | Update README.md (diff) | |
download | awesome-selfhosted-a78131253dff16d2540db09da6f70306f5923736.tar.gz awesome-selfhosted-a78131253dff16d2540db09da6f70306f5923736.zip |
Merge pull request #512 from richter-p/patch-1
added php password manager
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -639,9 +639,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](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` - * [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` ## Pastebins |