passmgr icon indicating copy to clipboard operation
passmgr copied to clipboard

a simple, portable password manager

passmgr

Build Status Go Report Card GoDoc

passmgr is a simple portable password manager.

Usage

Just call passmgr from your command line. The application will tell you how to proceed.

Read the command documentation for more detailed instructions and examples.

Install

Download the latest release for your platform, or build from source: go get github.com/urld/passmgr/cmd/passmgr

Dependencies

Platforms

  • OSX
  • Windows
  • Linux (requires xclip or xsel command to be installed, probably works on other *nix platforms too)

Limitations

  • no protection against keyloggers
  • no protection against cliboard spies

TODO

  • look into improved clipboard handling hn comment