a package to encrypt data in pictures
Project description
picSign
a module to sign your image by encoding a text or a file in it. can use as a python module or a command line tool.
module
from picsign.pic_sign import write_image, read_image
write_image(image, input, output_name, input_is_file)
read_image(image)
running
Sign Picture:
sign your image by encoding a text in pixels of the image
Usage:
picSign (-w | --write) <image> <input> [-f -o OUT]
picSign (-r | --read) <image>
picSign (-h | --help)
picSign --version
Options:
-w --write use the program in write mode
-r --read use the program in read mode
-h --help show this help message and exit
-f --file encode a file in the image
-o OUT --output OUT output the image to a file [default: out]
Examples:
picSign -w image.png "Hello World"
picSign -r image.png
building
for building standalone one file executable
nuitka --standalone --onefile .\src\picSign\main.py
see nuitka docs for more infos.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
picsign-0.0.11.tar.gz
(41.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
picsign-0.0.11-py3-none-any.whl
(29.3 kB
view details)
File details
Details for the file picsign-0.0.11.tar.gz.
File metadata
- Download URL: picsign-0.0.11.tar.gz
- Upload date:
- Size: 41.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27528d10303be724c1987a76fcca06a715bc937608c44a3e5b38d64b141eb81c
|
|
| MD5 |
ca58ed1ac96a9edf29f13382bff089af
|
|
| BLAKE2b-256 |
167eabf5abec24e4706bb13cb16f59a76b015f310767014043646607dd57ed70
|
File details
Details for the file picsign-0.0.11-py3-none-any.whl.
File metadata
- Download URL: picsign-0.0.11-py3-none-any.whl
- Upload date:
- Size: 29.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
857a41285a02befae64b1270d9129cc90beb4a46c144517600234204056d9f7a
|
|
| MD5 |
7b899e98c43bec8ab68e5acb5e59e210
|
|
| BLAKE2b-256 |
64afe8744e914402261b946e0f7e7ff35b33c8072b35f45648c792c4a15ed7b2
|