Getting Integer value from an HashKey

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Prasad13
    New Member
    • Feb 2012
    • 2

    Getting Integer value from an HashKey

    I am having a plaintext which i am treating as a key,and by using MD5 i am getting hashcode for that,but i need to get integer equivalent to the given hashcode which i require for my project.

    can any body can solve this problem.
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    You mean the 128 bit integer equivalent that can be anywhere from 0 to 340,282,366,920 ,938,463,463,37 4,607,431,768,2 11,455? That's going to overflow most computer registers unless you've created some sort of large number class. Although I don't see why you would want to do this.

    Comment

    Working...