passman

A simple password manager and generator

Usage no npm install needed!

<script type="module">
  import passman from 'https://cdn.skypack.dev/passman';
</script>

README

Passman

passman is a simple password manager. You only need one master password and supplied string (like URL) to generate passwords.

NPM version NPM downloads Build Status Coverage Status Dependency Status

Install

$ npm i passman -g

Usage

# passman -h
Usage: passman [options] [command]

Options:
  -v, --version             output the version number
  -h, --help                display help for command

Commands:
  init [options]            init config file: .passman.json
  list|ls [query]           list accounts
  get <service>             get account
  add <service> [username]  add account
  backup [file]             backup data to file (default: passman.dat)
  help [command]            display help for command

Documents

Read full documents

Report a issue

License

passman is available under the terms of the MIT License.