diff options
author | MatrixEternal <35934418+MatrixEternal@users.noreply.github.com> | 2021-12-02 17:39:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 17:39:44 +0000 |
commit | 1f1a53219969b5e541eb27d38302f3e4d58fdf93 (patch) | |
tree | 639fa79f45bc0eba88a76cfdd4da244fe252c8b2 | |
parent | Add bookwyrm to non-free, e-books/library section (#2739) (diff) | |
download | awesome-selfhosted-1f1a53219969b5e541eb27d38302f3e4d58fdf93.tar.gz awesome-selfhosted-1f1a53219969b5e541eb27d38302f3e4d58fdf93.zip |
Add vaults to Password Managers (#2747)
Co-authored-by: nodiscc <nodiscc@gmail.com>
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1258,6 +1258,7 @@ _Related: [Wikis](#wikis)_ - [Shaark](https://github.com/MarceauKa/shaark) - All in one platform for your links, stories, passwords and albums. Built with Laravel and Vue.js. `MIT` `PHP` - [sysPass](https://www.syspass.org/) - Multiuser password management system. ([Demo](https://demo.syspass.org/), [Source Code](https://github.com/nuxsmin/sysPass)) `GPL-3.0` `PHP` - [Teampass](https://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` +- [vaults](https://github.com/MatrixEternal/vaults) - Password manager featuring client side AES-256 encryption, PBKDF2 hashing, vaults, password generation & more. `GPL-3.0` `PHP` - [Vaultwarden](https://github.com/dani-garcia/vaultwarden) - Lightweight Bitwarden server API implementation written in Rust. `GPL-3.0` `Rust` |