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-2.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-2.0.0.tar.gz.
File metadata
- Download URL: shifrator-2.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 |
08dec518222dc00f3e3d0f939616b0ffa7a7a81affdf68533dcef76da699e19b
|
|
| MD5 |
a4685433bb61ccc39907948d0e149874
|
|
| BLAKE2b-256 |
cd7de2cd4f32095cb433efac92dd8c18d27d48afcfcccb66b0ca887837ee1214
|
File details
Details for the file shifrator-2.0.0-py3-none-any.whl.
File metadata
- Download URL: shifrator-2.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 |
e69337df68102ee5dcc78073b07b970a5ee0f98aea7032eaa1e4296c9ac221a7
|
|
| MD5 |
7caa96ef22c247f37468d844446a2e7c
|
|
| BLAKE2b-256 |
f48e7c2eb512773ef359c9ca0c5bd89cb96de94358c50d066a5b65ba4e5423c0
|