JBoss Community

Re: HMAC_SHA1 encryption using TOTP (javax.crypto.MAC) performance problems in SPARC

created by Daniel Jimenez Becerra in Performance Tuning - View the full discussion

I found the problem.

 

In the SPARC the java.security (jre/lib/security) the priority encryption provider has performance problems. I put that with the less priority of the list. Run it again and it works just like in the x86.

 

 

Actually they have a configuration file related to the security Provider listing some algotithms, excluding them for performance problems. They need to add the HMAC_SHA1

 

Thanks!

Reply to this message by going to Community

Start a new discussion in Performance Tuning at Community