Difference between revisions of "Encryption"

From MgmtWiki
Jump to: navigation, search
(Context)
(Context)
Line 4: Line 4:
 
==Context==
 
==Context==
 
Many personal attributes and much valuable content are meant to be kept hidden from all but a chosen few. Encryption enables that. It also can enable [[Signing]] and [[Authentication]], but those are addressed elsewhere.
 
Many personal attributes and much valuable content are meant to be kept hidden from all but a chosen few. Encryption enables that. It also can enable [[Signing]] and [[Authentication]], but those are addressed elsewhere.
 +
==Problems==
 +
Encryption that cannot be broken by adversaries depend ultimately on one-way processes that cannot be determined by the result.
 +
==Solutions==
  
 
==Definitions==
 
==Definitions==
  
 
[[Category: Glossary]]
 
[[Category: Glossary]]

Revision as of 18:39, 27 April 2022

Full Title or Meme

Secret writing.

Context

Many personal attributes and much valuable content are meant to be kept hidden from all but a chosen few. Encryption enables that. It also can enable Signing and Authentication, but those are addressed elsewhere.

Problems

Encryption that cannot be broken by adversaries depend ultimately on one-way processes that cannot be determined by the result.

Solutions

Definitions