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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: enrocrypt-1.0.7.tar.gz
  • Upload date:
  • Size: 7.7 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.7.tar.gz
Algorithm Hash digest
SHA256 e2633fe5a7f0c441a75124e91aa7075a5a1886386bfdba24b38d9dda96f17501
MD5 81d36abbed70ec5d23736ca66ce6c527
BLAKE2b-256 e1be819eb46966fe8b4a8d007310c611012cff4dd9d2f684a16b73c79289b822

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enrocrypt-1.0.7-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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 ae98bbecaee91bb5f539b06cde1797e886bf62c6d87c1c0d8a58290b2fc05570
MD5 2da67272e5bc913752a81052efd01b9a
BLAKE2b-256 bf82f70a107a39225786f31d2cc0b15c67bbeb3d3ed7c40252b327ae0d7496cd

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