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

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

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

Uploaded Source

Built Distribution

enrocrypt-1.0.1-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: enrocrypt-1.0.1.tar.gz
  • Upload date:
  • Size: 4.6 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.1.tar.gz
Algorithm Hash digest
SHA256 7b13a5d1433ce8128ff6f0a6da0e1400acc949f284fb9cd3a0feba0a44e02cae
MD5 f15e1f8468ad9e15b58e80c9645c11bf
BLAKE2b-256 e633d8b11e420bb0fd04df89b6a80a1b3ca4f1ce322313a4c30403a29c08a766

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enrocrypt-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 5.4 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f1e91190a06c8636b2b888ed7b83a298c4ceb3909fd1d9ed92c3cc2df1e77c73
MD5 609b19bd41eb92edd298dedaf7caf056
BLAKE2b-256 f41e0d6238a53116829b93d96809170a372d835d99a50045a6fc8ebb93e4db57

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