This project is no longer maintained.
Sandpass is a web-based password manager based on the KeePass database format that runs on Sandstorm.
Sandpass has not undergone a formal security review: use at your own risk.
Install Sandpass from the Sandstorm App Market, or grab the SPK from the releases page.
Prerequisite: Docker
git clone https://github.com/zombiezen/sandpass.git
cd sandpass
Running as a normal HTTP server:
docker build -t sandpass .
docker run --rm -p 8080:8080 sandpass
Packaging as a Sandstorm app (requires docker-spk):
docker-spk build
Apache 2.0. See the LICENSE file for details. Vendored libraries are released under their respective licenses.