update
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
import argparse
|
||||
import crypt
|
||||
|
||||
passwd='yahooo'
|
||||
|
||||
print(crypt.crypt(passwd, crypt.mksalt(crypt.METHOD_SHA512)))
|
||||
|
||||
Reference in New Issue
Block a user