Bndw Pick Versions Save

A secure and easy-to-use CLI password manager for macOS and Linux

v0.8.0

5 years ago
  • Moves backup, export, and sync commands into a safe subcommand
  • Adds the ability to change a safe's master password with pick safe pass

This version is a candidate for v1.0.0.

Thanks for your contributions, @leonklingele.

v0.7.0

6 years ago
  • Adds --safe flag for manually specifying a safe file
  • Ensure only a single instance of Pick may be run concurrently
  • Pin dependency versions

Thanks for your contributions, @leonklingele.

v0.6.0

6 years ago
  • Automatically clear passwords from clipboard after a configurable time
  • Improved notes
  • Improved code quality

Thanks for your contributions, @leonklingele.

v0.5.0

6 years ago
  • Init - Adds an init command for first time setup
  • AWS S3 support - Built in support for storing your safe in AWS S3.
  • Improved test coverage

v0.4.0

7 years ago

This release includes a ton of new features, general bug fixes, and improved test coverage.

New Features

  • ChaCha20Poly1305 encryption support (@leonklingele)
  • Edit - edit existing accounts (@leonklingele)
  • Export - export data out of pick (@leonklingele)
  • Interactive password generation (@leonklingele)
  • History - view changes to accounts (@leonklingele)
  • Notes - store secure notes in your safe (@leonklingele)
  • Pass - use pick's secure password generator to create one-off passwords (@leonklingele)
  • Sync - sync multiple pick safes (@leonklingele)

Huge thanks to @leonklingele!

v0.3.0

7 years ago

This release adds configurable encryption, backups, general bug fixes and improved test coverage.

v0.2.1

7 years ago

This alpha release resolves linux/amd64 cross-compilation issues.

v0.2.0

7 years ago

This is an alpha release of the Go implementation.

Known issues:

  • No cross compilation support (darwin amd64 only)

v0.1

7 years ago

This is this initial Python implementation