in reply to Re: Encryption using perl core functions only
in thread Encryption using perl core functions only

I don't have strict.pm or warnings.pm on the embedded platform, but I could remove those pragmas from the module and inline it with my program. There are no dependencies for Crypt::Blowfish_PP too which is nice. Thanks for the pointer, most of the encryption modules I have looked at on CPAN have an XS component and I didn't want to attempt those on the embedded platform.
  • Comment on Re^2: Encryption using perl core functions only