
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.
A special folder automatically defined on the Microsoft Operating System. It includes the current user documents. In principal, it makes sense: each user will get a different folder, of course, Unix has a better solution that does not require any special handling to access the user data. When the user logs in, he is in his document folder!
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.