EmojiEncode


NameEmojiEncode JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/mauricelambert/EmojiEncode
SummaryThis module encodes and decodes data into partially random Unicode Emoji, it's like a steganography in message or social network.
upload_time2023-01-29 21:37:30
maintainerMaurice Lambert
docs_urlNone
authorMaurice Lambert
requires_python>=3.8
licenseGPL-3.0 License
keywords emoji payloads encoding web bypass hacking security firewall
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![EmojiEncode logo](https://mauricelambert.github.io/info/python/security/EmojiEncode_small.png "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

```bash
pip install EmojiEncode
```

## Usages

### Command line

```bash
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

```python
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

 - [Github Page](https://github.com/mauricelambert/EmojiEncode/)
 - [Documentation](https://mauricelambert.github.io/info/python/security/EmojiEncode.html)
 - [Pypi package](https://pypi.org/project/EmojiEncode/)
 - [Executable](https://mauricelambert.github.io/info/python/security/EmojiEncode.pyz)

## Licence

Licensed under the [GPL, version 3](https://www.gnu.org/licenses/).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mauricelambert/EmojiEncode",
    "name": "EmojiEncode",
    "maintainer": "Maurice Lambert",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "mauricelambert434@gmail.com",
    "keywords": "Emoji,Payloads,Encoding,Web,Bypass,Hacking,Security,Firewall",
    "author": "Maurice Lambert",
    "author_email": "mauricelambert434@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d5/28/63195e14498f74baf25661a8740331b5d08222bbf0b057c569998f828a06/EmojiEncode-0.0.1.tar.gz",
    "platform": "Windows",
    "description": "![EmojiEncode logo](https://mauricelambert.github.io/info/python/security/EmojiEncode_small.png \"EmojiEncode logo\")\r\n\r\n# EmojiEncode\r\n\r\n## Description\r\n\r\nThis module encodes and decodes data into partially random Unicode Emoji, it's like a steganography in message or social network.\r\n\r\n## Requirements\r\n\r\nThis package require:\r\n - python3\r\n - python3 Standard Library\r\n\r\n## Installation\r\n\r\n```bash\r\npip install EmojiEncode\r\n```\r\n\r\n## Usages\r\n\r\n### Command line\r\n\r\n```bash\r\npython3 -m EmojiEncode 'my data'\r\npython3 EmojiEncode.pyz --html 'first data' 'second data'\r\nEmojiEncode --decode '<unicode emoji charaters>'\r\nEmojiEncode --html --decode '&#x0001f674&#x0001f365&#x0001f373&#x0001f674'\r\n```\r\n\r\n### Python script\r\n\r\n```python\r\nfrom EmojiEncode import encode, decode, html_decode, html_encode\r\n\r\nemojis: str = encode(b'my data')\r\ndata: bytes = decode(emojis)\r\n\r\nhtml_emojis: str = encode(b'my data')\r\ndata: bytes = decode(html_emojis)\r\n```\r\n\r\n## Links\r\n\r\n - [Github Page](https://github.com/mauricelambert/EmojiEncode/)\r\n - [Documentation](https://mauricelambert.github.io/info/python/security/EmojiEncode.html)\r\n - [Pypi package](https://pypi.org/project/EmojiEncode/)\r\n - [Executable](https://mauricelambert.github.io/info/python/security/EmojiEncode.pyz)\r\n\r\n## Licence\r\n\r\nLicensed under the [GPL, version 3](https://www.gnu.org/licenses/).\r\n",
    "bugtrack_url": null,
    "license": "GPL-3.0 License",
    "summary": "This module encodes and decodes data into partially random Unicode Emoji, it's like a steganography in message or social network.",
    "version": "0.0.1",
    "split_keywords": [
        "emoji",
        "payloads",
        "encoding",
        "web",
        "bypass",
        "hacking",
        "security",
        "firewall"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d52863195e14498f74baf25661a8740331b5d08222bbf0b057c569998f828a06",
                "md5": "2c4be8a317a2c122f3638beefb50024b",
                "sha256": "5bc78aa18598ce7e38e7856a348063a86639d347e800c0d36f1a52506542e066"
            },
            "downloads": -1,
            "filename": "EmojiEncode-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2c4be8a317a2c122f3638beefb50024b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 17083,
            "upload_time": "2023-01-29T21:37:30",
            "upload_time_iso_8601": "2023-01-29T21:37:30.648774Z",
            "url": "https://files.pythonhosted.org/packages/d5/28/63195e14498f74baf25661a8740331b5d08222bbf0b057c569998f828a06/EmojiEncode-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-29 21:37:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "mauricelambert",
    "github_project": "EmojiEncode",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "emojiencode"
}
        
Elapsed time: 0.03518s