Cipherbcryptors


NameCipherbcryptors JSON
Version 1.3.2 PyPI version JSON
download
home_pageNone
SummaryEncode string data by zlib, base64 invert etc.
upload_time2024-09-22 07:13:47
maintainerNone
docs_urlNone
authorIsaac Florentine
requires_python<4.0,>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Cipherbcryptors
[![N|Solid](https://cldup.com/dTxpPi9lDf.thumb.png)](https://nodesource.com/products/nsolid)

![](https://img.shields.io/github/stars/pandao/editor.md.svg) ![](https://img.shields.io/github/forks/pandao/editor.md.svg) ![](https://img.shields.io/github/tag/pandao/editor.md.svg) ![](https://img.shields.io/github/release/pandao/editor.md.svg) ![](https://img.shields.io/github/issues/pandao/editor.md.svg) ![](https://img.shields.io/bower/v/editor.md.svg)

Encode string data by zlib, base64 invert, how its work ?

## Installation
Python requires [Python.org](https://www.python.org/) v3,7+ to run.
Install the dependencies and devDependencies and start the server.
```sh
python -m pip install pip
python -m pip install --upgrade pip
pip install Cipherbcryptors
```
## Using

```Python
from Cipherbcryptors import algorithmb
b = algorithmb()
secret = "PRIVATEDATA" # | =wKCQiGADsSzPNNzM30zRzyyM/c1J9kzzBvzsg09TzJe
encode_string = b.encd(secret)
print(encode_string)

decode_string = b.decd(encode_string)
print(decode_string)
```

## License
MIT
**Encode Cipherbcryptors group**

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "Cipherbcryptors",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Isaac Florentine",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/7c/09/ea1647ab04f271ef7c516c942d9b210c9a0dea16d14a4a20128de1914a3d/cipherbcryptors-1.3.2.tar.gz",
    "platform": null,
    "description": "# Cipherbcryptors\n[![N|Solid](https://cldup.com/dTxpPi9lDf.thumb.png)](https://nodesource.com/products/nsolid)\n\n![](https://img.shields.io/github/stars/pandao/editor.md.svg) ![](https://img.shields.io/github/forks/pandao/editor.md.svg) ![](https://img.shields.io/github/tag/pandao/editor.md.svg) ![](https://img.shields.io/github/release/pandao/editor.md.svg) ![](https://img.shields.io/github/issues/pandao/editor.md.svg) ![](https://img.shields.io/bower/v/editor.md.svg)\n\nEncode string data by zlib, base64 invert, how its work ?\n\n## Installation\nPython requires [Python.org](https://www.python.org/) v3,7+ to run.\nInstall the dependencies and devDependencies and start the server.\n```sh\npython -m pip install pip\npython -m pip install --upgrade pip\npip install Cipherbcryptors\n```\n## Using\n\n```Python\nfrom Cipherbcryptors import algorithmb\nb = algorithmb()\nsecret = \"PRIVATEDATA\" # | =wKCQiGADsSzPNNzM30zRzyyM/c1J9kzzBvzsg09TzJe\nencode_string = b.encd(secret)\nprint(encode_string)\n\ndecode_string = b.decd(encode_string)\nprint(decode_string)\n```\n\n## License\nMIT\n**Encode Cipherbcryptors group**\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Encode string data by zlib, base64 invert etc.",
    "version": "1.3.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b84b4ef01bf32368bbde9467a3e3c1fc6808a8a2e3c08ad98983751a327bbc0",
                "md5": "aedf480d7d88ca38bb42cbe3134500d8",
                "sha256": "4f20dd487ff51d27cb6b6ffb657b74d41821c48f07dd43d3db04892cfbe07422"
            },
            "downloads": -1,
            "filename": "cipherbcryptors-1.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aedf480d7d88ca38bb42cbe3134500d8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 3113,
            "upload_time": "2024-09-22T07:13:46",
            "upload_time_iso_8601": "2024-09-22T07:13:46.548866Z",
            "url": "https://files.pythonhosted.org/packages/1b/84/b4ef01bf32368bbde9467a3e3c1fc6808a8a2e3c08ad98983751a327bbc0/cipherbcryptors-1.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c09ea1647ab04f271ef7c516c942d9b210c9a0dea16d14a4a20128de1914a3d",
                "md5": "13c15f8e057e152a67593cae52ee62e5",
                "sha256": "8c1f418bc54c72c8a33aee7d799dd0a13671907d4ff4457fd885fab319ff5bd9"
            },
            "downloads": -1,
            "filename": "cipherbcryptors-1.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "13c15f8e057e152a67593cae52ee62e5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 2741,
            "upload_time": "2024-09-22T07:13:47",
            "upload_time_iso_8601": "2024-09-22T07:13:47.853079Z",
            "url": "https://files.pythonhosted.org/packages/7c/09/ea1647ab04f271ef7c516c942d9b210c9a0dea16d14a4a20128de1914a3d/cipherbcryptors-1.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-22 07:13:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cipherbcryptors"
}
        
Elapsed time: 0.44058s