I need to calculate SHA-2 or SHA-3 of a file. I didn't file any code example showing how to get SHA-2 or SHA-3 of something. It seems even Apach doesn't it.
Is there anyone available?
I need to calculate SHA-2 or SHA-3 of a file. I didn't file any code example showing how to get SHA-2 or SHA-3 of something. It seems even Apach doesn't it.
Is there anyone available?
Yes, apache commons does support SHA 256, SHA 384, and SHA 512. See apache commons DigestUtils.