in reply to Re: Compressing and Encrypting files on Windows
in thread Compressing and Encrypting files on Windows
Thanks for the input.
I am afraid you use of the phrase "Pure Perl" is confusing me. Normally I would take this to mean a module that is implemented purely in Perl (without any calls to C etc), but that is not the way you are using it (since at least the CPAN implementations of Blowfish and Rijndael I am using have binary elements).
I guess when you say "Pure Perl" you are focusing on the fact that these can be obtained from CPAN (and / or ActiveState) rather than the other challange of implementing modules on OSs that provide an inadequate set of tools for developers (where if perl is available but there is no good freely available C compiler a Pure Perl module will always work).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Compressing and Encrypting files on Windows
by elwarren (Priest) on Nov 02, 2004 at 17:29 UTC | |
by hawtin (Prior) on Nov 03, 2004 at 09:07 UTC | |
by elwarren (Priest) on Nov 03, 2004 at 17:02 UTC |