All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] package/python-stegano
@ 2020-09-01 14:37 Jugurtha BELKALEM
  2020-09-01 14:37 ` [Buildroot] [PATCH 1/3] package/python-crayons : new package Jugurtha BELKALEM
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jugurtha BELKALEM @ 2020-09-01 14:37 UTC (permalink / raw)
  To: buildroot

Steganography is the art and science of writing
hidden messages in such a way that no one,
apart from the sender and intended recipient,
suspects the existence of the message.
Steganography is often used with cryptography.

Python-stegano allows to apply steganography
easily on images and retrive hidden messages
that were injected.

More about python-stegano is available at :
https://pypi.org/project/stegano/.

Jugurtha BELKALEM (3):
  package/python-crayons : new package
  package/python-piexif : new package
  package/python-stegano : new package

 DEVELOPERS                                 |  3 +++
 package/Config.in                          |  3 +++
 package/python-crayons/Config.in           |  8 ++++++++
 package/python-crayons/python-crayons.hash |  5 +++++
 package/python-crayons/python-crayons.mk   | 14 ++++++++++++++
 package/python-piexif/Config.in            | 10 ++++++++++
 package/python-piexif/python-piexif.hash   |  3 +++
 package/python-piexif/python-piexif.mk     | 13 +++++++++++++
 package/python-stegano/Config.in           | 14 ++++++++++++++
 package/python-stegano/python-stegano.hash |  5 +++++
 package/python-stegano/python-stegano.mk   | 14 ++++++++++++++
 11 files changed, 92 insertions(+)
 create mode 100644 package/python-crayons/Config.in
 create mode 100644 package/python-crayons/python-crayons.hash
 create mode 100644 package/python-crayons/python-crayons.mk
 create mode 100644 package/python-piexif/Config.in
 create mode 100644 package/python-piexif/python-piexif.hash
 create mode 100644 package/python-piexif/python-piexif.mk
 create mode 100644 package/python-stegano/Config.in
 create mode 100644 package/python-stegano/python-stegano.hash
 create mode 100644 package/python-stegano/python-stegano.mk

-- 
2.11.0

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-01-06 19:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-01 14:37 [Buildroot] [PATCH 0/3] package/python-stegano Jugurtha BELKALEM
2020-09-01 14:37 ` [Buildroot] [PATCH 1/3] package/python-crayons : new package Jugurtha BELKALEM
2020-09-05 21:20   ` Thomas Petazzoni
2020-09-01 14:37 ` [Buildroot] [PATCH 2/3] package/python-piexif " Jugurtha BELKALEM
2020-09-05 21:22   ` Thomas Petazzoni
2020-09-01 14:37 ` [Buildroot] [PATCH 3/3] package/python-stegano " Jugurtha BELKALEM
2020-09-05 21:25   ` Thomas Petazzoni
2022-01-06 19:22     ` Romain Naour

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.