What is SSL/TLS and how secure is it?
SSL/TLS is the same kind of encryption system used by 'https' web pages.
It is generally considered to be the most (if not only) secure method for sending
sensitive information across the internet, and is the basis of all ECommerce security systems used today.
When you use a SSL/TLS enabled FTP server with your SSL/TLS enabled FTP client,
the control and data connections are fully encrypted so no one can spy on the data or your commands or your password,
as is possible with all non encrypted FTP sessions.
It comprises a set of three protocols, TLSv1, SSLv2 and SSLv3.
The oldest is SSLv2 and hardly used nowdays, TLSv1 is very similar to SSLv3 and only considered marginally better.
If these protocols are all enabled in server and client,
when a connection is opened in SSL mode, the underlying SSL chooses the best protocol.
The three protocols are referred to as "SSL/TLS" or simply "ssl", which stands for "Secure Socket Layer"
__________________
\|||/
(o o)
----ooO-(_)-Ooo----
Oh, people can come up with statistics to prove anything. 14% of people know that.
Last edited by BearCat : 11th Jan 07 at 12:10 AM.
|