2025-02-14 19:09:32 +01:00
2025-02-08 15:08:41 -05:00
2025-02-08 13:44:19 -05:00
2025-01-26 08:16:00 -05:00
2025-01-26 08:16:00 -05:00
2025-01-26 08:16:00 -05:00
2025-01-26 08:16:00 -05:00
2025-02-14 18:18:40 +01:00
2025-02-14 19:08:01 +01:00
2025-02-14 19:08:01 +01:00
2025-01-26 08:16:00 -05:00
2025-02-14 19:08:01 +01:00
2025-02-14 19:08:01 +01:00
2025-02-14 19:08:01 +01:00
2025-02-14 19:08:01 +01:00
2025-02-14 19:08:01 +01:00
2025-01-26 08:16:00 -05:00
2025-02-14 19:09:32 +01:00
2025-01-26 08:16:00 -05:00
2025-01-26 08:16:00 -05:00
2025-02-14 19:08:01 +01:00

Emoji Encoder

This is a fork of Emoji Encoder with some changes to the codebase.

The original repository implements https://paulbutler.org/2025/smuggling-arbitrary-data-through-an-emoji/ and is made by the author of the article.

What changed?

Basically nothing. This has just a README.md file and a docker setup to run the emoji encoder with docker.

Additionally, I switched the package manager to Bun as its faster and works the same.

Running the emoji encoder

From source

NOTE: You can use npm or yarn instead of bun to install the dependencies and run the build and start commands.

bun install
bun run build
bun run start

Docker

docker compose up
Description
No description provided
Readme
Languages
TypeScript 96.5%
CSS 2.7%
JavaScript 0.6%
Dockerfile 0.2%