Decrypt fails due to SIGPIPE in large files

2022-10-14 Thread Volkan Yazıcı
Hello, When the encrypted content is bigger than what is reported by `ulimit -p`, `gpg -d` exits with 141 causing `pass -c` to fail: $ ulimit -p 8 $ dd if=/dev/urandom bs=8193 count=1 | gpg -e -r XXX -o ~/.password-store/test.gpg --yes && pass show -c test; echo $? 1+0 records in 1+0 records

Re: Security Vulnerability: Faulty GPG Signature Checking

2018-06-15 Thread Volkan Yazıcı
I see the point of replacing bash with another programming language, that being said, I feel the urge to say something about this without falling into the trap of ranting about programming languages. One of the key points of pass that was really the selling point for me was, apart from perfectly

pass-extension-copyq

2018-05-24 Thread Volkan Yazıcı
Hello, Thanks to all contributors (particularly, Jason) for the awesomeness called *pass*! I created an extension, pass-extension-copyq , allowing to use copyq clipboard manager in combination with pass. I believe many