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
- Host: GitHub
- URL: https://github.com/mathstuf/rust-keyutils
- Owner: mathstuf
- License: bsd-3-clause
- Created: 2015-11-13T22:02:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-17T09:12:43.000Z (almost 3 years ago)
- Last Synced: 2025-09-26T19:39:32.264Z (9 months ago)
- Topics: linux, linux-keyring, rust
- Language: Rust
- Size: 304 KB
- Stars: 17
- Watchers: 4
- Forks: 9
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.