keyutils bindings for Python
Project description
python-keyutils is a set of python bindings for keyutils (available from http://people.redhat.com/~dhowells/keyutils), a key management suite that leverages the infrastructure provided by the Linux kernel for safely storing and retrieving sensitive infromation in your programs.
The C extension module follows closely the C API (see add_key(2), request_key(2), keyctl_read_alloc(2)).
Exceptions also follow the C API. The only notable difference is for request_key: when the key is not present, None is returned, instead of raising an exception (which is usually a more expensive operation).
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file keyutils-0.2.tar.gz.
File metadata
- Download URL: keyutils-0.2.tar.gz
- Upload date:
- Size: 26.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ba83ad29d0e50dbf13849f59a829d3879f029af7e6f6596ff82dedc041be203
|
|
| MD5 |
95fc32bd910204288a23f5bf83bd91fa
|
|
| BLAKE2b-256 |
4718f939f1cee804eedf4b810cf36635cd934d021e22c874db75dcb55267ecc7
|