Concealing within charts: vis-steg #231
arranzeyuwang
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
vis-steg can conceal information within visualization images via visual steganography methods. It employs an encoder-decoder system to conceal and creak information from charts. You can click its repo for detail.
Its pipeline can be shown as follows.
Features
The decoding algorithm just relies on the encoded image.
Installation
Getting Started
Demo
Supported Algorithms
LSB: Least Significant Bit method for image steganography. The binary bits of the secret information were used to replace the bits of container image pixels. The replacing occurs from the least bit to the highest bit to retain the quality of the container image.
Back to the Big Picture.
Beta Was this translation helpful? Give feedback.
All reactions