• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Seems like NickFitz was right - Telegraph hacked

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    #11
    Originally posted by DaveB View Post
    An apparently random sequence of alphanumeric characters of variable length but with fixed bounds.
    Actually, that depends...

    If you use SHA or MD5, then DaveB is correct. However, I have implemented an encryption algorithm that produces a 32-bit unsigned integral number. This is particularly useful for either a) doing faster numeric, rather than textual comparisons, and b) using the "hashed" value of a alpha-numeric (text) as a key value in a binary search tree.

    Comment

    Working...
    X