Simple Modules Encode code python
Project description
1.Simple Encode & Decode
>>> # How To Encode
>>> import dst_enc
>>> dst_enc.encode('CodeInHere')
>>> # How To Decode
>>> import dst_enc
>>> dst_enc.decode('CodeEncode')
2.Modifing base64 encode function
>>> # How To Encode
>>> import dst_enc
>>> bs=dst_enc.base_dst()
>>> bs.bs64encode('CodeInHere')
>>> # How To Decode
>>> import dst_enc
>>> bs=dst_enc.base_dst()
>>> bs.bs64decode('CodeEncode')
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
dst_enc-0.1.tar.gz
(1.9 kB
view details)
File details
Details for the file dst_enc-0.1.tar.gz.
File metadata
- Download URL: dst_enc-0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/2.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6802d811974fa7b81507583724d7533bffce90bdddb62badb96486d571be7479
|
|
| MD5 |
c5d844bebdba04aad7499b18c0c52304
|
|
| BLAKE2b-256 |
dbb5b3643205e4d8607227b607041973aee7cccf688a99e75abf8e26266484a6
|