Ecoji encodes data as 1024 emojis. It's like `base1024` with an emoji character set.
285
This repository provides the CLI for encoding and decoding streams and files. Visit github.com/Rayne/ecoji-php for more information.
Launch a temporary Docker container to use Ecoji's CLI:
docker run -it --rm rayne/ecoji --help
Pipe data through a container:
echo -n "Ecoji for Docker" | docker run -i --rm rayne/ecoji
Encode or decode a file by mounting it as volume or piping its content through a container:
docker run -it --rm -v /my/message:/file rayne/ecoji /file
cat /my/message | docker run -i --rm rayne/ecoji
Content type
Image
Digest
Size
17.2 MB
Last updated
over 7 years ago
docker pull rayne/ecoji