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

If you're not sure about the file name format, learn more about wheel file names.

JCryptor-0.1.70-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

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

Hashes for JCryptor-0.1.70-py3-none-any.whl
Algorithm Hash digest
SHA256 49589a2d29688c0b6925c2033a48c2ac8b38cdb7995d2cffd768ffdbc2568cce
MD5 1caf39f7c02b6db257f2164e291d131b
BLAKE2b-256 8169054292035c7eca21930c55efdc17889a12e3b5ef50eed3a9b0ed8ed089f5

See more details on using hashes here.

Supported by

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