## What is this ? ##
Python library for text encryption.
```python
from shifrator.main import Shifrator
sh = Shifrator()
print(sh.encrypt('Hello World!', 'test111'))
```
output: `Wtааг Кгёаs!`
```python
from shifrator.main import Shifrator
sh = Shifrator()
print(sh.decrypt('Ifmmp Xpsme!', 'test111'))
```
output: `Hello World!`
## To encrypt files ##
in file text.txt:
`Hello World!`
```python
from shifrator.main import Shifrator
sh = Shifrator()
sh.shdocs(file='text.txt', op='shifr', key='test111')
```
after:
`Wtааг Кгёаs`
## Additionally ##
The encoder supports text encryption in both Russian and English.
Raw data
{
"_id": null,
"home_page": "https://discord.gg/hbB4WBdshf",
"name": "shifrator",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "files speedfiles",
"author": "harryys",
"author_email": "gniceso225@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/cd/7d/e2cd4f32095cb433efac92dd8c18d27d48afcfcccb66b0ca887837ee1214/shifrator-2.0.0.tar.gz",
"platform": null,
"description": "## What is this ? ##\r\n\r\nPython library for text encryption.\r\n\r\n```python\r\nfrom shifrator.main import Shifrator \r\n\r\nsh = Shifrator()\r\nprint(sh.encrypt('Hello World!', 'test111'))\r\n```\r\n\r\noutput: `Wt\u0420\u00b0\u0420\u00b0\u0420\u0456 \u0420\u0459\u0420\u0456\u0421\u2018\u0420\u00b0s!`\r\n\r\n```python\r\nfrom shifrator.main import Shifrator \r\n\r\nsh = Shifrator()\r\nprint(sh.decrypt('Ifmmp Xpsme!', 'test111'))\r\n```\r\n\r\noutput: `Hello World!`\r\n\r\n## To encrypt files ##\r\n\r\nin file text.txt:\r\n`Hello World!`\r\n\r\n```python\r\nfrom shifrator.main import Shifrator\r\n\r\nsh = Shifrator()\r\nsh.shdocs(file='text.txt', op='shifr', key='test111')\r\n```\r\n\r\nafter: \r\n`Wt\u0420\u00b0\u0420\u00b0\u0420\u0456 \u0420\u0459\u0420\u0456\u0421\u2018\u0420\u00b0s` \r\n\r\n## Additionally ##\r\n\r\nThe encoder supports text encryption in both Russian and English.\r\n\r\n",
"bugtrack_url": null,
"license": null,
"summary": "This is encoder for your text.",
"version": "2.0.0",
"project_urls": {
"GitHub": "https://github.com/gnice225",
"Homepage": "https://discord.gg/hbB4WBdshf"
},
"split_keywords": [
"files",
"speedfiles"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f48e7c2eb512773ef359c9ca0c5bd89cb96de94358c50d066a5b65ba4e5423c0",
"md5": "7caa96ef22c247f37468d844446a2e7c",
"sha256": "e69337df68102ee5dcc78073b07b970a5ee0f98aea7032eaa1e4296c9ac221a7"
},
"downloads": -1,
"filename": "shifrator-2.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7caa96ef22c247f37468d844446a2e7c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 1539,
"upload_time": "2024-06-05T17:12:58",
"upload_time_iso_8601": "2024-06-05T17:12:58.930800Z",
"url": "https://files.pythonhosted.org/packages/f4/8e/7c2eb512773ef359c9ca0c5bd89cb96de94358c50d066a5b65ba4e5423c0/shifrator-2.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cd7de2cd4f32095cb433efac92dd8c18d27d48afcfcccb66b0ca887837ee1214",
"md5": "a4685433bb61ccc39907948d0e149874",
"sha256": "08dec518222dc00f3e3d0f939616b0ffa7a7a81affdf68533dcef76da699e19b"
},
"downloads": -1,
"filename": "shifrator-2.0.0.tar.gz",
"has_sig": false,
"md5_digest": "a4685433bb61ccc39907948d0e149874",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 1678,
"upload_time": "2024-06-05T17:13:00",
"upload_time_iso_8601": "2024-06-05T17:13:00.691029Z",
"url": "https://files.pythonhosted.org/packages/cd/7d/e2cd4f32095cb433efac92dd8c18d27d48afcfcccb66b0ca887837ee1214/shifrator-2.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-05 17:13:00",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "shifrator"
}