#!/usr/bin/env python3 from passlib.hash import nthash h = nthash.hash('admin'); print(h)