diff --git a/hash/nthash_test.py b/hash/nthash_test.py new file mode 100755 index 0000000..ef6a469 --- /dev/null +++ b/hash/nthash_test.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python3 + +from passlib.hash import nthash + +h = nthash.hash('admin'); + +print(h) + diff --git a/requirement.txt b/requirement.txt new file mode 100644 index 0000000..419829d --- /dev/null +++ b/requirement.txt @@ -0,0 +1 @@ +passlib