Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MD5 Hash
Message
From
04/07/2003 09:39:32
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
04/07/2003 09:32:45
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00806917
Message ID:
00806941
Views:
19
>ok, I get a string of 16 characters of lenght how can get the 16 pairs of hexadecimal numbers? example "16ABCEE8FDD2A79AEBFB5B59419DDB83"

Those are the hexadecimal numbers. Hexadecimal numbers have 16 different digits instead of 10. This requires six additional "digits" - so the digits used are 0...9 and A...F ("A" = 10, "B" = 11, ... "F" = 15).

Each hex digit represents 4 bits. A pair of hex digits represents a byte.

HTH,

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform