R4 is a python package for encrypt your important data
Project description
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))
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
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 R4-0.0.1.tar.gz.
File metadata
- Download URL: R4-0.0.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52b26bcdeccf6b0f1d9f855db93f05f5935c65c8552ac5339772bd2c38ac92ee
|
|
| MD5 |
519b66d1702169dae88faf331e0057d4
|
|
| BLAKE2b-256 |
0f8053079b5ed3788fe6338f848f8b06cf8e4136709d4ac86f04685273fc881e
|
File details
Details for the file R4-0.0.1-py2-none-any.whl.
File metadata
- Download URL: R4-0.0.1-py2-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 2
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
306d9d526a5d22dd42c0e4268048459663919426614e09415d962ae003916249
|
|
| MD5 |
b34416e88e194c2ddd4b3fab21d43af8
|
|
| BLAKE2b-256 |
9139377f3789ba525494d5a6681b3df0205455a9c34355f488cad9064d3a6d1a
|