Skip to main content

JCryptor: The Encryptor and Decryptor Module

Project description

JCryptor

  • JCryptor is used to Encrypt and Decrypt.
  • JCryptor latest 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


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.70-py3-none-any.whl (4.4 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