Welcome to the Sandbox!

Just goofin’. New boot goofin’. This sandbox is collection of miscellaneous projects, tutorials, puzzles, demos, and everything in between. Feel free to peruse, solve the world’s problems, cure cancer, find Perry, reach the end of a rainbow, count the licks to the center of a lollipop, help a poor travelling salesman, etc.

LSB Steganography

Steganography is the art of hiding information in plain sight. While prevalent throughout history, modern approaches utilize digital media such as images, text, audio, and video. This project dives into a technique in the spatial domain known as the least significant bit (LSB) method and demonstrates lsb for images as well as text.

Malware Family Classification

Malware family classification is the process of grouping malware samples into families based on shared attributes, such as code structure, function, or origin. This approach facilitates the development of targeted countermeasures for specific families, allowing for a more focused and efficient response to emerging threats.