Compute HMAC-SHA512 with secret key in java
问题 i want to build excatly a function which produces a HMAC with a secret key like this site provides: http://www.freeformatter.com/hmac-generator.html The java 8 lib only provides MessageDigest and KeyGenerator which both only supports up to SH256. Also google doesnt give me any result to an implementation to generate a HMAC. Does someone know a implementation? I have this code to generate an ordinary SH256 but i guess this doesnt help me much: public static String get_SHA_512_SecurePassword