raulfraile / steganography_talk

Demos and examples for the talk about Steganography with PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steganography talk extra materials

In this repository you can find examples and demos used in my talk about Steganography.

Examples

Piet

Piet is a programming language in which programs look like abstract paintings.

Most examples are from the Piet samples page. The Fibonacci example is from Progopedia.

Polyglot

Original gist of the polyglot example.

Whitespace

Whitespace is an esoteric programming language with only three lexical tokens: Space (ASCII 32), Tab (ASCII 9) and Line Feed (ASCII 10).

All examples were taken from the igorw/whitespace-php repository.

About

Demos and examples for the talk about Steganography with PHP

License:MIT License


Languages

Language:PHP 99.4%Language:C++ 0.6%