import hashlib password = "Password123"nt_hash = hashlib.new('md4', password.encode('utf-16le')).hexdigest()print(nt_hash.upper())
Standard input is empty
58A478135A93AC3BF058A5EA0E8FDB71
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!