Created
October 7, 2016 09:48
-
-
Save oskar456/f641b946bc87b28b4cb097854fe45e88 to your computer and use it in GitHub Desktop.
MSCHAPv2 hash generator one-liner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python -c 'import getpass,hashlib; print(hashlib.new("md4",getpass.getpass().encode("utf-16le")).hexdigest())' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment