A simple module for self-encryption and Argon2 password hashing
Project description
Pangon
A simple Python package for secure password encryption and verification using AES-SIV and Argon2.
Features
- Self-encryption using AES-SIV
- Argon2 password hashing with peppering
Installation
pip install pangon
Usage
from pangon import hash_password, verify_password
hashed = hash_password("my_password123")
is_valid = verify_password("my_password123", hashed)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pangon-1.0.0.tar.gz
(2.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pangon-1.0.0.tar.gz.
File metadata
- Download URL: pangon-1.0.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c15d0d3e49636c6b19546bcf89258c618604b7cfc2eb1fa52713b62f6e4b145
|
|
| MD5 |
d9675c1010d2dbe5a6952ed77fac30c4
|
|
| BLAKE2b-256 |
6d4a1a320035bed8918c6954f619d20e6fc5b773df3a24365c900448ae953649
|
File details
Details for the file pangon-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pangon-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49a5526ab9126ef4b871a1e8cdd5ec301f97767883e7157a6d3b266d4521b084
|
|
| MD5 |
39e5499f241826d9f9442130d0964763
|
|
| BLAKE2b-256 |
a1080a9f4c17a62dabfde89f122b4db818d586c3499b4ca23b42605dd21b048d
|