encryptify


Nameencryptify JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryA package to encrypt any kind of data
upload_time2023-08-08 11:18:00
maintainer
docs_urlNone
authorAkash Nath
requires_python>=3.7
license
keywords python encryption decryption cryptography visual effect binary data
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🌟 Encryptify: Unveil the Enigma of Binary Encryption! 🚀

Welcome to the fascinating world of Encryptify! 🎉 Encrypt and decrypt your messages in a unique and captivating way using Python. With just two enchanting functions, you can transform ordinary text into mesmerizing binary patterns and decode them back to their original form.

Explore more about this project on [my website](https://tinyurl.com/akash-nath), and don't miss out on other exciting projects by following me on [GitHub](https://github.com/Akash-nath29)!

## Installation

Get started on your journey with BinaryCrypt by installing it using pip:

```bash
pip install encryptify
```

## Features 🌈

### Encrypt Function 🔐

The `encrypt` function takes your everyday text and turns it into a hypnotic sequence of dots and spaces. Watch your words transform into an enigmatic binary dance!

```python
from encryptify import encrypt

data = "Hello, world!"
encrypted_data = encrypt(data)
print(encrypted_data)  # Output: " .  .    ..  . . .. ..   .. ..   .. ....  . ..    .      ... ... .. .... ...  .  .. ..   ..  .    .    ."
```

### Decrypt Function 🔓

Decipher the enigma with the `decrypt` function! It transforms dots into 1s and spaces into 0s, elegantly converting binary text back into its original form.

```python
from encryptify import decrypt

binary_data = " .  .    ..  . . .. ..   .. ..   .. ....  . ..    .      ... ... .. .... ...  .  .. ..   ..  .    .    ."
decrypted_data = decrypt(binary_data)
print(decrypted_data)  # Output: "HELLO WORLD"
```

**Note:** Please ensure that you only use data with dots and spaces for decryption. Any other characters will lead to a charming `TypeError`.

## Join the Adventure! 🌐

Ready to contribute to the magic of Encryptify? If you stumble upon any enigmatic issues or have brilliant ideas, feel free to open an issue or pull request on [GitHub](https://github.com/Akash-nath29/BinaryCrypt). Let's unravel this puzzle together!

## Credits 🙌

Encryptify is lovingly crafted by the one and only [Akash Nath](https://tinyurl.com/akash-nath). Dive into his world of innovation by following him on [GitHub](https://github.com/Akash-nath29)!

## License 📜

Encryptify operates under the enchanting spell of the [MIT License](https://github.com/Akash-nath29/encryptify/blob/main/LICENSE). Your journey into the world of binary wonders has just begun! 🌌

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "encryptify",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "python,encryption,decryption,cryptography,visual effect,binary data",
    "author": "Akash Nath",
    "author_email": "Akash Nath <anath5440@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ab/45/e6064b1456fa641f9f6917208d6cdea226a48e20b8119d2d3265790efd42/encryptify-0.0.1.tar.gz",
    "platform": null,
    "description": "# \ud83c\udf1f Encryptify: Unveil the Enigma of Binary Encryption! \ud83d\ude80\r\n\r\nWelcome to the fascinating world of Encryptify! \ud83c\udf89 Encrypt and decrypt your messages in a unique and captivating way using Python. With just two enchanting functions, you can transform ordinary text into mesmerizing binary patterns and decode them back to their original form.\r\n\r\nExplore more about this project on [my website](https://tinyurl.com/akash-nath), and don't miss out on other exciting projects by following me on [GitHub](https://github.com/Akash-nath29)!\r\n\r\n## Installation\r\n\r\nGet started on your journey with BinaryCrypt by installing it using pip:\r\n\r\n```bash\r\npip install encryptify\r\n```\r\n\r\n## Features \ud83c\udf08\r\n\r\n### Encrypt Function \ud83d\udd10\r\n\r\nThe `encrypt` function takes your everyday text and turns it into a hypnotic sequence of dots and spaces. Watch your words transform into an enigmatic binary dance!\r\n\r\n```python\r\nfrom encryptify import encrypt\r\n\r\ndata = \"Hello, world!\"\r\nencrypted_data = encrypt(data)\r\nprint(encrypted_data)  # Output: \" .  .    ..  . . .. ..   .. ..   .. ....  . ..    .      ... ... .. .... ...  .  .. ..   ..  .    .    .\"\r\n```\r\n\r\n### Decrypt Function \ud83d\udd13\r\n\r\nDecipher the enigma with the `decrypt` function! It transforms dots into 1s and spaces into 0s, elegantly converting binary text back into its original form.\r\n\r\n```python\r\nfrom encryptify import decrypt\r\n\r\nbinary_data = \" .  .    ..  . . .. ..   .. ..   .. ....  . ..    .      ... ... .. .... ...  .  .. ..   ..  .    .    .\"\r\ndecrypted_data = decrypt(binary_data)\r\nprint(decrypted_data)  # Output: \"HELLO WORLD\"\r\n```\r\n\r\n**Note:** Please ensure that you only use data with dots and spaces for decryption. Any other characters will lead to a charming `TypeError`.\r\n\r\n## Join the Adventure! \ud83c\udf10\r\n\r\nReady to contribute to the magic of Encryptify? If you stumble upon any enigmatic issues or have brilliant ideas, feel free to open an issue or pull request on [GitHub](https://github.com/Akash-nath29/BinaryCrypt). Let's unravel this puzzle together!\r\n\r\n## Credits \ud83d\ude4c\r\n\r\nEncryptify is lovingly crafted by the one and only [Akash Nath](https://tinyurl.com/akash-nath). Dive into his world of innovation by following him on [GitHub](https://github.com/Akash-nath29)!\r\n\r\n## License \ud83d\udcdc\r\n\r\nEncryptify operates under the enchanting spell of the [MIT License](https://github.com/Akash-nath29/encryptify/blob/main/LICENSE). Your journey into the world of binary wonders has just begun! \ud83c\udf0c\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A package to encrypt any kind of data",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "python",
        "encryption",
        "decryption",
        "cryptography",
        "visual effect",
        "binary data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d766a830105e324cb0cf2ec54dfc94da74820f0ebccdcf0546ad6fdea4ce06a5",
                "md5": "3919466b6e92aaf624ba47ccd243ecb4",
                "sha256": "abaf15f7b51b8c4a2f66dd48e60ef650072bfc6bf7f2ee071ae1f9d67231bc6e"
            },
            "downloads": -1,
            "filename": "encryptify-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3919466b6e92aaf624ba47ccd243ecb4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3098,
            "upload_time": "2023-08-08T11:17:58",
            "upload_time_iso_8601": "2023-08-08T11:17:58.384070Z",
            "url": "https://files.pythonhosted.org/packages/d7/66/a830105e324cb0cf2ec54dfc94da74820f0ebccdcf0546ad6fdea4ce06a5/encryptify-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab45e6064b1456fa641f9f6917208d6cdea226a48e20b8119d2d3265790efd42",
                "md5": "822f2de7bea7996b31cd86a54041538a",
                "sha256": "fb114f72f8922dec84ec658d4b5940cb99bbe3890688d33d5a393fb026b5a743"
            },
            "downloads": -1,
            "filename": "encryptify-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "822f2de7bea7996b31cd86a54041538a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3409,
            "upload_time": "2023-08-08T11:18:00",
            "upload_time_iso_8601": "2023-08-08T11:18:00.239576Z",
            "url": "https://files.pythonhosted.org/packages/ab/45/e6064b1456fa641f9f6917208d6cdea226a48e20b8119d2d3265790efd42/encryptify-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-08 11:18:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "encryptify"
}
        
Elapsed time: 0.09790s