diff options
author | nodiscc <nodiscc@gmail.com> | 2019-01-02 11:03:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-02 11:03:56 +0000 |
commit | 1bfa344e9fc8fb267be6fc67b84278fed5e345b0 (patch) | |
tree | bd33f561c9adbd7dbc4f9506f831d0294ecd47f5 | |
parent | Merge pull request #1589 from erikhubers/master (diff) | |
parent | corrected description following #1593 merge request. (diff) | |
download | awesome-selfhosted-1bfa344e9fc8fb267be6fc67b84278fed5e345b0.tar.gz awesome-selfhosted-1bfa344e9fc8fb267be6fc67b84278fed5e345b0.zip |
Merge pull request #1593 from ixeft/teampass-description
Change Teampass description due to security concerns.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1023,7 +1023,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com - [PassIt](https://passit.io/) - Simple password manage with sharing features by group and user, but no administration interface. ([Demo](https://app.passit.io/), [Source Code](https://gitlab.com/passit)) `AGPL-3.0` `Python` - [Psono](https://psono.com/) - A promising password managers fully featured for teams. ([Demo](https://www.psono.pw), [Source Code](https://gitlab.com/psono)) `Apache-2.0` `Python` - [sysPass](http://www.syspass.org/) - Multiuser password management system. ([Demo](http://demo.syspass.org/), [Source Code](https://github.com/nuxsmin/sysPass)) `GPL-3.0` `PHP` -- [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/)) `GPL-3.0` `PHP` +- [Teampass](http://teampass.net/) - Password manager dedicated for managing passwords in a collaborative way. One symmetric key is used to encrypt all shared/team passwords and stored server side in a file and the database. works on any server Apache, MySQL and PHP. ([Source Code](https://github.com/nilsteampassnet/TeamPass/)) `GPL-3.0` `PHP` ## Pastebins |