R
R
ruplace2015-07-08 21:41:00
Database
ruplace, 2015-07-08 21:41:00

Why aren't numeric hashes used?

Eliminating Security Issues

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey, 2015-07-08
@ruplace

Hashes are used to get some unique identifier for some data (string, file, object, etc.). Moreover, the shorter the hash, the more convenient it is to work with it. Obviously, a hash consisting of only numbers must be very long in order to exclude the possibility of two hashes matching for different data sets.
PS. But in general - symbols, numbers - this is just a convention, designations that are convenient for a person. The computer still represents everything in binary. So, if you really want to, you can output the same md5 only in numbers, only at the same time it will look longer (more characters), although the length will not change in binary notation.

R
Roman Kitaev, 2015-07-08
@deliro

How is it not being used? o_o

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question