diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:20:22 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:08 -0400 |
commit | b4a6c6768aed2e859f645c37ee1ff696aa6eec3a (patch) | |
tree | 700e3c537a7bb53e8fbfa9e997b268882f28d6ad /system/mcrypt | |
parent | 96e27db931faf41a5f34606daae61d6fd3b9d56c (diff) |
system/mcrypt: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/mcrypt')
-rw-r--r-- | system/mcrypt/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/system/mcrypt/README b/system/mcrypt/README index 7040c7084187..785491c0be30 100644 --- a/system/mcrypt/README +++ b/system/mcrypt/README @@ -1,5 +1,7 @@ -mcrypt is a replacement for the old crypt package and crypt command with -extensions. It allows developers to use a wide range of encryption functions -including encrypting files or data streams without having to be cryptographers. +mcrypt is a replacement for the old crypt package and crypt +command with extensions. It allows developers to use a wide range +of encryption functions including encrypting files or data streams +without having to be cryptographers. -mcrypt is recommended if you are using phpmyadmin for database administration. +mcrypt is recommended if you are using phpmyadmin for database +administration. |