LCoder
library for easy data encryption (string format)
To install:
pip install LCoder
To init:
import LCoder
coder = LCoder.CODER()
To encode:
coder.encode("text")
To decode:
coder.decode("12345")
if you want to create custom(another random numbers)
coder.create_code(save=True)
argument "save" need for save code, maybe you want only read but don't save code...
save
coder.save_code({"A": "aaa", "B": "111"})
! keys only cap's!
TELEGRAM: @LOMlNKA
Release files for LCoder 0.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| LCoder-0.11-py3-none-any.whl | Python 3 | none | any | Details |
Release files / LCoder-0.11-py3-none-any.whl
| Download URL | LCoder-0.11-py3-none-any.whl |
|---|---|
| Size | 2.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fd1b828c111db97cb9305f23e18a14c12dcbd42cf6d2bcabf9d19397567c53d6
|
|
BLAKE2b-256 checksum How to use checksums |
e0605d2f93ea25c4212dc2458b3b0180ec3f7a3d8d41081d973f9f130a21d417
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.10.13
|