gopass icon indicating copy to clipboard operation
gopass copied to clipboard

The slightly more awesome standard unix password manager for teams

Results 156 gopass issues
Sort by recently updated
recently updated
newest added

The gopass CLI trusts any GPG key for encryption [by default](https://github.com/gopasspw/gopass/blob/master/main.go#L266). That's not great but we had so many issues with users unable to cope with the GPG trust model...

help-wanted
needs-input

Don't require a minimum username length In https://github.com/gopasspw/gopass/pull/2293, minimum lengths began being enforced for some fields within the create wizard. One such field was username, however, this field should not...

### Summary ### Steps To Reproduce Read all the license files in the repository. The only file named `LICENSE` states the code and it's documentation, but not the gopass logo...

̄\_(ツ)_/ ̄

Currently, the two default wizard templates for `gopass create` ("Website login" & "PIN Code (numerical)") seem to always load in as options for the wizard. It would be nice to...

feature

This line in the README implies that custom commands should be possible via extensions. https://github.com/gopasspw/gopass/blob/d6acc7063de4e7ceee717284dd1e4e3009163b5b/README.md?plain=1#L47 However, there is no further documentation either for creating extensions nor registering custom commands anywhere...

documentation

### Summary When running gopass commands, there is extra output coming from GPG. I managed to stumble across a fix from this old issue: #23 I'm getting the exact same...

documentation
gpg

We should consider using the [provided](https://github.com/slsa-framework/slsa-github-generator/blob/main/internal/builders/go/README.md) builder to reach SLSA Level 3 compliance.

help-wanted

### Summary We've been asked quite often to provide a way to conceal the file structures (#1560, #673), and I recently noticed that there is a [Tomb extension](https://github.com/roddhjav/pass-tomb) for `pass`....

feature
ux
storage
good-first-issue
Hacktoberfest

The current config implementation is pretty strict so it can provide proper backwards compatibility. However this makes it harder to edit the configuration manually since we don't allow extra fields...

help-wanted

### Summary I'm moving from using RSA keys to ECC keys. I've imported a ECC key pair from another machine. I've created and added the new ECC key as a...

needs-input