sandpass

command module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2016 License: Apache-2.0 Imports: 30 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

Once Sandpass is released on the Sandstorm App Market, it will be a one-click install. In the meantime, you can download an SPK from one of the releases and upload it to Oasis or your own Sandstorm server by using the "Upload..." button under the Apps tab.

Developing

Prerequisite: Go 1.6

go get zombiezen.com/go/sandpass
cd $GOPATH/zombiezen.com/go/sandpass

Running as a normal HTTP server:

sandpass -db=foo.db -listen=localhost:8080 -permissions=false

Running as a Sandstorm app (requires vagrant-spk):

vagrant-spk dev

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