Hi there!, I�m new to encryption and need to encrypt some info using Blowfish. My main goal is to encrypt a String with a key (i.e: using key generated with SecretKeySpec(key.getBytes("UTF-8"),"Blowfish")).
The problem I�m finding is that i�m getting the following error when trying to encrypt: