> java.security.NoSuchAlgorithmException: Algorithm Blowfish not available
> at javax.crypto.JceSecurity.getImpl(Compiled Code)
> at
> javax.crypto.SecretKeyFactory.getInstance(SecretKeyFactory.java:105)
> at BlowfishEncryptor.main(Compiled Code)
Looks like the "SunJCE" provider (which supplies the
"Blowfish" implementation) is not registered properly.
Please check
http://developer.javasoft.com/developer/earlyAccess/jdk12/jce12_install.html
for instructions on how to register the provider.
Thanks,
Jan