Module::Crypt

Module::Crypt is a Perl module to encrypt your Perl code and compile it into XS.
Download

Module::Crypt Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Alessandro Ranellucci
  • Publisher web site:
  • http://search.cpan.org/~aar/Crypt-GCrypt-1.20/GCrypt.pm

Module::Crypt Tags


Module::Crypt Description

Module::Crypt is a Perl module to encrypt your Perl code and compile it into XS. Module::Crypt is a Perl module to encrypt your Perl code and compile it into XS.SYNOPSIS use Module::Crypt; #for a single file: CryptModule( file => 'Bar.pm', install_base => '/path/to/my/lib' ); # for multiple files: CryptModule( files => , install_base => '/path/to/my/lib' ); # for a directory: CryptModule( files => '/path/to/source/dir', install_base => '/path/to/my/lib' );ABSTRACTModule::Crypt encrypts your pure-Perl modules and then compiles them into a XS module. It lets you distribute binary versions without disclosing code, although please note that we should better call this an obfuscation, as Perl is still internally working with your original code. While this isn't 100% safe, it makes code retrival much harder than any other known Perl obfuscation method. Requirements: · Perl


Module::Crypt Related Software