This is encoder for your text.
Project description
What is this ?
Python library for text encryption.
from shifrator.main import Shifrator
sh = Shifrator()
print(sh.encrypt('Hello World!', 'test111'))
output: Wtааг Кгёаs!
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!
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
shifrator-1.0.0.tar.gz
(1.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file shifrator-1.0.0.tar.gz.
File metadata
- Download URL: shifrator-1.0.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f187745324d8dfa2633ec1339db80eb3e2d32baa6386a3e7f55a3fa7f401d3f4
|
|
| MD5 |
339ba3ab025ef2a1bebb902b5447bf29
|
|
| BLAKE2b-256 |
cc959781c63c3218dcd55e3cf48a32d2012d735cabb78353eb02d4ace0f460ea
|
File details
Details for the file shifrator-1.0.0-py3-none-any.whl.
File metadata
- Download URL: shifrator-1.0.0-py3-none-any.whl
- Upload date:
- Size: 1.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11d3a5f75cf866a9780a37d3cca913efc240ca09ee79af10d3918b296deae87f
|
|
| MD5 |
647a21329e3eb9e7a13b584ce816d5e3
|
|
| BLAKE2b-256 |
87f54147a21f7ca10d329cba49702ac69f4a56c173bc99da8ca9b53f6a97cdd0
|