/mypass-cli

mypass-cli - password manager for storing passwords locally and secure

Primary LanguageGoApache License 2.0Apache-2.0

MyPass-cli

This console application is a password manager that can be used to store passwords in an encrypted container

Usage

In progress. Not for production

First time set master password

mp add
mp view -i <entry-uuid>
mp list

TODO

  • save to password file
  • encrypt/decrypt file container
  • transactions support
  • binary serializations
  • improve crypt
  • add (add|edit|delete|view|list) commands
  • customize user level errors
  • improve command interface
  • advanced logger - add logs folder, write logs to file
  • advanced error handling
  • text interface formatting
  • support darwin/windows arch