This Python script computes the MD4 hash of a provided GMSA_Base64_Encoded Password.
- Clone the repository or download the
GMSA_to_md4.pyfile. - Make sure you have Python 3 installed on your system.
- Run the script by executing
python3 hash_password.pyin your terminal. - Follow the prompts to enter the GMSA_Base64_Encoded Password when prompted.
- The script will output the MD4 hash of the provided password.
This project is licensed under the terms of the MIT license. See the LICENSE file for details.