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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T07:30:50+00:00 2026-05-16T07:30:50+00:00

I want to learn how to do a hash by hand (like with paper

  • 0

I want to learn how to do a hash by hand (like with paper and pencil). Is this feasible? Any pointers on where to learn about this would be appreciated.

  • 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-05-16T07:30:51+00:00Added an answer on May 16, 2026 at 7:30 am

    That depends on the hash you want to do. You can do a really simple hash by hand pretty easily — for example, one trivial one is to take the ASCII values of the string, and add them together, typically doing something like a left-rotate between characters. So, to hash the string “Hash”, we’d start with the ASCII values of the letters (in hex): 48 61 73 68. We’ll add those together, rotating our result left 4 bits (in a 16-bit word) between letters:

    0048 + 0061 = 00A9
    00A9 <<< 4 = 0A90
    0A90 + 0073 = 0B03
    B03 <<< 4 = B030
    B030 + 68 = B098

    Result: B098

    Doing a cryptographic hash by hand would be a rather different story. It’s certainly still possible, but would be extremely tedious, to put it mildly. A cryptographic hash is typically quite a bit more complex, and (more importantly) almost always has a lot of “rounds”, meaning that you basically repeat a set of steps a number of times to get from the input to the output. Speaking from experience, just stepping through SHA-1 in a debugger to be sure you’ve implemented it correctly is a pain — doing it all by hand would be pretty awful (but as I said, certainly possible anyway).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i want to learn about the page flip effect like this one http://www.20thingsilearned.com/en-US Is
want to learn details about how to do a better database design any suggested
I want to learn about mapping functions in c/c++ in general so this is
I want to learn lLinux Kernel programming. What would be the starting points for
I want to learn .NET and I have 2 weeks time of this. I
I want to learn windows API and PInvoke methods just like MesseageBeep in User32.dll.
I want to install yesod to learn a bit about web and playing a
I want to learn Android development and create mobile apps. What would be the
I want to learn the basic concepts like collision detection, rendering and others in
i want to learn about views, CCK in drupal. Whetheer its best to read

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.