cross-crypto-py


Namecross-crypto-py JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/acadyne/cross-crypto-py
SummaryBiblioteca de cifrado híbrido para la comunicación segura entre TypeScript y Python utilizando AES-GCM (256 bits) y RSA-OAEP (4096 bits).
upload_time2025-02-12 07:17:17
maintainerNone
docs_urlNone
authorJose Fabian Soltero Escobar
requires_python>=3.7
licenseMIT
keywords encryption cryptography security typescript python rsa aes hybrid-encryption cross-platform secure-communication data-protection crypto gcm oaep
VCS
bugtrack_url
requirements certifi cffi charset-normalizer cryptography docutils id idna jaraco.classes jaraco.context jaraco.functools keyring markdown-it-py mdurl more-itertools nh3 packaging pycparser pycryptodome Pygments pywin32-ctypes readme_renderer requests requests-toolbelt rfc3986 rich setuptools twine urllib3 wheel
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Cross Crypto 🔐
Encriptación híbrida segura entre Python y TypeScript/Node.js usando AES-GCM (256-bit) y RSA-OAEP (4096-bit).

PyPI version
License: MIT

#Instalación:
pip install cross-crypto-py

Link al encriptador de JavaScript/TypeScript
https://github.com/acadyne/cross-crypto-ts

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/acadyne/cross-crypto-py",
    "name": "cross-crypto-py",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "encryption, cryptography, security, typescript, python, rsa, aes, hybrid-encryption, cross-platform, secure-communication, data-protection, crypto, gcm, oaep",
    "author": "Jose Fabian Soltero Escobar",
    "author_email": "acadyne@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/23/2f/b2da41e988c21be3fd6737049ebbd63409ffbcd2a2990316239157ffd027/cross_crypto_py-1.0.1.tar.gz",
    "platform": null,
    "description": "Cross Crypto \ud83d\udd10\r\nEncriptaci\u00f3n h\u00edbrida segura entre Python y TypeScript/Node.js usando AES-GCM (256-bit) y RSA-OAEP (4096-bit).\r\n\r\nPyPI version\r\nLicense: MIT\r\n\r\n#Instalaci\u00f3n:\r\npip install cross-crypto-py\r\n\r\nLink al encriptador de JavaScript/TypeScript\r\nhttps://github.com/acadyne/cross-crypto-ts\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Biblioteca de cifrado h\u00edbrido para la comunicaci\u00f3n segura entre TypeScript y Python utilizando AES-GCM (256 bits) y RSA-OAEP (4096 bits).",
    "version": "1.0.1",
    "project_urls": {
        "Documentation": "https://github.com/acadyne/cross-crypto-py#readme",
        "Homepage": "https://github.com/acadyne/cross-crypto-py",
        "Source": "https://github.com/acadyne/cross-crypto-py",
        "Tracker": "https://github.com/acadyne/cross-crypto-py/issues"
    },
    "split_keywords": [
        "encryption",
        " cryptography",
        " security",
        " typescript",
        " python",
        " rsa",
        " aes",
        " hybrid-encryption",
        " cross-platform",
        " secure-communication",
        " data-protection",
        " crypto",
        " gcm",
        " oaep"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8293ba72d1b551c67f7bfe8651be67a36c9470104de8ca412e4bde06b3682bc1",
                "md5": "b60e70b17849adcf4e77c76f4fe59ab3",
                "sha256": "4c3d7183f5c026920d7fe6bd509a6fb8a10fc35f5dc20ba298c552af073274b6"
            },
            "downloads": -1,
            "filename": "cross_crypto_py-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b60e70b17849adcf4e77c76f4fe59ab3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4827,
            "upload_time": "2025-02-12T07:17:15",
            "upload_time_iso_8601": "2025-02-12T07:17:15.004973Z",
            "url": "https://files.pythonhosted.org/packages/82/93/ba72d1b551c67f7bfe8651be67a36c9470104de8ca412e4bde06b3682bc1/cross_crypto_py-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "232fb2da41e988c21be3fd6737049ebbd63409ffbcd2a2990316239157ffd027",
                "md5": "dd3408b70fc3c448064bb7b37077db15",
                "sha256": "6285606436e4b2840ef3998a1d8c3f4b88fa3a046acfb60b8a2b8f73537934f6"
            },
            "downloads": -1,
            "filename": "cross_crypto_py-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "dd3408b70fc3c448064bb7b37077db15",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4294,
            "upload_time": "2025-02-12T07:17:17",
            "upload_time_iso_8601": "2025-02-12T07:17:17.102834Z",
            "url": "https://files.pythonhosted.org/packages/23/2f/b2da41e988c21be3fd6737049ebbd63409ffbcd2a2990316239157ffd027/cross_crypto_py-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-12 07:17:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "acadyne",
    "github_project": "cross-crypto-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2025.1.31"
                ]
            ]
        },
        {
            "name": "cffi",
            "specs": [
                [
                    "==",
                    "1.17.1"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "3.4.1"
                ]
            ]
        },
        {
            "name": "cryptography",
            "specs": [
                [
                    "==",
                    "44.0.1"
                ]
            ]
        },
        {
            "name": "docutils",
            "specs": [
                [
                    "==",
                    "0.21.2"
                ]
            ]
        },
        {
            "name": "id",
            "specs": [
                [
                    "==",
                    "1.5.0"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.10"
                ]
            ]
        },
        {
            "name": "jaraco.classes",
            "specs": [
                [
                    "==",
                    "3.4.0"
                ]
            ]
        },
        {
            "name": "jaraco.context",
            "specs": [
                [
                    "==",
                    "6.0.1"
                ]
            ]
        },
        {
            "name": "jaraco.functools",
            "specs": [
                [
                    "==",
                    "4.1.0"
                ]
            ]
        },
        {
            "name": "keyring",
            "specs": [
                [
                    "==",
                    "25.6.0"
                ]
            ]
        },
        {
            "name": "markdown-it-py",
            "specs": [
                [
                    "==",
                    "3.0.0"
                ]
            ]
        },
        {
            "name": "mdurl",
            "specs": [
                [
                    "==",
                    "0.1.2"
                ]
            ]
        },
        {
            "name": "more-itertools",
            "specs": [
                [
                    "==",
                    "10.6.0"
                ]
            ]
        },
        {
            "name": "nh3",
            "specs": [
                [
                    "==",
                    "0.2.20"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    "==",
                    "24.2"
                ]
            ]
        },
        {
            "name": "pycparser",
            "specs": [
                [
                    "==",
                    "2.22"
                ]
            ]
        },
        {
            "name": "pycryptodome",
            "specs": [
                [
                    "==",
                    "3.21.0"
                ]
            ]
        },
        {
            "name": "Pygments",
            "specs": [
                [
                    "==",
                    "2.19.1"
                ]
            ]
        },
        {
            "name": "pywin32-ctypes",
            "specs": [
                [
                    "==",
                    "0.2.3"
                ]
            ]
        },
        {
            "name": "readme_renderer",
            "specs": [
                [
                    "==",
                    "44.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.32.3"
                ]
            ]
        },
        {
            "name": "requests-toolbelt",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "rfc3986",
            "specs": [
                [
                    "==",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "rich",
            "specs": [
                [
                    "==",
                    "13.9.4"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "==",
                    "75.8.0"
                ]
            ]
        },
        {
            "name": "twine",
            "specs": [
                [
                    "==",
                    "6.1.0"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "2.3.0"
                ]
            ]
        },
        {
            "name": "wheel",
            "specs": [
                [
                    "==",
                    "0.45.1"
                ]
            ]
        }
    ],
    "lcname": "cross-crypto-py"
}
        
Elapsed time: 0.43973s