keyring-rs
keyring-rs copied to clipboard
Cross-platform library and utility to manage passwords
First of all, thank you for this great crate! ### Context I am working on [Pimalaya](https://git.sr.ht/~soywod/pimalaya), a project that tries to improve open-source tools related to [Personal Information Management](https://en.wikipedia.org/wiki/Personal_information_manager). I...
## Basic searching implementation for all platforms and listing the results as a string. Windows platform has no search functionality built into the windows_sys crate, it uses a custom regex...
An implementation of keyring-search into the keyring crate. So far efforts have been made for all platform specific modules. However, the mock module remains untouched. Some work has been done...
Updates the requirements on [secret-service](https://github.com/hwchen/secret-service-rs) to permit the latest version. Release notes Sourced from secret-service's releases. v4.0.0 What's Changed Update zbus to v4 by @βliff in hwchen/secret-service-rs#75 Run CI with...
Since all of the underlying platform stores support storing Vec data in credentials, it seems wasteful to force clients to encode such data as UTF-8 strings. Please add generic APIs...
Because of how the credentials are converted from u8 to u16 when stored on windows, it is not possible to store a blob of data that is greater than `CRED_MAX_CREDENTIAL_BLOB_SIZE...
Updates the requirements on [zbus](https://github.com/dbus2/zbus) to permit the latest version. Release notes Sourced from zbus's releases. π zbus 5.0.1 π Don't pin zvariant_utils dep. We don't always release zvariant_utils together...
This PR makes both async and sync secret service keystores using keyutils as cache, when available (on Linux only). Since you mentioned that rare are users needing both secret service...
Is there any place listing apps based on `keyring-rs`? If not then I would love to propose such section in the README. It can be useful for new users, and...
Hiya, some of the checks in a CLI tool I'm working on are failing in the secret management side. We're storing a blob of 76 bytes in the keychain, but...