keyring-rs icon indicating copy to clipboard operation
keyring-rs copied to clipboard

Cross-platform library and utility to manage passwords

Results 20 keyring-rs issues
Sort by recently updated
recently updated
newest added

I'm using `spotifyd` while storing my credentials in my KeePassXC database, which has a SecretService implementation. KeePassXC has been updated recently and now supports prompting the user to confirm access...

enhancement
waiting

I was pondering on this question since before the 1.1.x releases and the refactored `Platform` and `PlatformCredential` data model. Is it possible right now to write unit tests using the...

enhancement
help wanted

When trying to add a keyring entry on Windows, I get `Error code 1783` which seems to correlate to `RPC_X_BAD_STUB_DATA` in winapi.

I've built a package that utilizes 0.1.x and it works fine on WSL linux. I upgraded to 1.1.2, and it returns ``` [2022-02-22T10:46:09Z ERROR terra_rust] Platform secure storage failure: zbus...

question

The Linux implementation throws an error if we use a collection that does not exist, [this is the code](https://github.com/hwchen/keyring-rs/blob/8b6a387f362740b054eaebd7c7e8a8dc4cfcd584/src/linux.rs#L25). I think it should create the collection if it is not...

enhancement
help wanted

OK, it's time for a v2 that addresses the issues raised in #94 and #95 (and provides the ability for clients to address the issues in #76 and #84). Here...

enhancement

Hello! Down in `secret-service` there are discussions to either replace the current sync interface or provide one alongside it (https://github.com/hwchen/secret-service-rs/issues/42). Since this will impact this crate I thought it would...

question

This pull request removes [`lazy_static`](https://crates.io/crates/lazy_static) in favour of [OnceLock](https://doc.rust-lang.org/stable/std/sync/struct.OnceLock.html). [OnceCell](https://github.com/matklad/once_cell) is technically a crate. However, it has been [partially merged](https://github.com/rust-lang/rust/pull/105587) into the standard library. lazy_static hasn't had a release in...

waiting

I use dialog plugin from [tauri](https://github.com/tauri-apps/tauri) which uses zbus v4, And I can't use this library along with that plugin because there's a conflict. Do you have plans to update...

dependencies

# Overview Currently `keyring-rs` supports iOS but not Android. If we can extend support to Android, then `keyring-rs` handles all major platforms, desktop and mobile, which would be pretty cool...

enhancement
help wanted