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
R4-0.0.1.tar.gz
(2.1 kB
view hashes)
Built Distribution
R4-0.0.1-py2-none-any.whl
(2.4 kB
view hashes)