add hash test

This commit is contained in:
LingZhaoHui 2022-03-12 20:01:12 +08:00
parent ee091989a8
commit 8afc69fec5
2 changed files with 9 additions and 0 deletions

8
hash/nthash_test.py Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env python3
from passlib.hash import nthash
h = nthash.hash('admin');
print(h)

1
requirement.txt Normal file
View File

@ -0,0 +1 @@
passlib