sandpass

command module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 3, 2019 License: Apache-2.0 Imports: 34 Imported by: 0

README

Sandpass

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.

Installing

Install Sandpass from the Sandstorm App Market, or grab the SPK from the releases page.

Developing

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

License

Apache 2.0. See the LICENSE file for details. Vendored libraries are released under their respective licenses.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
cipherio
Package cipherio provides I/O interfaces for encryption streams.
Package cipherio provides I/O interfaces for encryption streams.
fakerand
Package fakerand provides a deterministic PRNG, suitable for testing.
Package fakerand provides a deterministic PRNG, suitable for testing.
kdbcrypt
Package kdbcrypt encrypts and decrypts data using the KeePass1 encryption scheme.
Package kdbcrypt encrypts and decrypts data using the KeePass1 encryption scheme.
keepass
Package keepass reads and writes the KeePass1 database format.
Package keepass reads and writes the KeePass1 database format.
padding
Package padding provides functions to handle padding in block ciphers.
Package padding provides functions to handle padding in block ciphers.
sandstormhdr
Package sandstormhdr reads Sandstorm information from HTTP request headers.
Package sandstormhdr reads Sandstorm information from HTTP request headers.
uuids
Package uuids provides functions for generating and handling UUIDs as defined by RFC 4122.
Package uuids provides functions for generating and handling UUIDs as defined by RFC 4122.
third_party

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL