           SPELL=crypt-otp
         VERSION=2.00
          SOURCE=Crypt-OTP-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Crypt-OTP-$VERSION
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/S/SI/SIFUKURT/$SOURCE
     SOURCE_HASH=sha512:2137a6bfc5bd3682ef255890b9db283c0f7689214ae1a16f98c65d938b1df16ea55209d2acb73392eafc7c845574b31bdee27cbd040a0b0888b0e5ed6711d446
	 LICENSE=ART
        WEB_SITE="http://search.cpan.org/search?module=Crypt::OTP"
         ENTERED=20020320
        KEYWORDS="perl"
           SHORT="Implements One Time Pad encryption"
cat << EOF
The One Time Pad encryption method is very simple, and
impossible to crack without the actual pad file against
which the to-be-encrypted message is XOR'ed.  Encryption
and decryption are performed using excactly the same
method, and the message will decrypt correctly only if the
same pad is used in decryption as was use in encryption.
EOF
