perl crypt
Prev
Chapter 8. DES crypt() 专题
Next
Home
|
Mirror 1
perl crypt
perl -e 'print("userPassword: ".crypt("secret","salt")."\n");'