in reply to Re^7: Crypt::CBC, Blowfish and Salt problem
in thread Crypt::CBC, Blowfish and Salt problem
Excellent that worked... I copied it to the local user account that I was using... made it Crypt2::CBC, then upgraded Crypt::CBC, and call decryption using Crypt2::CBC and it still works! If I use Crypt::CBC I get my problem to return... so now I just have to build a script to run through the database unecrypt each entry then re-encrypt it with Crypt::CBC so it will be current. I may as well change the key now too, since I have not changed it in years.
Thanks!!!
Richard