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
File details
Details for the file R4-0.0.2.tar.gz
.
File metadata
- Download URL: R4-0.0.2.tar.gz
- Upload date:
- Size: 3.3 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 |
0acf65328cbc6adb2a08c978d1c8d4b21ea24ef9ad41da8c230c3a51c17836cb
|
|
MD5 |
84b2a7235588c61ea47f4b5a065ba0ed
|
|
BLAKE2b-256 |
25885400f4f5c541e653272d2d953552cdd57e4cfd0efe28f738c6edcfc835b8
|
File details
Details for the file R4-0.0.2-py2-none-any.whl
.
File metadata
- Download URL: R4-0.0.2-py2-none-any.whl
- Upload date:
- Size: 3.5 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 |
988bf9da3dc5b0b3899020356bfd04da8f0217e9e43ba61aed3d76a57414468f
|
|
MD5 |
ac26c4c95de07fc60b5dc34ea3f63632
|
|
BLAKE2b-256 |
c228230e9548efef3b33d39ad38614991d85934ec5f48564fbcbc5c42a10b675
|