Python bindings to the LibreAuth library.
Project description
# Python LibreAuth
Python bindings to the LibreAuth library. LibreAuth is a collection of tools for user authentication written in Rust.
## Features
- warning:
This is a work in progress. Some features may not be available.
Password / passphrase authentication - [ ] no character-set limitation - [ ] reasonable lenth limit ([security vs. DOS](http://arstechnica.com/security/2013/09/long-passwords-are-good-but-too-much-length-can-be-bad-for-security/)) - [ ] strong, evolutive and retro-compatible password hashing functions - [ ] optional NIST Special Publication 800-63B compatibility
HOTP - HMAC-based One-time Password Algorithm ([OATH](http://www.openauthentication.org/) - [RFC 4226](https://tools.ietf.org/html/rfc4226)) - [ ] the key can be passed as bytes, an ASCII string, an hexadicimal string or a base32 string - [ ] customizable counter - [ ] customizable hash function (sha1, sha256, sha512) - [ ] customizable output length - [ ] customizable output alphabet
TOTP - Time-based One-time Password Algorithm ([OATH](http://www.openauthentication.org/) - [RFC 6238](https://tools.ietf.org/html/rfc6238)) - [ ] the key can be passed as bytes, an ASCII string, an hexadicimal string or a base32 string - [ ] customizable timestamp - [ ] customizable period - [ ] customizable initial time (T0) - [ ] customizable hash function (sha1, sha256, sha512) - [ ] customizable output length - [ ] customizable output alphabet - [ ] customizable positive and negative period tolerance
~~U2F - Universal 2nd Factor~~ ([FIDO Alliance](https://fidoalliance.org/specifications/download/)) :warning: Not started - [ ] virtual device API - [ ] client API - [ ] server API
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 Distributions
Built Distribution
File details
Details for the file libreauth-0.1.0.dev2-py3-none-any.whl
.
File metadata
- Download URL: libreauth-0.1.0.dev2-py3-none-any.whl
- Upload date:
- Size: 22.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f68c8e93f3190584cf310670033ba7eb8022fac04634f7d016a309b533b2980 |
|
MD5 | 003d19fa9acb7287108a2f8bce9f3417 |
|
BLAKE2b-256 | bf28a24d83533381e2107ee9563de095636b7b3a15c8aef3203d7895cd50cae0 |