LSB-Steganography is a technique in which we hide messages inside an image by replacing Least Significant Bit (LSB) of an image with the bits of messages to be hidden.

Weiterlesen »

Today we’re going to convert images to ASCII texts. We’ve all seen pictures like this before:

Example

The transformed ASCII texts can be viewed as a collection of a bunch of characters, and each character represents a pixelated color.

Weiterlesen »

When we need to use sockets (or netcat nc) to connect to a server, here are some snippets, in 4 different languages.

Weiterlesen »