Skip to content

Instantly share code, notes, and snippets.

@oskar456
Created October 7, 2016 09:48
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oskar456/f641b946bc87b28b4cb097854fe45e88 to your computer and use it in GitHub Desktop.
Save oskar456/f641b946bc87b28b4cb097854fe45e88 to your computer and use it in GitHub Desktop.
MSCHAPv2 hash generator one-liner
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