An open API service indexing awesome lists of open source software.

https://github.com/mathstuf/rust-keyutils

Rust interface to the Linux keyring
https://github.com/mathstuf/rust-keyutils

linux linux-keyring rust

Last synced: 4 months ago
JSON representation

Rust interface to the Linux keyring

Awesome Lists containing this project

README

          

# 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.