aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Filter-Crypto/pkg-descr
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-11-05 12:10:52 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-11-05 12:10:52 +0000
commit91d8f822072a182be270dece1d9c8e938b16c6fc (patch)
tree533fda05b64e2dcfedcb09f8ecdb91642319f093 /security/p5-Filter-Crypto/pkg-descr
parent9eb35d4b34a65cdaa402b8f376c81873cc714746 (diff)
downloadports-91d8f822072a182be270dece1d9c8e938b16c6fc.tar.gz
ports-91d8f822072a182be270dece1d9c8e938b16c6fc.zip
Add p5-Filter-Crypto 1.00,
create runnable Perl files encrypted with OpenSSL libcrypto.
Notes
Notes: svn path=/head/; revision=120849
Diffstat (limited to 'security/p5-Filter-Crypto/pkg-descr')
-rw-r--r--security/p5-Filter-Crypto/pkg-descr19
1 files changed, 19 insertions, 0 deletions
diff --git a/security/p5-Filter-Crypto/pkg-descr b/security/p5-Filter-Crypto/pkg-descr
new file mode 100644
index 000000000000..e83dc4c2c0c5
--- /dev/null
+++ b/security/p5-Filter-Crypto/pkg-descr
@@ -0,0 +1,19 @@
+The Filter-Crypto distribution provides the means to convert your Perl
+files into an encrypted, yet still runnable, format to hide the source
+code from casual prying eyes.
+
+This is achieved using a Perl source code filter. The encrypted files,
+produced using the Filter::Crypto::CryptFile module automatically have
+one (unencrypted) line added to the start of them which loads the
+Filter::Crypto::Decrypt module. The latter is a Perl source code filter
+which decrypts the remaining (encrypted) part of the Perl file
+on-the-fly when it is run. See perlfilter if you want to know more
+about how Perl source code filters work.
+
+Encrypted files can also be produced more conveniently using the
+crypt_file script, or (if you also have the PAR module available) using
+the PAR::Filter::Crypto module. The latter can be utilised by the
+standard PAR tools to produce PAR archives in which your Perl files are
+encrypted.
+
+WWW: http://search.cpan.org/dist/Filter-Crypto/