kpass

module
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2017 License: MIT

README

KPass

KPass is a web application to manage password safe.

Build Status Coverage Status License

Build

go get -t github.com/seccom/kpass
go get -u github.com/jteeuwen/go-bindata/...
cd $GOPATH/src/github.com/seccom/kpass
make build

It will build three executable files for OSX, windows and linux version in "./dist" directory.

Run in OSX
cd ./dist
./kpass --help
./kpass

It will run with default options, create a kpass.kdb file and open a browser.

Development

Start a development mode with memory database:

make assets
go run cmd/kpass/kpass.go -dev

It creates some demo data. You can find the encrypted secret in the kpass.kdb.

It will serve ./web as static server too.

Directories

Path Synopsis
cmd
src
api
ctl
dao

Jump to

Keyboard shortcuts

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