Skip to content

Cross-platform library and utility to manage passwords

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

open-source-cooperative/keyring-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keyring-rs

build dependencies crates.io docs.rs

This crate provides two client apps---one in Rust, one in Python---for the Rust keyring ecosystem. It also provides sample Rust code for developers who are looking to use the keyring infrastructure in their projects and an inventory of available credential store modules.

Rust CLI

The keyring binary produced by building this crate is a command-line interface for issuing one keyring call at a time and examining its results. Issue the command

keyring  help

for usage information.

Python Module

This crate, when built using the PyO3's project maturin tool, produces a Python module that can be used to access the keyring ecosystem from Python. The built module is also available on PyPI in the rust-native-keyring project; use

pip install rust-native-keyring

to install it and

import rust_native_keyring

to load it into your Python REPL. The python module documentation in this crate provides some sample usage information.

Credential Stores Wanted!

If you are a credential store module developer, you are strongly encouraged to contribute a connector for your module to the library in this crate, thus making it available to both client applications. See the module documentation for details.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Cross-platform library and utility to manage passwords

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages