add hash test #1

Merged
zeekling merged 1 commits from hash into master 2022-03-12 12:01:42 +00:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit 8afc69fec5 - Show all commits

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