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

### Summary `Failed to decode public key [email protected]: public key "[email protected]" not found` A new recipient that was added with gopass and his public key is already provided in the...

bug

### Summary When using `gopass show -n entry` I expect my entry to be displayed exactly as is, i.e. raw bytes. Instead it seems it's being parsed. ### Steps To...

### Summary The git version ( installed git portable, git version 2.42.0.windows.2 ) is not recognized by go pass, probably due to this - global gitconfig isn't read, in particular...

bug

## Issue https://github.com/gopasspw/gopass/issues/2650 ## Description This commit removes the use of the deprecated math/rand.Seed method. ## Checked ▼make test ```shell gopass [ fix/issue-2650][🐹 v1.21.0] ❯ make test >> BUILD, version...

### Summary Trying to store a secret with a name (or parent) that starts with a '.' fails silently ### Steps To Reproduce ``` $ echo "this is really, really...

bug

This change removes extraneous whitespace (tab, space) characters from lines in `//:zsh.completion`.

### Summary Since Go 1.20 release, math/rand.Seed is marked "Deprecated" Looks like five instances to consider updating: ```sh find . -name "*.go" -type f -print | xargs grep .Seed ```...

help-wanted
good-first-issue

### Summary when `gopass show` item not with exact name, the output goes to `stderr` and the error to `stdout` ### Steps To Reproduce ```bash macos@macoss-Mac-mini ~ % gopass show...

bug

### Summary I added myself as a new recipient to a store on a new machine. After running gopass clone and sync I'm able to see the stored secrets, but...

bug

### Summary During adding a new recipient when using the age backend the reencryption fails for all but one worker, resulting in only a single file being updated. This is...

bug