معرفی شرکت ها


codimage-0.0.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Encrypt codes and files into picture
ویژگی مقدار
سیستم عامل -
نام فایل codimage-0.0.2
نام codimage
نسخه کتابخانه 0.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Sun Weiran
ایمیل نویسنده sunwrn@gmail.com
آدرس صفحه اصلی https://github.com/ianforme/codimage
آدرس اینترنتی https://pypi.org/project/codimage/
مجوز MIT
# codimage codimage is a Python library that encrypts single / multiple text-transferable files, i.e. Python scripts, batch scripts and configuration files, into a single picture and protect your information with password. ## Overview #### File encryption Given a single / multiple files, a **PNG** image (your own selfies will also work!), and a user defined password, codimage will generate a **PNG** image that is nearly identical to the original one with all contents from the files to be encrypted into the pixels. #### File decryption To decrypt and reverse back files from the code embedded image, user needs to use the original image and the correct password. ## Installation ```bash pip install codimage ``` ## Usage #### Single file encryption ```python from codimage import codimage codimage = codimage.Codimage() codimage.encrypt(r"D:\dummy\dummy.png", r"D:\codes\test.py", r"D:\dummy\code.png", "P@ssw0rd1") ``` #### Multiple files encryption assume files to be encrypted are in D:\codes folder ```python codimage.encrypt(r"D:\dummy\dummy.png", r"D:\codes", r"D:\dummy\code.png", "P@ssw0rd1") ``` #### Image decryption assume files are to be exported to D:\export-codes ```python codimage.decrypt(r"D:\dummy\dummy.png", r"D:\dummy\code.png", r"D:\export-codes", "P@ssw0rd1") ``` After decryption, a folder named 'codimage-*datetime*' will be created in export-codes with all files inside ## License The software is under MIT License


نیازمندی

مقدار نام
- numpy
- pillow


نحوه نصب


نصب پکیج whl codimage-0.0.2:

    pip install codimage-0.0.2.whl


نصب پکیج tar.gz codimage-0.0.2:

    pip install codimage-0.0.2.tar.gz