Name | Cipherbcryptor JSON |
Version |
1.3
JSON |
| download |
home_page | None |
Summary | Encode string data by zlib, base64 invert etc. |
upload_time | 2024-09-21 22:12:25 |
maintainer | None |
docs_url | None |
author | Isaac Florentine |
requires_python | <4.0,>=3.7 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Cipherbcryptor
[![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 Cipherbcryptor
```
## Using
```Python
from Cipherbcryptor 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 Cipherbcryptor group**
Raw data
{
"_id": null,
"home_page": null,
"name": "Cipherbcryptor",
"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/02/fb/560b39a3bcde4c521f13660448a543dfa1f2730cc6413d7e306b4dedb6dc/cipherbcryptor-1.3.tar.gz",
"platform": null,
"description": "# Cipherbcryptor\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 Cipherbcryptor\n```\n## Using\n\n```Python\nfrom Cipherbcryptor 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 Cipherbcryptor group**\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Encode string data by zlib, base64 invert etc.",
"version": "1.3",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "27b27a1aa08bde2399ebf9364b4088fa33782e872d15b37a5c39d8754d67b31f",
"md5": "487ff3ad05b0add3dfc68a26a9c7c38e",
"sha256": "8c5c230f13df16129205ec43edd24eb3ff5e89dac5981808afaf1819bcddcc79"
},
"downloads": -1,
"filename": "cipherbcryptor-1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "487ff3ad05b0add3dfc68a26a9c7c38e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.7",
"size": 3085,
"upload_time": "2024-09-21T22:12:24",
"upload_time_iso_8601": "2024-09-21T22:12:24.260694Z",
"url": "https://files.pythonhosted.org/packages/27/b2/7a1aa08bde2399ebf9364b4088fa33782e872d15b37a5c39d8754d67b31f/cipherbcryptor-1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "02fb560b39a3bcde4c521f13660448a543dfa1f2730cc6413d7e306b4dedb6dc",
"md5": "b112c48945780dc6541cf78bcc5a7074",
"sha256": "3d8d77084169689b2544e8cf42d6339316a53ec73f10aaa86e581bcc90b7a62c"
},
"downloads": -1,
"filename": "cipherbcryptor-1.3.tar.gz",
"has_sig": false,
"md5_digest": "b112c48945780dc6541cf78bcc5a7074",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.7",
"size": 2744,
"upload_time": "2024-09-21T22:12:25",
"upload_time_iso_8601": "2024-09-21T22:12:25.643722Z",
"url": "https://files.pythonhosted.org/packages/02/fb/560b39a3bcde4c521f13660448a543dfa1f2730cc6413d7e306b4dedb6dc/cipherbcryptor-1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-21 22:12:25",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "cipherbcryptor"
}