https://github.com/andersevenrud/freevault
FreeVault is a free and open-source password manager (based on SimpleVault) using ElasticSearch
https://github.com/andersevenrud/freevault
Last synced: 3 months ago
JSON representation
FreeVault is a free and open-source password manager (based on SimpleVault) using ElasticSearch
- Host: GitHub
- URL: https://github.com/andersevenrud/freevault
- Owner: andersevenrud
- License: other
- Created: 2014-09-22T13:21:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-22T14:00:08.000Z (over 10 years ago)
- Last Synced: 2025-01-29T07:24:40.545Z (5 months ago)
- Language: PHP
- Size: 113 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FreeVault is a free and open-source password manager (based on SimpleVault) using ElasticSearch.
Currently in **beta**-ish state
## Features
* Store passwords or other secrets safely
* Client-side encryption (zero-knowledge server)
* Multiple user support
* Free and open-source
* Comes with a CLI version as well## Requriements
### Backend
Runs on PHP 5.2+ (with PDO, mcrypt, ssl and curl) with Apache
Requires ElasticSearch
### Frontend
Works in all web-browsers
### CLI
Requires python
## Installation
See `INSTALL.md` for installation help.
You can override default definitions by creating `config.php` in root directory.