pass-secrets icon indicating copy to clipboard operation
pass-secrets copied to clipboard

Use pass to store your application secrets!

Results 9 pass-secrets issues
Sort by recently updated
recently updated
newest added

Since a couple of weeks, pass-secrets stopped working because it cannot find `libsdbus-c++.so.1`. ![image](https://github.com/nullobsi/pass-secrets/assets/64606429/2b273121-0543-4c5c-9035-e7505eb39632) I can however confirm that it is present on my system (installed from source) : ![image](https://github.com/nullobsi/pass-secrets/assets/64606429/8b14d3a3-c796-49cb-b6c5-dd9a08928641)...

Thank you for this useful tool. The README seems to refer to systemd, which we don't use on FreeBSD: ``` % systemctl --user enable pass-secrets zsh: command not found: systemctl...

When using fractal-git with pass-secrets on Arch, it coredumps quite reproducibly. ``` (gdb) bt #0 __pthread_kill_implementation (threadid=, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44 #1 0x00007f557a49f2d3 in __pthread_kill_internal (signo=6, threadid=) at pthread_kill.c:78 #2...

Thank you for implementing this nice alternative to the major keyrings. I came here since the new fractal alpha (from gnome) forces the use of a dbus secrets service. Unfortunately,...

I tried this assuming it also reads existing passwords. Is there an option to do so? Also it shouldn't necessarily try to write passwords itself.

I see that there is some secret information stored as json files. I have several questions: 1. Should this be stored in the password store directory? Some of the extensions/apps...

I have my pass' store directory set up at `~/.local/share/pass` and I set it up through `PASSWORD_STORE_DIR` environment variable, however the systemd unit didn't have the said variable, so it...

sdbus-cpp is great but requires hacks for the proxy objects which increases code complexity also, it requires a lot of spreading of the code state. moving to a lower level...

Using pass directly as a subprocess feels fragile and prone to error (#2) Pros: - direct support for encrypting/decrypting - error handling - less hacky Cons: - git commit would...