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 8137009
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T10:56:58+00:00 2026-06-06T10:56:58+00:00

I am able to generate SHA-1 hash for a whole file. I did this

  • 0

I am able to generate SHA-1 hash for a whole file. I did this using Open SSL through the following C++ code.

file_buffer = mmap(0, file_size, PROT_READ, MAP_SHARED, file_name, 0); 
SHA1((unsigned char*) file_buffer, file_size, hash_value);

But I want to create separate hash values for smaller chunks of the file.

Consider,

File Size  = 10KB and 
Chunk Size = 2KB

In this case, I want to generate 5 hash values for each chunk of the file. How can I do this?

  • 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-06T10:56:59+00:00Added an answer on June 6, 2026 at 10:56 am
    file_buffer = mmap(0, file_size, PROT_READ, MAP_SHARED, file_name, 0); 
    
    SHA1((unsigned char*) file_buffer, 2048, hash_value_1);
    SHA1((unsigned char*) (file_buffer+2048), 2048, hash_value_2);
    //...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Lambda expression for Contains operator I am able to generate using this code. Expression
I am able to generate the activation_key in the following code. But I can't
I am able to generate a link using my file upload system, now after
Is there a way where I'm able to generate the code in a file
I'm not being able to generate PDF file (using PRAWN) after the notification from
I wish to be able to generate URL variables like this: http://example.com/195yq http://example.com/195yp http://example.com/195yg
Is there any API or command-line able to generate a VSTemplate file from a
I am able to generate a report in pdf form using JasperReports and Java.
Hi I am able to generate pdf containing table with data using iText. How
I'm able to generate patch files from one version to another using NSIS' Vpatch.

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.