JCryptor: The Encryptor and Decryptor Module
Project description
JCryptor
JCryptor
is used toEncrypt
andDecrypt
.JCryptor
latest version 0.1.50
How to Use?
Encrypting:
Code
from jcryptor import JCryptor
cryptor = JCryptor()
encrypt = cryptor.encrypt_text(original_text, print_it=True)
Result
>> %tpp9 !9>pF
Decrypting:
Code
from jcryptor import JCryptor
cryptor = JCryptor()
original_text = "Hello World"
encrypt = cryptor.encrypt_text(original_text)
decrypt = cryptor.decrypt_text(encrypt, print_it=True)
Result
>> Hello World
How to install?
On Windows:
$ pip install JCryptor
$ pip install jcryptor==[0.1.50](https://github.com/ScripNewbie/JCryptor/tree/main)
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for JCryptor-0.1.60-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa1ebcbba545a285b5a72a47c53ecfa2813944e8cfaf120ab8b38a3dc4ab2518 |
|
MD5 | ce71501bf98808b84fcf40fe4af81303 |
|
BLAKE2b-256 | 21821bbd0d31aa970d97fa14411703b0d394698b2cf33b5e8e2639793ef1ce17 |