Skip to main content

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


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

JCryptor-0.1.10-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page