diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:51:05 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:51:05 +0100 |
commit | c058fa0fb22dc40ef0225b21a97578cddd0aaffa (patch) | |
tree | df20f8b4c724b61cb9c34cdb450a7ac77d690bd0 /files/ru/glossary/hash | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-c058fa0fb22dc40ef0225b21a97578cddd0aaffa.tar.gz translated-content-c058fa0fb22dc40ef0225b21a97578cddd0aaffa.tar.bz2 translated-content-c058fa0fb22dc40ef0225b21a97578cddd0aaffa.zip |
unslug ru: move
Diffstat (limited to 'files/ru/glossary/hash')
-rw-r--r-- | files/ru/glossary/hash/index.html | 14 |
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> |