aboutsummaryrefslogtreecommitdiff
path: root/files/ru/glossary/hash
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/glossary/hash')
-rw-r--r--files/ru/glossary/hash/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/glossary/hash/index.html b/files/ru/glossary/hash/index.html
index 3befac8338..23bee1e67c 100644
--- a/files/ru/glossary/hash/index.html
+++ b/files/ru/glossary/hash/index.html
@@ -2,7 +2,7 @@
title: Хеш
slug: Glossary/hash
translation_of: Glossary/hash
-original_slug: Словарь/хеш
+original_slug: Глоссарий/хеш
---
<p>Хеш-функция получает на вход текстовое сообщение произвольной длины и выдаёт хеш фиксированной длины. Как правило, в форме 128-битного "отпечатка пальцев" или "дайджеста сообщения". Хеши очень полезны для {{glossary("криптографии")}} — они обеспечивают целостность передаваемых данных. Это служит основой для {{glossary("HMAC's")}}, которые обеспечивают идентификацию сообщений.</p>