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.1.1.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

enrocrypt-1.1.1-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: enrocrypt-1.1.1.tar.gz
  • Upload date:
  • Size: 7.9 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.1.1.tar.gz
Algorithm Hash digest
SHA256 1792dc28910c18d240edc152f80b540238a3b2fcf3f70858e3bb78476ca61134
MD5 873bb7d3b704c81d8e21ce6958071928
BLAKE2b-256 82885d24564995032068869e6c793643ddaa5e9417af6fea90af306be136678f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enrocrypt-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 8.1 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.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a5cdaf91cf738bd3548702da736b1ce5261e35bbdc17061079fb18e03b5422c1
MD5 b347066c1b4f594fa118d8f6af07a60f
BLAKE2b-256 7eadbd9bacde579b282fd24ba276049ea7101fbe6b738e88f6732cc7b4e7ab3a

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