Emulating php hash_hmac ripemd160 in java?

ii silver ii

ǝɹıɟpǝʞɔı&
Dec 18, 2008
767
23
0
I'm trying... to hash strings in java that would be give the same output as the following in php:

Code:
hash_hmac('ripemd160', 'string', 'key');

So far I've been trying using BouncyCastle RIPEMD160 shit and a ton of whisky, but no luck (https://www.bouncycastle.org/docs/pkixdocs1.4/org/bouncycastle/cms/CMSAlgorithm.html#RIPEMD160)

If you have Java knowledge can you please explain how I should/could be doing it? Fuck, I'll even pay you to get this shit working...