PKCS11-cryptography-keys


NamePKCS11-cryptography-keys JSON
Version 0.0.6 PyPI version JSON
download
home_pageNone
SummaryPython chryptography keys implemented on to the PKCS11 interface
upload_time2025-07-31 08:44:16
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
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/55/ec/25cb1b6910b710da80f3ed813a197bf3ed49e7e5539be9ded604042038e0/pkcs11_cryptography_keys-0.0.6.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": null,
    "summary": "Python chryptography keys implemented on to the PKCS11 interface",
    "version": "0.0.6",
    "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": null,
            "digests": {
                "blake2b_256": "3f51e2c242fb3844e7a8728fb5b56bf1f7c296c80d55a8f7f9c5317edab56376",
                "md5": "e6d84602ba78d114386ac738e5aecd98",
                "sha256": "d0765f2f1477d0414b3c4bac3e83ea2e4e63b7f6f1244d948f48a2a1780c701c"
            },
            "downloads": -1,
            "filename": "pkcs11_cryptography_keys-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e6d84602ba78d114386ac738e5aecd98",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 53022,
            "upload_time": "2025-07-31T08:44:15",
            "upload_time_iso_8601": "2025-07-31T08:44:15.353777Z",
            "url": "https://files.pythonhosted.org/packages/3f/51/e2c242fb3844e7a8728fb5b56bf1f7c296c80d55a8f7f9c5317edab56376/pkcs11_cryptography_keys-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "55ec25cb1b6910b710da80f3ed813a197bf3ed49e7e5539be9ded604042038e0",
                "md5": "0662432df8ca70ed56f0fcb692de0dcc",
                "sha256": "4d0ee263d71d6e5110cd24e4619d0eb4e4d4de78ef8e3f45b0f0265f1a73f1db"
            },
            "downloads": -1,
            "filename": "pkcs11_cryptography_keys-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "0662432df8ca70ed56f0fcb692de0dcc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 31614,
            "upload_time": "2025-07-31T08:44:16",
            "upload_time_iso_8601": "2025-07-31T08:44:16.769559Z",
            "url": "https://files.pythonhosted.org/packages/55/ec/25cb1b6910b710da80f3ed813a197bf3ed49e7e5539be9ded604042038e0/pkcs11_cryptography_keys-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-31 08:44:16",
    "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"
}
        
Elapsed time: 1.20984s