Skip to main content

Encode data into photos

Project description

stepng

Encode data into photos

install

From Pypi:

python -m pip install stepng

From GitHub:

python -m pip install git+https://github.com/donno2048/stepng

Usage

From the CLI:

usage: python -m stepng [-h] -k  (-e | -d)

Encrypt your data in photos

optional arguments:
  -h, --help     show this help message and exit
  -k, --key      Key to encrypt with ("password")
  -e, --encrypt  Create a new image
  -d, --decrypt  Decrypt an existing image

Or in Python:

from stepng import encrypt, decrypt
encrypt(100)
decrypt(100)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stepng-1.0.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

stepng-1.0.0-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page