cakes


Namecakes JSON
Version 0.1.7 PyPI version JSON
download
home_pagehttps://github.com/Rudd-O/hassmpris
SummaryCertificate authority kit, ECDH-powered, SAS-authenticated
upload_time2023-02-06 04:30:16
maintainer
docs_urlNone
authorManuel Amador (Rudd-O)
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Certificate authority kit, ECDH-powered, SAS-authenticated

This package contains a kit that allows you to develop clients and servers
that authenticate to each other mutually, issuing certificates to clients that
can then be used for secure mutual TLS or gRPC authenticated communication.

You will find this package useful if:

* You have a server program, and a client program.
* You want to secure communications between these programs using SSL
  or gRPC secure channels.
* You do not have a certificate authority or other PKI system on hand.
* All you need is a way to authenticate the client on the server side,
  and the server on the client side.
* You want to authenticate the two parts by making a visual comparison
  on both sides (much like Bluetooth PIN pairing).

You'll find more developer and implementation documentation in the
[module](https://github.com/Rudd-O/cakes/blob/master/src/cakes/__init__.py).

This package is distributed under the GNU Lesser General Public License v2.1.
For relicensing, contact the package author.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Rudd-O/hassmpris",
    "name": "cakes",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Manuel Amador (Rudd-O)",
    "author_email": "rudd-o@rudd-o.com",
    "download_url": "https://files.pythonhosted.org/packages/0a/0f/bad82cad6a276c9373b769f35b693b12094c85efac0251e73ab7cc3a2295/cakes-0.1.7.tar.gz",
    "platform": null,
    "description": "# Certificate authority kit, ECDH-powered, SAS-authenticated\n\nThis package contains a kit that allows you to develop clients and servers\nthat authenticate to each other mutually, issuing certificates to clients that\ncan then be used for secure mutual TLS or gRPC authenticated communication.\n\nYou will find this package useful if:\n\n* You have a server program, and a client program.\n* You want to secure communications between these programs using SSL\n  or gRPC secure channels.\n* You do not have a certificate authority or other PKI system on hand.\n* All you need is a way to authenticate the client on the server side,\n  and the server on the client side.\n* You want to authenticate the two parts by making a visual comparison\n  on both sides (much like Bluetooth PIN pairing).\n\nYou'll find more developer and implementation documentation in the\n[module](https://github.com/Rudd-O/cakes/blob/master/src/cakes/__init__.py).\n\nThis package is distributed under the GNU Lesser General Public License v2.1.\nFor relicensing, contact the package author.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Certificate authority kit, ECDH-powered, SAS-authenticated",
    "version": "0.1.7",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a0fbad82cad6a276c9373b769f35b693b12094c85efac0251e73ab7cc3a2295",
                "md5": "df5b44e2aac1cc120de34f688708b768",
                "sha256": "0ec33b634400e30f3f05b67fbec28f2a62a549c4eee176f61936d0937aef64da"
            },
            "downloads": -1,
            "filename": "cakes-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "df5b44e2aac1cc120de34f688708b768",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 16148,
            "upload_time": "2023-02-06T04:30:16",
            "upload_time_iso_8601": "2023-02-06T04:30:16.212461Z",
            "url": "https://files.pythonhosted.org/packages/0a/0f/bad82cad6a276c9373b769f35b693b12094c85efac0251e73ab7cc3a2295/cakes-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-06 04:30:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Rudd-O",
    "github_project": "hassmpris",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "cakes"
}
        
Elapsed time: 0.03882s