Hi i'm trying to write a decryption code to process encrypted files. I have the error below whenever I try to initialise an cypher object of type Crypt::CBC and supplying 'Blowfish' as decryption algorithm, I get the following
C:\>decrypt.pl
Couldn't load Crypt::Blowfish: Can't locate loadable object for module Crypt::Bl
owfish in @INC (@INC contains: C:\oracle\ora10g\perl\5.8.3\lib\MSWin32-x86 C:\or
acle\ora10g\perl\5.8.3\lib C:\oracle\ora10g\perl\5.8.3\lib\MSWin32-x86 C:\oracle
\ora10g\perl\site\5.8.3 C:\oracle\ora10g\perl\site\5.8.3\lib/MSWin32-x86-multi-t
hread C:\oracle\ora10g\perl\site\5.8.3\lib C:\oracle\ora10g\sysman\admin\scripts
C:/Perl/site/lib C:/Perl/lib .) at (eval 1) line 1
Compilation failed in require at (eval 1) line 1.
at C:\decrypt.pl line 9
It looks like i'm missing some perl module here but I don't wish to have to download and compile it with CPAN and make since I get a weird message stating that my make version might not be up to date or something. But my point is that I cannot spend so much time developing this module...I need a quicky fix/workaround
regards,
Didier