PKCS11-cryptography-keys


NamePKCS11-cryptography-keys JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryPython chryptography keys implemented on to the PKCS11 interface
upload_time2024-05-09 18:11:29
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseAPACHE,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/66/5f/438859cb27c29653e0d87dd1273eec22e395ed3971f84e358146885d5a55/pkcs11_cryptography_keys-0.0.2.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.2",
    "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": "4eb70255290b480bacc6b14c96c55791dd43150814a8028106129d32b1c5868c",
                "md5": "14cc4bb3b1ba790f981b3ff4e2c1e4a0",
                "sha256": "2349e05a07ea1586458f8209687dc99cc1bf0592efd352fe04b1ecb4fdef26e6"
            },
            "downloads": -1,
            "filename": "PKCS11_cryptography_keys-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "14cc4bb3b1ba790f981b3ff4e2c1e4a0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 37456,
            "upload_time": "2024-05-09T18:11:27",
            "upload_time_iso_8601": "2024-05-09T18:11:27.549979Z",
            "url": "https://files.pythonhosted.org/packages/4e/b7/0255290b480bacc6b14c96c55791dd43150814a8028106129d32b1c5868c/PKCS11_cryptography_keys-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "665f438859cb27c29653e0d87dd1273eec22e395ed3971f84e358146885d5a55",
                "md5": "767f589372b0e78f5264588367b102ba",
                "sha256": "c389f7fd47b28451aa9a63acb9c8fb3d0a0fa3d5209368b0470c636d84011eb3"
            },
            "downloads": -1,
            "filename": "pkcs11_cryptography_keys-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "767f589372b0e78f5264588367b102ba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 22457,
            "upload_time": "2024-05-09T18:11:29",
            "upload_time_iso_8601": "2024-05-09T18:11:29.617691Z",
            "url": "https://files.pythonhosted.org/packages/66/5f/438859cb27c29653e0d87dd1273eec22e395ed3971f84e358146885d5a55/pkcs11_cryptography_keys-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-09 18:11:29",
    "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: 0.22748s