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.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/files/ru/glossary/hash/index.html b/files/ru/glossary/hash/index.html
new file mode 100644
index 0000000000..9084e9ed64
--- /dev/null
+++ b/files/ru/glossary/hash/index.html
@@ -0,0 +1,14 @@
+---
+title: Хеш
+slug: Словарь/хеш
+translation_of: Glossary/hash
+---
+<p>Хеш-функция получает на вход текстовое сообщение произвольной длины и выдает хеш фиксированной длины. Как правило, в форме 128-битного "отпечатка пальцев" или "дайджеста сообщения". Хеши очень полезны для {{glossary("криптографии")}} — они обеспечивают целостность передаваемых данных. Это служит основой для {{glossary("HMAC's")}}, которые обеспечивают идентификацию сообщений.</p>
+
+<h2 id="Дополнительно">Дополнительно</h2>
+
+<h3 id="Общие_сведения">Общие сведения</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "хеш функция")}} в Википедии</li>
+</ul>