pass-secrets
pass-secrets copied to clipboard
Use pass to store your application secrets!
Since a couple of weeks, pass-secrets stopped working because it cannot find `libsdbus-c++.so.1`.  I can however confirm that it is present on my system (installed from source) : ...
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...
Coredump
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...
Regressed by Kistler-Group/sdbus-cpp@bdf313bc60df. Note, some other sdbus-cpp consumers like xdg-desktop-portal-hyprland, hypridle have already switched to 2.0.0 API. ```c++ In file included from impl/Session.cpp:6: In file included from impl/SecretService.h:9: impl/../adaptors/secretsadaptor.h:26:17: error:...