Digital image steganography of encrypted text
Project description
日本語ドキュメント: Japanese Document
Installation
$ pip install steganography
Sample Code
# -*- coding: utf-8 -*-
from __future__ import absolute_import, unicode_literals
from steganography.steganography import Steganography
# hide text to image
path = "/tmp/image/a.jpg"
output_path = "/tmp/image/b.jpg"
text = 'The quick brown fox jumps over the lazy dog.'
Steganography.encode(path, output_path, text)
# read secret text from image
secret_text = Steganography.decode(output_path)
Documentation
日本語ドキュメント: Japanese Document
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
steganography-0.0.2.tar.gz
(3.1 kB
view details)
File details
Details for the file steganography-0.0.2.tar.gz.
File metadata
- Download URL: steganography-0.0.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0184bc9c60fd59db85e2720b3a68eed747bc66f78fe9cf4ab7995150ba793ca8
|
|
| MD5 |
acb6f2bec007ef95e2b13a31d410e16d
|
|
| BLAKE2b-256 |
82479f181e4d7af0b81c23e380c2c267064b592c0ce5bf1fc0544864b78a4d9a
|