Golang Project Structure

Tutorials, tips and tricks for writing and structuring code in Go (with additional content for other programming languages)

steganography

Tag

How to Hide a Secret Message in a Unicode Text File

A view through metal bars inside Alcatraz Federal Penitentiary, showing the cells inside the prison.

Imagine sending a secret message that’s hidden in plain sight — embedded within an innocent-looking text file. No encryption and no suspicious attachments, just pure Unicode trickery. It sounds like something out of a spy novel, doesn’t? Well, with a little bit of thought and some clever encoding, we can use Unicode characters to conceal […]