diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/cryptanalysis | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/ja/glossary/cryptanalysis')
-rw-r--r-- | files/ja/glossary/cryptanalysis/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/files/ja/glossary/cryptanalysis/index.html b/files/ja/glossary/cryptanalysis/index.html new file mode 100644 index 0000000000..09d9c37d10 --- /dev/null +++ b/files/ja/glossary/cryptanalysis/index.html @@ -0,0 +1,19 @@ +--- +title: Cryptanalysis (暗号解読) +slug: Glossary/Cryptanalysis +tags: + - Cryptography + - Glossary + - Privacy + - Security +translation_of: Glossary/Cryptanalysis +--- +<p>暗号解読は、{{Interwiki("wikipedia", "コード (暗号)","コード")}}と暗号システムを破る方法を研究する{{glossary("cryptography","暗号学")}}の分野です。暗号解読は、特に{{Interwiki("wikipedia", "力まかせ探索")}}よりも効率的な方法によって、{{glossary("cipher","暗号")}}を破る技術を作り出す。{{Interwiki("wikipedia", "頻度分析 (暗号)","頻度分析")}}や<a href="http://en.wikipedia.org/wiki/Index_of_coincidence">偶然性の指標</a>などの従来の方法に加えて、解読法には{{Interwiki("wikipedia", "線形解読法")}}や{{Interwiki("wikipedia", "差分解読法")}}などの最新の方法があり、より高度な暗号を破ることができます。</p> + +<h2 id="Learn_more" name="Learn_more">より詳しく知る</h2> + +<h3 id="General_knowledge" name="General_knowledge">一般知識</h3> + +<ul> + <li>Wikipedia 上の {{Interwiki("wikipedia", "暗号解読")}}</li> +</ul> |