27/12/2021 21:18
Basta utilizar a função:
https://open.mp/docs/scripting/functions...6_PassHash
Example:
Código:
SHA256_PassHash(password[], salt[], ret_hash[], ret_hash_len);
https://open.mp/docs/scripting/functions...6_PassHash
Example:
Código:
new MyHash[64 + 1];
SHA256_PassHash("Codigo 1", "78sdjs86d2h", MyHash, sizeof MyHash);
printf("Returned hash: %s", MyHash); //Retorna o Hash
github.com/iacta
kill your memories, before they kill you