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 When working with smartcard/yubikeys/solokeys - the error message: gpg: decryption failed: Inappropriate ioctl for device is typically related to something in the hardware real; such as not having...

help-wanted
gpg

Simliar to https://github.com/gopasspw/gopass/issues/2398 we should consider signing MacOS releases so people can easily download new releases and don't have to go through Homebrew or mess with their security settings. There...

needs-funding
mac

### Summary When running any gopass commands that require decryption, I receive the following warning: > gpg: problem with fast path key listing: Forbidden - ignored ### Steps To Reproduce...

help-wanted

Would it be possible to sign the Windows msi and exe files for the next release, so that Windows will not warn the end user about an application from an...

help-wanted
windows
needs-funding

### Summary After upgrading to gopass 1.14.10 on osx it started to crash randomly. I attached the trace that is printed. I tried killing the gpg agent but it does...

help-wanted
bug
mac

The old approach was prone to random CI failures when a golangci-lint was updated and did enable new linters. This approach means we will have to update the include list...

cleanup

When using pinentry to request the passphrase to decrypt the age identities file, allow the pinentry program to cache the password. Example:

Continuation of https://github.com/gopasspw/gopass/pull/2576 .

I was looking at the package on Void linux. I made some small changes (latest version pending a go update): ``` # Template file for 'gopass' pkgname=gopass -version=1.15.11 +version=1.15.12 revision=1...

help-wanted

### Summary I am trying to use gopass in Github Actions. To this end, I have a secrets store called `test-gopass-1`, which gets cloned via a Personal Access Token from...

help-wanted