Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 896 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 896 Bytes

gpass

gpass is an encrypted account manager built on top of git.

gpass creates a branch for each of the accounts you add, allowing you to have version control over your encrypted information such as passwords.

Commands under development:

  • help
  • version
  • init
    • existing repository
    • existing private key
    • create new repository
    • create new private key
  • insert
    • single line
    • multiple line (editor)
  • show
  • list
  • rm
  • mv
  • cp
  • edit
  • generate
  • search
  • grep

gpass is inspired by pass, the Unix password manager, by ZX2C4.

This project uses go-git for the git operations and openpgp for encryption.

This tool is currently under development.