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.shifr('Hello World!'))
output: Ifmmp Xpsme!
from shifrator.main import Shifrator
sh = Shifrator()
print(sh.reshifr('Ifmmp Xpsme!'))
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')
after:
Ifmmp xpsme!
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-0.1.0.tar.gz
(1.6 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-0.1.0.tar.gz.
File metadata
- Download URL: shifrator-0.1.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef1c2da2f313447fb1d73b8f350a372e775594397e9f11edba1fb644aadc646e
|
|
| MD5 |
85d7ec098d003d86e9d40c88def3c8d1
|
|
| BLAKE2b-256 |
e031d8c4e4946ec0f64f567d1e0a2cfc08effbb702a72a3b2bd41ce5287f2102
|
File details
Details for the file shifrator-0.1.0-py3-none-any.whl.
File metadata
- Download URL: shifrator-0.1.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 |
c78e1995b02ae2540aad71194ea1ea9e08471fbe2fd449275589357854ee3080
|
|
| MD5 |
cb2e26f13457f7d5e4b5e7ff86373e04
|
|
| BLAKE2b-256 |
8f2549d5b610e8ebdaad293d2d47216ed0031bef1328ec0f308ca3e23a234e75
|