معرفی شرکت ها


cryptostream-0.1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Stream data to multiple clients whilst respecting privacy of the data
ویژگی مقدار
سیستم عامل -
نام فایل cryptostream-0.1.0
نام cryptostream
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده David Jablonski
ایمیل نویسنده dayjaby@gmail.com
آدرس صفحه اصلی https://github.com/dayjaby/cryptostream
آدرس اینترنتی https://pypi.org/project/cryptostream/
مجوز -
********** Installing ********** You can easily install cryptostream with pip: .. code-block:: sh pip install cryptostream ********** Motivation ********** Imagine 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. ******** Examples ******** .. code-block:: sh cd examples python generate-keys.py python encrypt-and-decrypt.py


نیازمندی

مقدار نام
- pycryptodome


نحوه نصب


نصب پکیج whl cryptostream-0.1.0:

    pip install cryptostream-0.1.0.whl


نصب پکیج tar.gz cryptostream-0.1.0:

    pip install cryptostream-0.1.0.tar.gz