Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8347961
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T07:32:34+00:00 2026-06-09T07:32:34+00:00

Here’s my problem: I want to know if the client have downloaded blob succesfully,

  • 0

Here’s my problem: I want to know if the client have downloaded blob succesfully, so
is there any way to get the checksum of the blob? Or may be there are some better solutions to compare blob and downloaded file if they are the same?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T07:32:35+00:00Added an answer on June 9, 2026 at 7:32 am

    In almost all circumstances, the built-in checksums of TCP/IP will protect your data from network corruption during transit. Furthermore, audio files (and other media files like images) are fault-tolerant to a few flipped bits. (That’s not to say corruption wouldn’t be noticeable, but its effects would be minimal.)

    If you have reason to worry about intentional corruption from a malicious party (you probably don’t), it may be worth providing checksums. However, having the user check them will still require some manual input, even if you make it as simple as possible.

    This post provides an example of calculating an MD5 hash of a file using JS. MD5 has many known weaknesses, so if you’re trying to avoid malicious corruption, you might want to use something stronger (SHA1 at minimum). Here’s another example using SHA1.

    The biggest shortcoming of these solutions is that, due to browser security models, users will need to manually select the files so that your code can calculate the checksum.

    You’ll also need to verify that your JS (which the user is executing to calculate the checksum) hasn’t been modified, and that the checksum you’re comparing to on your site hasn’t been modified before it could be compared with the local checksum. Using SSL can help for these concerns. For savvy users, you could just publish the checksums on your site, and let them verify with their own tools.

    So, to summarize:

    • You probably don’t need to do perform checksum validation for MP3s.
    • There are JS-based solutions you can use, but they aren’t particularly user-friendly.
    • Most users who care about checksums will probably know how to calculate them, themselves, so publishing checksums is a nice compromise.
    • Lastly, use SSL on your site!
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here the problem. I have an ItemsControl , and I want to show a
Here is my problem : I have a post controller with the action create.
Here is the problem that I am trying to solve. I have two folders
Here is my code...I have two dimensional matrices A,B. I want to develop the
Here's a problem I ran into recently. I have attributes strings of the form
Here's the context: I have a file (or stream), and I want to process
Here's the thing: I want to add some images programmatically. The images should have
Here is a broken down version of my problem : I have a method.
Here is the Javascript I currently have <script type=text/javascript> $(function() { $('.slideshow').hover( function() {
Here's the basic setup: I have a thin bar at the top of a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.