EmojiEncode

This module encodes and decodes data into partially random Unicode Emoji, it's like a steganography in message or social network.


Keywords
Emoji, Payloads, Encoding, Web, Bypass, Hacking, Security, Firewall, package, pip, python3, steganography
License
xpp
Install
pip install EmojiEncode==0.0.1

Documentation

EmojiEncode logo

EmojiEncode

Description

This module encodes and decodes data into partially random Unicode Emoji, it's like a steganography in message or social network.

Requirements

This package require:

  • python3
  • python3 Standard Library

Installation

pip install EmojiEncode

Usages

Command line

python3 -m EmojiEncode 'my data'
python3 EmojiEncode.pyz --html 'first data' 'second data'
EmojiEncode --decode '<unicode emoji charaters>'
EmojiEncode --html --decode '&#x0001f674&#x0001f365&#x0001f373&#x0001f674'

Python script

from EmojiEncode import encode, decode, html_decode, html_encode

emojis: str = encode(b'my data')
data: bytes = decode(emojis)

html_emojis: str = encode(b'my data')
data: bytes = decode(html_emojis)

Links

Licence

Licensed under the GPL, version 3.