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