diec


Namediec JSON
Version 3.1 PyPI version JSON
download
home_pagehttps://github.com/Eldritchyl/diec
SummaryA tool that encodes text and provides a key for decoding!
upload_time2024-11-16 20:57:52
maintainerNone
docs_urlNone
authorEldritchy
requires_python>=3.9
licenseMIT
keywords diec encoding decoding
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
<div align="center">
  
# diec

[![License](https://img.shields.io/badge/License-MIT-blue)](https://github.com/Eldritchyl/diec#license)  [![PyPi](https://img.shields.io/badge/PyPi%20Link-FFFF00)](https://pypi.org/project/diec/)  <a href="https://github.com/D-I-Projects/diec/blob/master/CONTRIBUTING.md"> <img src="https://img.shields.io/github/contributors-anon/D-I-Projects/diec" alt="Contributors badge" /></a>  [![Downloads](https://static.pepy.tech/badge/diec)](https://pepy.tech/project/diec)

```pip install diec``` 

</div>

A tool for encoding and decoding text with a passphrase. Encrypt text into a secure format and decrypt it later using the same key.

Official test UI: [diec-test-gui](https://github.com/Eldritchyl/diec-test-gui)

## Installation

```bash
pip install diec
```

## Usage

### Encrypt Text

To encode text, use the `encode-text` command:

```bash
python cli.py encode-text "This is the text to encode" --passphrase "your_passphrase"
```

This will encrypt the provided text using the given passphrase.

### Decrypt Text

To decode previously encrypted text, use the `decode-text` command:

```bash
python cli.py decode-text --passphrase "your_passphrase"
```

This will decrypt the text and print the original message, using the same passphrase used during encryption.

## CLI Commands

### `encode-text`

Encodes the provided text with a passphrase.

```bash
python cli.py encode-text <text> --passphrase <passphrase>
```

### `decode-text`

Decodes the previously encoded text using the provided passphrase.

```bash
python cli.py decode-text --passphrase <passphrase>
```

## License

MIT License. See [LICENSE](LICENSE) for details.

---

Author: **Eldritchy**  
Email: [eldritchy.help@gmail.com](mailto:eldritchy.help@gmail.com)  
GitHub: [https://github.com/Eldritchyl](https://github.com/Eldritchyl)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Eldritchyl/diec",
    "name": "diec",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "diec, encoding, decoding",
    "author": "Eldritchy",
    "author_email": "eldritchy.help@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d6/b9/65b592600653a12577b72e3f2f466aa2559f01d1cb2569be4d36b97add41/diec-3.1.tar.gz",
    "platform": null,
    "description": "\n<div align=\"center\">\n  \n# diec\n\n[![License](https://img.shields.io/badge/License-MIT-blue)](https://github.com/Eldritchyl/diec#license)  [![PyPi](https://img.shields.io/badge/PyPi%20Link-FFFF00)](https://pypi.org/project/diec/)  <a href=\"https://github.com/D-I-Projects/diec/blob/master/CONTRIBUTING.md\"> <img src=\"https://img.shields.io/github/contributors-anon/D-I-Projects/diec\" alt=\"Contributors badge\" /></a>  [![Downloads](https://static.pepy.tech/badge/diec)](https://pepy.tech/project/diec)\n\n```pip install diec``` \n\n</div>\n\nA tool for encoding and decoding text with a passphrase. Encrypt text into a secure format and decrypt it later using the same key.\n\nOfficial test UI: [diec-test-gui](https://github.com/Eldritchyl/diec-test-gui)\n\n## Installation\n\n```bash\npip install diec\n```\n\n## Usage\n\n### Encrypt Text\n\nTo encode text, use the `encode-text` command:\n\n```bash\npython cli.py encode-text \"This is the text to encode\" --passphrase \"your_passphrase\"\n```\n\nThis will encrypt the provided text using the given passphrase.\n\n### Decrypt Text\n\nTo decode previously encrypted text, use the `decode-text` command:\n\n```bash\npython cli.py decode-text --passphrase \"your_passphrase\"\n```\n\nThis will decrypt the text and print the original message, using the same passphrase used during encryption.\n\n## CLI Commands\n\n### `encode-text`\n\nEncodes the provided text with a passphrase.\n\n```bash\npython cli.py encode-text <text> --passphrase <passphrase>\n```\n\n### `decode-text`\n\nDecodes the previously encoded text using the provided passphrase.\n\n```bash\npython cli.py decode-text --passphrase <passphrase>\n```\n\n## License\n\nMIT License. See [LICENSE](LICENSE) for details.\n\n---\n\nAuthor: **Eldritchy**  \nEmail: [eldritchy.help@gmail.com](mailto:eldritchy.help@gmail.com)  \nGitHub: [https://github.com/Eldritchyl](https://github.com/Eldritchyl)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A tool that encodes text and provides a key for decoding!",
    "version": "3.1",
    "project_urls": {
        "Download": "https://github.com/Eldritchy/diec/archive/refs/tags/v3.1.tar.gz",
        "Homepage": "https://github.com/Eldritchyl/diec"
    },
    "split_keywords": [
        "diec",
        " encoding",
        " decoding"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ebee1c1a62081a0d9369ed5d337c16c19223d281d7aa7666beb7cde32bbae6cc",
                "md5": "f991caa84b0e3466ee5184b09608ffa0",
                "sha256": "c58793b32c4ffd181908d03af6b8e89729b7dd92fc11e6a047312dcaf5c284bd"
            },
            "downloads": -1,
            "filename": "diec-3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f991caa84b0e3466ee5184b09608ffa0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4939,
            "upload_time": "2024-11-16T20:57:51",
            "upload_time_iso_8601": "2024-11-16T20:57:51.797372Z",
            "url": "https://files.pythonhosted.org/packages/eb/ee/1c1a62081a0d9369ed5d337c16c19223d281d7aa7666beb7cde32bbae6cc/diec-3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d6b965b592600653a12577b72e3f2f466aa2559f01d1cb2569be4d36b97add41",
                "md5": "b6a6f97afe9d569a2c29d09cc6061743",
                "sha256": "a7bb82cbb0e5347c3693d9010b2dad0d427c380a3c99cec703a05be2263507e2"
            },
            "downloads": -1,
            "filename": "diec-3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b6a6f97afe9d569a2c29d09cc6061743",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3865,
            "upload_time": "2024-11-16T20:57:52",
            "upload_time_iso_8601": "2024-11-16T20:57:52.629143Z",
            "url": "https://files.pythonhosted.org/packages/d6/b9/65b592600653a12577b72e3f2f466aa2559f01d1cb2569be4d36b97add41/diec-3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-16 20:57:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Eldritchyl",
    "github_project": "diec",
    "github_not_found": true,
    "lcname": "diec"
}
        
Elapsed time: 4.19784s