Quantcast
Channel: hashcat Forum - All Forums
Viewing all articles
Browse latest Browse all 7831

triple sha1 with salt

$
0
0
PHP Code:
<?
$pass 
= 'password'; // password
$salt = 'regular1' // regular salt
$salt2 = 'regular2';  // regular salt
$salt3 = '999a'// dynamic salt
$hashsaltz = sha1(sha1(sha1($salt.$pass).$salt2 .$salt3) .$salt3);
?>

Salt and salt2 is regular

Example hash
Code:
757c9931a72e5c1bfbb9915bfa866f08ff9e5ff0:999a
Can I decrypt it using hashcat? Could you add modut for this type of hash if it is necessary I am prepared to pay. Salt and Salt 2 is desirable to sew directly into module as they are permanent.

tnx.

Viewing all articles
Browse latest Browse all 7831

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>