R4
Install command
pip install R4
R4 is a package python for encrypt your important data. This package can encrypt your data or decrypt your data perfecly. See the example below
//## main.py from R4 import *text = input(str("What is your name : ")) ## i fill this "rizki maulana" print(encode(text))
// result R418HR42RR430ZAR410PR42RR459CR413MR40ZR421ER412NR40ZR414LR40Z
To decrypt you can do that easly let's see this
from R4 import *text = input(str("What is your name : ")) ## i fill this "rizki maulana" encode = encode(text) print(decode(encode))
Release files for R4 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| R4-0.0.1.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| R4-0.0.1-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 4.5 kB
Release files / R4-0.0.1.tar.gz
| Download URL | R4-0.0.1.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
52b26bcdeccf6b0f1d9f855db93f05f5935c65c8552ac5339772bd2c38ac92ee
|
|
BLAKE2b-256 checksum How to use checksums |
0f8053079b5ed3788fe6338f848f8b06cf8e4136709d4ac86f04685273fc881e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/2.7.17
|
Release files / R4-0.0.1-py2-none-any.whl
| Download URL | R4-0.0.1-py2-none-any.whl |
|---|---|
| Size | 2.4 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
306d9d526a5d22dd42c0e4268048459663919426614e09415d962ae003916249
|
|
BLAKE2b-256 checksum How to use checksums |
9139377f3789ba525494d5a6681b3df0205455a9c34355f488cad9064d3a6d1a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/2.7.17
|