From the course: Secure Data Management for AI Implementation

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Transfer Issues from applications to the cloud

Transfer Issues from applications to the cloud - MySQL Tutorial

From the course: Secure Data Management for AI Implementation

Transfer Issues from applications to the cloud

- [Lecturer] Securely transferring data comes with its own challenges. In transit, unauthorized access to the data can happen. It's referred to as man-in-the-middle attacks. This is when data can be stolen, resulting in data loss, or the data is altered with malware attached. And once data is shared outside of your organization, you lose control over how the data is used or shared by other parties. It's important to consider the details of how and where your organization's data is sent. Traditionally, data transfer techniques primarily involve invoking specific encryption protocols. These include SFTP, or Secure File Transfer Protocol, HTTPS or Hypertext Transfer Protocol Secure, and FTPS, or File Transfer Protocol over Secure Socket Layers. SFTP remains one of the safest ways to transfer data online due to its strong encryption and authentication mechanisms. HTTPS encrypts any inbound web traffic and works to ensure data…

Contents