summaryrefslogtreecommitdiffstats
path: root/crypto/rccrypt/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rccrypt/DETAILS')
-rwxr-xr-xcrypto/rccrypt/DETAILS10
1 files changed, 6 insertions, 4 deletions
diff --git a/crypto/rccrypt/DETAILS b/crypto/rccrypt/DETAILS
index 56d640e48a..a01f091d57 100755
--- a/crypto/rccrypt/DETAILS
+++ b/crypto/rccrypt/DETAILS
@@ -10,8 +10,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_$VERSION
KEYWORDS="crypto"
SHORT="rccrypt can be used to encrypt or decrypt data using the RC5"
cat << EOF
-RC-Crypt can be used to encrypt or decrypt data using the RC5 algorithm.
-It operates on 128-bit data blocks, adding random characters for padding if necessary.
-The key size can be chosen by the user, but 64 bits or greater is recommended.
-It has many input/output options, making it suitable for embedding into scripts.
+RC-Crypt can be used to encrypt or decrypt data using the RC5 algorithm.
+It operates on 128-bit data blocks, adding random characters for padding
+if necessary.
+The key size can be chosen by the user, but 64 bits or greater is recommended.
+It has many input/output options, making it suitable for embedding into
+scripts.
EOF