Skip to content

Instantly share code, notes, and snippets.

@Disassembler0
Created June 27, 2017 12:24
Show Gist options
  • Save Disassembler0/0d30fc47767742ab6f01b3f0bb17a93f to your computer and use it in GitHub Desktop.
Save Disassembler0/0d30fc47767742ab6f01b3f0bb17a93f to your computer and use it in GitHub Desktop.
from passlib.hash import django_pbkdf2_sha256 as h
print(h.hash('password'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment