Author: Boozy
Language: C/C++
Upload: 10:35 AM 06/26/2025
Platform Multiplatform
Difficulty: 2.0
Quality: 4.0
Arch: x86-64
Description
This a way how GTA5 generates hash values for vehicles :)
You must be logged in to post a comment
lexx on 5:14 PM 06/26/2025: Enter username: ghhghhggh Enter password: BE34A10D
starboi on 4:36 PM 06/28/2025: What the zip password we have to find that zip password or what?
Boozy on 5:12 AM 06/29/2025: @starboi zip password is crackmes.one,its same for all the crackmes in the crackmes.one site
corex on 11:46 AM 07/04/2025: i wasn't that hard. Nice!, im a beginner. and bypassed it.
hmx78912 on 9:40 AM 07/06/2025: #hmx78912 present(s) keygen for "booz-hash" def boozhash(username): v4 = 0 for char in username: v2 = ord(char.lower()) temp = (1025 * (v2 + v4)) & 0xFFFFFFFF v4 = (temp 6) ^ temp v4 &= 0xFFFFFFFF temp = (9 * v4) & 0xFFFFFFFF v4 = (temp 11) ^ temp return (32769 * v4) & 0xFFFFFFFF def generate_key(username): hash_result = boozhash(username.lower()) return f"{hash_result:08X}" # Uppercase 8-char hex username = input("Enter username: ") print(f"Password: {generate_key(username)}") -------------------------------------------------------------- -------------------------------------------------------------- |Greetings to MBR|
You must be logged in to submit a writeup
Share how awesome the crack me was or where you struggle to finish it! Stay polite and do not spoil the solution/flag!
How would you rate the difficulty of this crackme ?
How would you rate the quality of this crackme ?