Skip to main content

Python binding to Rust sha-crypt password hashing crate

Project description

sha512-crypt

CI PyPI

Python binding to Rust sha-crypt password hashing crate.

Installation

pip install sha512-crypt

Usage

import sha512_crypt

password = 'abc'
hashed = sha512_crypt.encrypt(password)
assert sha512_crypt.verify(password, hashed), 'wrong password'

License

This work is released under the MIT license. A copy of the license is provided in the LICENSE file.

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

sha512_crypt-0.1.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distributions

sha512_crypt-0.1.1-cp36-abi3-win_amd64.whl (132.7 kB view hashes)

Uploaded CPython 3.6+ Windows x86-64

sha512_crypt-0.1.1-cp36-abi3-win32.whl (135.4 kB view hashes)

Uploaded CPython 3.6+ Windows x86

sha512_crypt-0.1.1-cp36-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view hashes)

Uploaded CPython 3.6+ manylinux: glibc 2.17+ s390x

sha512_crypt-0.1.1-cp36-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view hashes)

Uploaded CPython 3.6+ manylinux: glibc 2.17+ ppc64le

sha512_crypt-0.1.1-cp36-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (1.1 MB view hashes)

Uploaded CPython 3.6+ manylinux: glibc 2.17+ ppc64

sha512_crypt-0.1.1-cp36-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (982.4 kB view hashes)

Uploaded CPython 3.6+ manylinux: glibc 2.17+ ARMv7l

sha512_crypt-0.1.1-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (946.3 kB view hashes)

Uploaded CPython 3.6+ manylinux: glibc 2.17+ ARM64

sha512_crypt-0.1.1-cp36-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.whl (974.5 kB view hashes)

Uploaded CPython 3.6+ manylinux: glibc 2.5+ x86-64

sha512_crypt-0.1.1-cp36-abi3-manylinux_2_5_i686.manylinux1_i686.whl (1.0 MB view hashes)

Uploaded CPython 3.6+ manylinux: glibc 2.5+ i686

sha512_crypt-0.1.1-cp36-abi3-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (460.6 kB view hashes)

Uploaded CPython 3.6+ macOS 10.9+ universal2 (ARM64, x86-64) macOS 10.9+ x86-64 macOS 11.0+ ARM64

sha512_crypt-0.1.1-cp36-abi3-macosx_10_7_x86_64.whl (236.1 kB view hashes)

Uploaded CPython 3.6+ macOS 10.7+ x86-64

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