Name | PKCS11-cryptography-keys JSON |
Version |
0.0.3
JSON |
| download |
home_page | None |
Summary | Python chryptography keys implemented on to the PKCS11 interface |
upload_time | 2024-09-15 06:10:05 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | APACHE,BSD |
keywords |
cryptography
pkcs11
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
PKCS11 implementation for keys of pyca/cryptography
===================================================
``cryptography`` is a package which provides cryptographic recipes and
primitives to Python developers. Their goal is for it to be your "cryptographic
standard library".
This library uses ``PyKCS11`` to implement comunication to the ``PKCS11`` device (smartcard,...).
As PKCS11 devices need an open session to work with them, this library provides
context managers to execute tasks provided by pyca/cryptography. ``PKCS11KeySession`` is the
context manager that will facilitate the use of implemented keys.
Context managers take information to connect to the ``PKCS11`` device (library, token label and
key label, if there are more that one private keys on a token). Within the ``with`` statement
the cryptographic operations with the key are made.
The ``PKCS11KeySession`` context meneager will return private key object of the type referenced by
library, token label and in some cases key label written on the ``PKCS11`` device. From private key
public key can be retrieved like in pyca/cryptography and also certificates (and even CA chain)
(this is the extension ``PKCS11`` device tokens can provide).
This library provides keys for EC and RSA keys which are most comonly used keys on ``PKCS11`` devices.
Raw data
{
"_id": null,
"home_page": null,
"name": "PKCS11-cryptography-keys",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "Miha \u0160etina <miha.setina@gmail.com>",
"keywords": "cryptography, pkcs11",
"author": null,
"author_email": "Miha \u0160etina <miha.setina@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/14/c9/9b982699a3bfb1fe7cfabef58eaf79fde105596eb6fd1dc80834ef75f219/pkcs11_cryptography_keys-0.0.3.tar.gz",
"platform": null,
"description": "PKCS11 implementation for keys of pyca/cryptography\n===================================================\n\n``cryptography`` is a package which provides cryptographic recipes and\nprimitives to Python developers. Their goal is for it to be your \"cryptographic\nstandard library\".\n\nThis library uses ``PyKCS11`` to implement comunication to the ``PKCS11`` device (smartcard,...). \nAs PKCS11 devices need an open session to work with them, this library provides \ncontext managers to execute tasks provided by pyca/cryptography. ``PKCS11KeySession`` is the \ncontext manager that will facilitate the use of implemented keys.\n\nContext managers take information to connect to the ``PKCS11`` device (library, token label and \nkey label, if there are more that one private keys on a token). Within the ``with`` statement \nthe cryptographic operations with the key are made.\n\nThe ``PKCS11KeySession`` context meneager will return private key object of the type referenced by\nlibrary, token label and in some cases key label written on the ``PKCS11`` device. From private key \npublic key can be retrieved like in pyca/cryptography and also certificates (and even CA chain)\n(this is the extension ``PKCS11`` device tokens can provide).\n\nThis library provides keys for EC and RSA keys which are most comonly used keys on ``PKCS11`` devices.\n\n\n",
"bugtrack_url": null,
"license": "APACHE,BSD",
"summary": "Python chryptography keys implemented on to the PKCS11 interface",
"version": "0.0.3",
"project_urls": {
"Homepage": "https://github.com/msetina/PKCS11-cryptography-keys",
"Issue Tracker": "https://github.com/msetina/PKCS11-cryptography-keys/issues",
"Source Code": "https://github.com/msetina/PKCS11-cryptography-keys"
},
"split_keywords": [
"cryptography",
" pkcs11"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9488fc6ef027b1e704525f7c7dd75e720ac88f71cf2ba79f4510bd17b1775d08",
"md5": "4849ddb1d4f2d020ab192f26f2e86eb4",
"sha256": "f928cec5d29360c3e52260cd45682732fb5630409a417ee49af4a5c0f32f4e1a"
},
"downloads": -1,
"filename": "PKCS11_cryptography_keys-0.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4849ddb1d4f2d020ab192f26f2e86eb4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 48863,
"upload_time": "2024-09-15T06:10:04",
"upload_time_iso_8601": "2024-09-15T06:10:04.491378Z",
"url": "https://files.pythonhosted.org/packages/94/88/fc6ef027b1e704525f7c7dd75e720ac88f71cf2ba79f4510bd17b1775d08/PKCS11_cryptography_keys-0.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "14c99b982699a3bfb1fe7cfabef58eaf79fde105596eb6fd1dc80834ef75f219",
"md5": "4fac07c78b8a94ed51313d4226ad5e48",
"sha256": "c1898210fcdae85c09407ff4e832f7996719785cc068b07445ccf39723d2c24c"
},
"downloads": -1,
"filename": "pkcs11_cryptography_keys-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "4fac07c78b8a94ed51313d4226ad5e48",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 27759,
"upload_time": "2024-09-15T06:10:05",
"upload_time_iso_8601": "2024-09-15T06:10:05.806937Z",
"url": "https://files.pythonhosted.org/packages/14/c9/9b982699a3bfb1fe7cfabef58eaf79fde105596eb6fd1dc80834ef75f219/pkcs11_cryptography_keys-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-15 06:10:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "msetina",
"github_project": "PKCS11-cryptography-keys",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pkcs11-cryptography-keys"
}