You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have some use cases that we want to use keyring in linux without linux desktop in the first place. It then require our users to install the dbus properly. To solve the issue, I wrap the rust implementation which support keyutils with python bindings into https://github.com/unkcpz/keyringrs.
I guess to make it works with keyutils, it requires to directly interact with keyutils API? There are some python libraries I found which tries to support it but is not actively maintained:
Redirect from hwchen/keyring-rs#234
We have some use cases that we want to use keyring in linux without linux desktop in the first place. It then require our users to install the dbus properly. To solve the issue, I wrap the rust implementation which support keyutils with python bindings into https://github.com/unkcpz/keyringrs.
I guess to make it works with keyutils, it requires to directly interact with keyutils API? There are some python libraries I found which tries to support it but is not actively maintained:
There is one that is quite new which is also a rust wrapper but for keyutils directly:
The text was updated successfully, but these errors were encountered: