SSL (Secure Socket Layer)

Protocol that builds on TCP/IP, and by encryption makes secure communication possible for protocols like HTTP, FTP etc. SSL-secured WWW sites are addressed with https:// instead of with http://. It’s important what key lengths are used. Older systems frequently work with a 40-bit DES variant, which nowadays can no longer be regarded as secure.

Follow us