Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 454 Bytes

File metadata and controls

17 lines (10 loc) · 454 Bytes

masterpassword

This is a MasterPassword implementation in Go.

There is a library and a small command line tool; both in early development stages but usable.

Installation

Installing the library works the usual way:

go get github.com/deniswernert/masterpassword

Installing the commmand line tool is equally simple:

go install github.com/deniswernert/masterpassword/masterpassword