This document summarizes a research paper that proposes FileShader, a system using hash values to ensure file integrity during transfers between clients and servers. FileShader works by having the file provider calculate and send the hash value of a file to a trusted hash server. When clients download a file, FileShader calculates the hash and compares it to the value stored on the hash server to detect any changes. The researchers implemented a prototype of FileShader and found it could accurately detect file changes with little performance overhead. They conclude FileShader is a practical solution that can increase security for internet users by verifying file integrity during transfers.