JCryptor: The Encryptor and Decryptor Module
Project description
JCryptor
JCryptoris used toEncryptandDecrypt.JCryptorlatest version 0.1.70
How to Use?
Encrypting:
Code
from jcryptor import JCryptor
cryptor = JCryptor()
encrypt = cryptor.encrypt_text(original_text, print_it=True)
Result
>> <[\\o Vo|\@
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
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
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 JCryptor-0.1.70-py3-none-any.whl.
File metadata
- Download URL: JCryptor-0.1.70-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49589a2d29688c0b6925c2033a48c2ac8b38cdb7995d2cffd768ffdbc2568cce
|
|
| MD5 |
1caf39f7c02b6db257f2164e291d131b
|
|
| BLAKE2b-256 |
8169054292035c7eca21930c55efdc17889a12e3b5ef50eed3a9b0ed8ed089f5
|