Python passlib

From wikinotes

Documentation

official docs https://passlib.readthedocs.io/en/stable/

Usage

from passlib.hash import sha512_crypt
sha512_crypt.hash('password')