Exception in thread "main" java.security.NoSuchAlgorithmException: Cannot find any provider supporting HmacMD5 at javax.crypto.Cipher.getInstance(DashoA6275) at Sample.DataEncrypter.setUp(DataEncrypter.java:30) at Sample.DataEncrypter.main(DataEncrypter.java:5
help me please ..............
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
5
posted
0
Apparently you don't have such an implementation available in your classpath.
Try this tip from the Java Developer's Almanac to print out all message digest algorithms available in your classpath. If you need some specific algorithm that's missing, try and see if BouncyCastle has it.