Created
May 26, 2016 00:54
-
-
Save MtucX/ee68ac5b96c6508e500a267cc0d3f74c to your computer and use it in GitHub Desktop.
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
| #include <Crypt.au3> | |
| $dzx = '0x309cd3800aacbd003ac36199fa537295' | |
| $pass = InputBox("MtucX", "EAsy one", "", "*") | |
| $password = _Crypt_HashData($pass, $CALG_MD5) | |
| If $password = $dzx Then | |
| MsgBox(16, "Done ", "You can send me the pass") | |
| Else | |
| MsgBox(16, "lammer", "You entered wrong password") | |
| EndIf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment