{ "info": { "author": "David Jablonski", "author_email": "dayjaby@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "**********\nInstalling\n**********\n\nYou can easily install cryptostream with pip:\n\n.. code-block:: sh\n\n pip install cryptostream\n\n\n**********\nMotivation\n**********\n\nImagine two companies A and B. Company B is building drones and writing software for drones. Company A wants to use those drones. The drone saves log files onboard. If the drone crashes or any other accident happens, this log file gives us information about what went wrong. However, this causes several issues: Company A could manipulate those log files, especially if they know that the crash is their own mistake. A simple solution would be to stream the log files to company B, for example via LTE. This, however, causes another type of problem: Privacy. If company A does not want company B to know the contents of the log files, except for rare occasions like accidents, we encrypt the data so that company B can only decode the logs if company A gives them the private key. \n\n********\nExamples\n********\n\n.. code-block:: sh\n\n cd examples\n python generate-keys.py\n python encrypt-and-decrypt.py\n\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dayjaby/cryptostream", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "cryptostream", "package_url": "https://pypi.org/project/cryptostream/", "platform": "", "project_url": "https://pypi.org/project/cryptostream/", "project_urls": { "Homepage": "https://github.com/dayjaby/cryptostream" }, "release_url": "https://pypi.org/project/cryptostream/0.1.0/", "requires_dist": [ "pycryptodome" ], "requires_python": "", "summary": "Stream data to multiple clients whilst respecting privacy of the data", "version": "0.1.0" }, "last_serial": 4119770, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0e434472f520ebab1dae3e83c43329e5", "sha256": "1779f68116420c483cf88915e6d939801a852192819d3109edae7c24efe85e3b" }, "downloads": -1, "filename": "cryptostream-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0e434472f520ebab1dae3e83c43329e5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2725, "upload_time": "2018-07-31T11:19:21", "url": "https://files.pythonhosted.org/packages/ed/c0/a2646b9c63aac8d1f3f626344ea81aaaae76d8f4389b699ddd9a48c0792e/cryptostream-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1dce3d9e69bbdc1b55fd2304f7d1bd28", "sha256": "df11da99ec151af0210b67cb7913ce1a9e71537c2ed23778abfe5effbb00c230" }, "downloads": -1, "filename": "cryptostream-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1dce3d9e69bbdc1b55fd2304f7d1bd28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2525, "upload_time": "2018-07-31T11:19:22", "url": "https://files.pythonhosted.org/packages/46/71/de33cc15ed89bae572922b074971c99299a8154ed07a8af7ba5c89360a4e/cryptostream-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0e434472f520ebab1dae3e83c43329e5", "sha256": "1779f68116420c483cf88915e6d939801a852192819d3109edae7c24efe85e3b" }, "downloads": -1, "filename": "cryptostream-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0e434472f520ebab1dae3e83c43329e5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2725, "upload_time": "2018-07-31T11:19:21", "url": "https://files.pythonhosted.org/packages/ed/c0/a2646b9c63aac8d1f3f626344ea81aaaae76d8f4389b699ddd9a48c0792e/cryptostream-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1dce3d9e69bbdc1b55fd2304f7d1bd28", "sha256": "df11da99ec151af0210b67cb7913ce1a9e71537c2ed23778abfe5effbb00c230" }, "downloads": -1, "filename": "cryptostream-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1dce3d9e69bbdc1b55fd2304f7d1bd28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2525, "upload_time": "2018-07-31T11:19:22", "url": "https://files.pythonhosted.org/packages/46/71/de33cc15ed89bae572922b074971c99299a8154ed07a8af7ba5c89360a4e/cryptostream-0.1.0.tar.gz" } ] }