Английская Википедия:Concrete security

Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску

Шаблон:Short description Шаблон:Multiple issues In cryptography, concrete security or exact security is a practice-oriented approach that aims to give more precise estimates of the computational complexities of adversarial tasks than polynomial equivalence would allow.Шаблон:Citation needed It quantifies the security of a cryptosystem by bounding the probability of success for an adversary running for a fixed amount of time.[1]Шаблон:Better source needed Security proofs with precise analyses are referred to as concrete.[2]Шаблон:Better source needed

Traditionally, provable security is asymptotic: it classifies the hardness of computational problems using polynomial-time reducibility. Secure schemes are defined to be those in which the advantage of any computationally bounded adversary is negligible. While such a theoretical guarantee is important, in practice one needs to know exactly how efficient a reduction is because of the need to instantiate the security parameter - it is not enough to know that "sufficiently large" security parameters will do. An inefficient reduction results either in the success probability for the adversary or the resource requirement of the scheme being greater than desired.Шаблон:Citation needed

Concrete security parametrizes all the resources available to the adversary, such as running time and memory, and other resources specific to the system in question, such as the number of plaintexts it can obtain or the number of queries it can make to any oracles available. Then the advantage of the adversary is upper bounded as a function of these resources and of the problem size. It is often possible to give a lower bound (i.e. an adversarial strategy) matching the upper bound, hence the name exact security.Шаблон:Citation needed

Examples

Concrete security estimates have been applied to cryptographic algorithms:

In addition, a software tool named the "Foundational Cryptography Framework", which embeds into Coq, is able to formally verify proofs of concrete security.[7] For example, it is able to verify the concrete security of ElGamal encryption.[7]

References

Шаблон:Reflist

External links


Шаблон:Crypto-stub