Interfacing the law research Zalan Szakacs: Difference between revisions
No edit summary |
No edit summary |
||
Line 46: | Line 46: | ||
→ ExifRead 2.1.2 | → ExifRead 2.1.2 | ||
[https://pypi.org/project/ExifRead/ Exif] | [https://pypi.org/project/ExifRead/ Exif] | ||
[https://github.com/RobinDavid/LSB-Steganography LSB-Steganography] |
Revision as of 14:57, 25 April 2018
Interfacing the law
Research question:
Research ideas:
interest in hiding files in other files (imagine a PDF with an audio file?) A sound file has a whole library inside it. JPEG has free space inside it. (metadata ... EXIF data .... ) Steganography
hiding books in other books
censorship
books on the blacklist
read&seek
pirate library is pirating it’s own files
hiding pirated books in “official” library
Research references:
→ Steganography
Digital steganography, a set of algorithmic techniques for hiding data in files, is often used to hide text messages (or other digital content) within the bits of an image. In contrast to cryptography, steganography allows to hide the very fact that you are trying to hide something, an aspect that makes it really desirable for hidden communications or classified information leakage.
→ Javier Lloret - On opacity (2016)
→ Introduction to Steganography
→ Using PIL → Hack This: Extract Image Metadata Using Python
→ ExifRead 2.1.2 Exif