
External Links
A site for solving at least some of your technical problems...
A site for solving at least some of your technical problems...
Find the page/content you are looking for with our index.
The new system for Macintosh computers. This is based on FreeBSD, a Unix platform.
Secure Socket Layer, this is a protocol used to transmit secure data between two computers. Both computers will first agree on an encryption secret code, then all the data sent back and forth will be encoded using that code. In order to make it secure, you generate two set of numbers (called keys) one that is public and one that is private. The public key sole purpose is to encrypt the data. The private key sole purpose is to decrypt the data.