8000 GitHub - mathstuf/rust-keyutils: Rust interface to the Linux keyring
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mathstuf/rust-keyutils

Repository files navigation

keyutils

Rust FFI bindings to the Linux kernel keyring functionality via the keyutils library. It may be used to securely store secrets such as passphrases, cryptographic keys, and other private data.

It is currently a work-in-progress, but should be complete enough for experimental usage.

0