|
In secure SSL-process (Secure Socket Layer) your data is protected by means of encryption from unauthorized access. The technology used slows down the process a little. SSL is supported by all the latest browsers. SSL (Secure Socket Layer) is a protocol, which using cryptographic algorithms and protocol encoding and authenticity allows client-server-communication.
The security of the SSL-protocol is guaranteed by: • The content is sent encoded. • The server identity is known. • Powerful algorithms test the data to see if it has arrived safely and unchanged. If data is being transferred via the SSL-protocol, you can recognise this because the ''http'' at the beginning of the URL has an “s” suffix: https://ssl-account.com/zh-s.de/login.php
|