Custom hash implementation - looking for developer (paid)
#1
Hi,

Iam not sure if this is the right place but iam looking for a developer who can implement a custom algorithm what's based on two already existing algorithms in hascat. Sent me a DM when interested.

var outcome1Hex = PBKDF2(passphrase, salt, SHA256);
var outcome2Hex = PBKDF2(outcome1Hex, salt, SHA256);

sample:
passphrase = hashcat
salt = test
iterations = 1024
outcome1Hex  = 9976c830a3341e6e8adad9f44100ad80a018039937af6df5eeae76a2c725b626
outcome2Hex = a1752736932e8806104a7d93b52540c09696d89f9955518aa64ccb4e66d0504c   (<-- this is the one iam interested in)

Thanks!
Reply


Messages In This Thread
Custom hash implementation - looking for developer (paid) - by Jack19001 - 04-24-2021, 07:03 PM