[DOCS] Hashing speeds

Поиск
Список
Период
Сортировка
От james.mclean@gmail.com
Тема [DOCS] Hashing speeds
Дата
Msg-id 20161214003336.14892.67118@wrigleys.postgresql.org
обсуждение исходный текст
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/pgcrypto.html
Description:

The recent updates to the relative hashing speed table is welcomed; however
it should be outlined that dedicated hashing rigs (such as GPU-based hashing
solutions) are MUCH faster than the speeds provided in the table performed
on commodity hardware with a CPU only. A high end GPU rig can hash MD5 for
example at 500 GH/sec (500 billion hashes per second), completing the entire
A-Za-z0-9 keyspace in 4 seconds.

While these rigs are obviously not commonplace, they can be assembled by any
attacker who is sufficiently motivated (and financed) to break a hash.
Rainbow tables also apply to any unsalted hash, negating the need for a GPU
hashing rig.

Example benchmark of a high end GPU hashing system:
https://gist.github.com/epixoip/a83d38f412b4737e99bbef804a270c40

В списке pgsql-docs по дате отправления:

Предыдущее
От: Abdüsselam GÜNDOĞDU
Дата:
Сообщение: [DOCS] How To Install PostgreSQL 9.6 on Debian 8
Следующее
От: James McLean
Дата:
Сообщение: [DOCS] Correction: Hashing speeds