InterviewSolution
| 1. |
Where, When, And What Type Of Encryption Is Used? |
|
Answer» VPNs should be used for REMOTE ACCESS and other SENSITIVE communication. IPSEC is a GREAT choice for this purpose. Strong encryption protocols such as 3DES and AES should be used whenever possible. Web access to sensitive or proprietary information should be protected with 128-bit SSL. Remote system administration should use SSH. SOMETIMES file system encryption is also used to protect stored data. VPNs should be used for remote access and other sensitive communication. IPSEC is a great choice for this purpose. Strong encryption protocols such as 3DES and AES should be used whenever possible. Web access to sensitive or proprietary information should be protected with 128-bit SSL. Remote system administration should use SSH. Sometimes file system encryption is also used to protect stored data. |
|