aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Filter-CBC/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-13 10:17:13 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-13 10:17:13 +0000
commit9f37bc918845a5fe55687713c25b24ea1eaef366 (patch)
tree598d2b11cecaaf525fcf72ffa5e550d2e18c90db /security/p5-Filter-CBC/pkg-descr
parent3662cec740c2302685cdffefbbda07c86560e689 (diff)
downloadports-9f37bc918845a5fe55687713c25b24ea1eaef366.tar.gz
ports-9f37bc918845a5fe55687713c25b24ea1eaef366.zip
add p5-Filter-CBC
Source filter for Cipher Block Chaining PR: 32770 Submitted by: Sergey Skvortsov <skv@protey.ru>
Notes
Notes: svn path=/head/; revision=51468
Diffstat (limited to 'security/p5-Filter-CBC/pkg-descr')
-rw-r--r--security/p5-Filter-CBC/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/security/p5-Filter-CBC/pkg-descr b/security/p5-Filter-CBC/pkg-descr
new file mode 100644
index 000000000000..3131440e6eec
--- /dev/null
+++ b/security/p5-Filter-CBC/pkg-descr
@@ -0,0 +1,9 @@
+Filter::CBC is a Source filter that uses Cipher Block Chaining (CBC) to
+encrypt your code. The tricky part is that most CBC Algorithms have binary
+output. The textmode bypasses this obstacle, by converting the data to less
+scary data.
+
+WWW: http://search.cpan.org/search?dist=Filter-CBC
+
+-- Sergey Skvortsov
+skv@protey.ru