libcurl-security.3: fix typo

Fixed minimal typo.

Closes #12437
This commit is contained in:
Lau 2023-12-01 15:44:03 +01:00 committed by Daniel Stenberg
parent 781cd3e864
commit f5ba531ed2
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -68,7 +68,7 @@ plain text anywhere.
Many of the protocols libcurl supports send name and password unencrypted as Many of the protocols libcurl supports send name and password unencrypted as
clear text (HTTP Basic authentication, FTP, TELNET etc). It is easy for anyone clear text (HTTP Basic authentication, FTP, TELNET etc). It is easy for anyone
on your network or a network nearby yours to just fire up a network analyzer on your network or a network nearby yours to just fire up a network analyzer
tool and eavesdrop on your passwords. do not let the fact that HTTP Basic uses tool and eavesdrop on your passwords. Do not let the fact that HTTP Basic uses
base64 encoded passwords fool you. They may not look readable at a first base64 encoded passwords fool you. They may not look readable at a first
glance, but they are easily "deciphered" by anyone within seconds. glance, but they are easily "deciphered" by anyone within seconds.