add hash test #1
8
hash/nthash_test.py
Executable file
8
hash/nthash_test.py
Executable 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
1
requirement.txt
Normal file
@ -0,0 +1 @@
|
||||
passlib
|
Loading…
Reference in New Issue
Block a user