I'm trying... to hash strings in java that would be give the same output as the following in php:
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...
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...