JCryptor: The Encryptor and Decryptor Module
Project description
JCryptor
JCryptor is used to Encrypt and Decrypt.
Encrypting:
cryp = JCryptor()
original = "Hello World"
>> Hello World
encrypt = cryp.encrypt_text(original)
>> G&uu) O)$u<
Decrypting:
decrypt = cryp.decrypt_text(encrypt)
>> Hello World
How to install?
- pip install JCryptor
- pip3 install JCryptor
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.20-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60f5721208b61759b553125e6c698aa1c7783da57f334d3f876d002771292903 |
|
MD5 | af5318828dbef63aedbf84580e325c37 |
|
BLAKE2b-256 | 1bf81c7a288959eb84601074ef4cf3fa889107fd8c7dcc6e5a9491e392a47b75 |