4 matches found
On the Dangers of Skyping and Typing, Fingerprint Warrants, and More
Mike Mimoso and Chris Brook briefly talk about the Dyn DDoS attack and the Linux bug Dirty Cow before discussing the dangers of Skyping and typing, the fingerprint warrant story, hiding credit card numbers in images, and more. Show notes: Dyn Confirms DDoS Attack Affecting Twitter, Github, Many...
Matroschka - Python Steganography Tool To Hide Images Or Text In Images
Матрёшка mɐˈtrʲɵʂkə is a command-line steganography tool written in pure Python. You can use it to hide and encrypt images or text in the least significant bits of pixels in an image. Encryption The encryption uses HMAC-SHA256 to authenticate the hidden data. Therefore the supplied MAC password i...
Python Steganography Tool: Matroschka
Python Steganography Tool Матрёшка mɐˈtrʲɵʂkə is a command-line steganography tool written in pure Python. You can use it to hide and encrypt images or text in the least significant bits of pixels in an image. Encryption The encryption uses HMAC-SHA256 to authenticate the hidden data. Therefore t...
[Stegano 0.4] Python Steganography Module
Stéganô is a Python Steganography module. 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, a form of security through obscurity. Consequently, functions provided by Stéga...