To ensure the integrity of uploaded files, it is essential to verify their ______ after they are uploaded.
- File Hashes
- Metadata
- File Size
- File Type
To ensure the integrity of uploaded files, it is essential to verify their "File Hashes" after they are uploaded. File hashes are cryptographic checksums that can be compared before and after transmission to detect any changes or corruption in the file. Metadata, file size, and file type can provide additional information about the file but do not guarantee its integrity.
Loading...
Related Quiz
- What is the primary purpose of indexing in databases?
- You are developing an NPM package and are about to publish a version with experimental features. What is the semantic versioning compliant way to version this release?
- To avoid callback hell while working with the fs module, you can use the ______ API, which returns promises.
- How can the process object be used to handle application termination in Node.js?
- In the context of security, what does the principle of "least privilege" mean?