T
T
The-TS2020-09-01 16:22:33
Encryption
The-TS, 2020-09-01 16:22:33

Which hash cipher is the most... Complex?

Which hash cipher is the most... Complex?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
Ocelot, 2020-09-01
@Pyhon3x

If you need to raise the complexity of the hash calculation (for example, to slow down brute force), you usually take a good, strong hash function (see the list in paran0id 's answer ) and build a Key derivation function (KDF) based on it . The basic principle is multiple hashing with the addition of a salt. The number of iterations can control the complexity, and the salt is needed to make precalculations useless.
There are KDFs aimed at "devouring" not only processor time, but also large amounts of memory; e.g. Scrypt.

P
paran0id, 2020-09-01
@paran0id

https://en.m.wikipedia.org/wiki/Hash_function_secu...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question