A password hashing framework with bcrypt and pbkdf2
cryptacular is a collection of strong password hashing functions that share a common interface, and a nice way to use bcrypt as a password hash. It's designed to make it easy for you to migrate away from your half-assed custom password scheme. Compared with popular choices like plain text or single rounds of md5 or sha, strong password hashes greatly increase the computational cost of obtaining users' passwords from a leaked password database.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python:misc/python-cryptacular && cd $_
- Create Badge
Refresh
Refresh
Comments 0