Skip to main content

This is a Python Module For Encryption, Hashing And Other stuff

Project description

EnroCrypt

This is a Python Module For Encryption, Hashing And Other Basic Stuff You Need, With Secure Encryption And Strong Salted Hashing You Can Do Whatever You Want To
Downloads

Docs

Installation

EnroCrypt Is Avaliable On PyPi You Can Install It As Follows:
pip install -U enrocrypt

Manual Installation

If For Some Reason You Can't Install EnroCrypt From PyPi You Can Download It Manually Too:

  • Clone This Repo
  • Cut-Paste This Repo In Your Python Scripts Path
  • Enter In The Folder Where You See "setup.py" file
  • shift+right click in the Folder And Click On "Open Powershell window Here"
  • Type python setup.py install
    After Following All The Steps Mentioned Above (If You Don't Get An Error) EnroCrypt Is Installed, Now You Can Import It Right Away

Features

  • Strong Encryption
  • Strong Salted Hashing
  • File Encryption-Decryption
  • Some Basic Functions

Usage

    # For Encryption
    import enrocrypt
    value = enrocrypt.encryption.Encrypt(b'text')
    print(value)
    # For Decryption
    original_value = enrocrypt.encryption.DecryptList(value)
    print(original_value)

There Is Also a DecryptFunction, But In This Function You Have To Enter The Key And The Data Seperatly

(See Discussion For More Info)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

enrocrypt-1.0.6.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

enrocrypt-1.0.6-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

Details for the file enrocrypt-1.0.6.tar.gz.

File metadata

  • Download URL: enrocrypt-1.0.6.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.5

File hashes

Hashes for enrocrypt-1.0.6.tar.gz
Algorithm Hash digest
SHA256 6a9cac7adc943ff28f03ca1a2de5de38b457abb34c758de33a4f96618b0a6ee8
MD5 5123694f21c88fab0b8d7b7142a5f936
BLAKE2b-256 2f60e393a5a21f300caed69b2233702621f261dacec45fcde2ba5d37587a775a

See more details on using hashes here.

File details

Details for the file enrocrypt-1.0.6-py3-none-any.whl.

File metadata

  • Download URL: enrocrypt-1.0.6-py3-none-any.whl
  • Upload date:
  • Size: 8.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.5

File hashes

Hashes for enrocrypt-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 03e6cea13a07986aaf0572a67d15bcaa1c5115adc5c94ef4edf4399e94dd74d8
MD5 d657d4ca305bc414788fa54890ecca7e
BLAKE2b-256 5774a54f8580abed8f028bf8f1b841a923d3177366e4b8da3c79e35f3711749e

See more details on using hashes here.

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