Security level (original) (raw)
El nivel de seguridad (en inglés security level), también llamado fortaleza de seguridad (en inglés security strength) o fortaleza criptográfica, para un algoritmo criptográfico o sistema, es un número asociado con la cantidad de trabajo (número de operaciones básicas de algún tipo) que se requieren para romper dicho algoritmo criptográfico o sistema. Normalmente se suele expresar en número de bits y por eso a veces se le llama Nivel de seguridad de bit (en inglés bit security level).
Property | Value |
---|---|
dbo:abstract | El nivel de seguridad (en inglés security level), también llamado fortaleza de seguridad (en inglés security strength) o fortaleza criptográfica, para un algoritmo criptográfico o sistema, es un número asociado con la cantidad de trabajo (número de operaciones básicas de algún tipo) que se requieren para romper dicho algoritmo criptográfico o sistema. Normalmente se suele expresar en número de bits y por eso a veces se le llama Nivel de seguridad de bit (en inglés bit security level). (es) En cryptographie, le paramètre de sécurité (ou bits de sécurité en référence à la théorie de l'information) est une mesure qui sert à quantifier le nombre d’opérations minimum que devrait faire un adversaire pour casser un schéma cryptographique. Elle est exprimée en bits par rapport à une attaque. Par exemple, pour une fonction de hachage résistante aux collisions, posséder un niveau de sécurité de 80 bits signifie qu’un adversaire devrait effectuer au moins 280 opérations pour trouver une collisions avec une probabilité non négligeable. En cryptographie symétrique, le niveau de sécurité est en général mesuré par rapport aux meilleures attaques connues. Là où en cryptographie asymétrique il s'agira de la meilleure attaque connue contre l'hypothèse calculatoire sur laquelle repose la sécurité du cryptosystème. (fr) In cryptography, security level is a measure of the strength that a cryptographic primitive — such as a cipher or hash function — achieves. Security level is usually expressed as a number of "bits of security" (also security strength), where n-bit security means that the attacker would have to perform 2n operations to break it, but other methods have been proposed that more closely model the costs for an attacker. This allows for convenient comparison between algorithms and is useful when combining multiple primitives in a hybrid cryptosystem, so there is no clear weakest link. For example, AES-128 (key size 128 bits) is designed to offer a 128-bit security level, which is considered roughly equivalent to a RSA using 3072-bit key. In this context, security claim or target security level is the security level that a primitive was initially designed to achieve, although "security level" is also sometimes used in those contexts. When attacks are found that have lower cost than the security claim, the primitive is considered broken. (en) Ogólnie poziom bezpieczeństwa – liczba bitów określająca jak bardzo liczba obliczeń, które musi wykonać atakujący, jest większa od liczby obliczeń, które musi wykonać uprawniony uczestnik. Poziom bezpieczeństwa oznacza, że atakujący musi wykonać razy więcej operacji od uprawnionego uczestnika. W poziomie tym nie uwzględnia się zwykle tego, że atakujący przeciętnie zakończy poszukiwania po przeszukaniu połowy przestrzeni poszukiwań (co powinno obniżać poziom bezpieczeństwa o 1 bit). Poziom ten może się zmniejszać w miarę postępów w kryptoanalizie. Bezpieczeństwo jest wyrażane w bitach, gdyż liczba ta często odpowada długości klucza lub wyniku funkcji haszującej w bitach. Nie jest on jednak równoważny długości klucza. (pl) Уровень криптостойкости (англ. security level) — показатель криптостойкости криптографического алгоритма, связанный с вычислительной сложностью выполнения успешной атаки на криптосистему наиболее быстрым из известных алгоритмов. Обычно измеряется в битах. N-битный уровень криптостойкости криптосистемы означает, что для её взлома потребуется выполнить 2N вычислительных операций. Например, если симметричная криптосистема взламывается не быстрее, чем за полный перебор значений N-битного ключа, то говорят, что уровень криптостойкости равен N. Увеличение же в x раз количества операций, требуемых для взлома, прибавляет к уровню криптостойкости. Существуют и другие методы, более точно моделирующие требуемое количество операций для взлома, что позволяет удобнее сравнивать криптографические алгоритмы и их гибриды. Например, AES-128 (размер ключа 128 бит) предназначен для обеспечения 128-битного уровня криптостойкости, который считается примерно эквивалентным 3072-битному RSA. (ru) |
dbo:wikiPageExternalLink | https://eprint.iacr.org/2019/1492.pdf |
dbo:wikiPageID | 52729212 (xsd:integer) |
dbo:wikiPageLength | 11222 (xsd:nonNegativeInteger) |
dbo:wikiPageRevisionID | 1121539337 (xsd:integer) |
dbo:wikiPageWikiLink | dbr:Elliptic_curve_cryptography dbc:Cryptography dbr:Cryptographic_hash_function dbr:SHA-2 dbr:SHA-3 dbr:Cryptographic_primitive dbc:Computational_hardness_assumptions dbr:Collision_resistance dbr:Complexity dbr:Computational_hardness_assumption dbr:Key_size dbr:Public-key_cryptography dbr:Brute-force_attack dbr:Hash_function dbr:Hash_function_security_summary dbr:40-bit_encryption dbr:Advanced_Encryption_Standard dbr:Mathematical_problem dbr:Internet_Engineering_Task_Force dbr:Hybrid_cryptosystem dbr:Birthday_attack dbr:Bit dbr:Phelix dbr:Cipher dbr:Cipher_security_summary dbr:European_Union_Agency_for_Network_and_Information_Security dbr:Brute-force_search dbr:National_Institute_of_Standards_and_Technology dbr:RSA_(cryptosystem) dbr:GTX_970 dbr:Symmetric_cipher dbr:Preimage_resistance |
dbp:wikiPageUsesTemplate | dbt:About dbt:Cite_conference dbt:Reflist dbt:See_also dbt:Short_description dbt:Cryptography_navbox |
dcterms:subject | dbc:Cryptography dbc:Computational_hardness_assumptions |
rdf:type | owl:Thing |
rdfs:comment | El nivel de seguridad (en inglés security level), también llamado fortaleza de seguridad (en inglés security strength) o fortaleza criptográfica, para un algoritmo criptográfico o sistema, es un número asociado con la cantidad de trabajo (número de operaciones básicas de algún tipo) que se requieren para romper dicho algoritmo criptográfico o sistema. Normalmente se suele expresar en número de bits y por eso a veces se le llama Nivel de seguridad de bit (en inglés bit security level). (es) En cryptographie, le paramètre de sécurité (ou bits de sécurité en référence à la théorie de l'information) est une mesure qui sert à quantifier le nombre d’opérations minimum que devrait faire un adversaire pour casser un schéma cryptographique. Elle est exprimée en bits par rapport à une attaque. Par exemple, pour une fonction de hachage résistante aux collisions, posséder un niveau de sécurité de 80 bits signifie qu’un adversaire devrait effectuer au moins 280 opérations pour trouver une collisions avec une probabilité non négligeable. (fr) In cryptography, security level is a measure of the strength that a cryptographic primitive — such as a cipher or hash function — achieves. Security level is usually expressed as a number of "bits of security" (also security strength), where n-bit security means that the attacker would have to perform 2n operations to break it, but other methods have been proposed that more closely model the costs for an attacker. This allows for convenient comparison between algorithms and is useful when combining multiple primitives in a hybrid cryptosystem, so there is no clear weakest link. For example, AES-128 (key size 128 bits) is designed to offer a 128-bit security level, which is considered roughly equivalent to a RSA using 3072-bit key. (en) Ogólnie poziom bezpieczeństwa – liczba bitów określająca jak bardzo liczba obliczeń, które musi wykonać atakujący, jest większa od liczby obliczeń, które musi wykonać uprawniony uczestnik. Poziom bezpieczeństwa oznacza, że atakujący musi wykonać razy więcej operacji od uprawnionego uczestnika. W poziomie tym nie uwzględnia się zwykle tego, że atakujący przeciętnie zakończy poszukiwania po przeszukaniu połowy przestrzeni poszukiwań (co powinno obniżać poziom bezpieczeństwa o 1 bit). Poziom ten może się zmniejszać w miarę postępów w kryptoanalizie. (pl) Уровень криптостойкости (англ. security level) — показатель криптостойкости криптографического алгоритма, связанный с вычислительной сложностью выполнения успешной атаки на криптосистему наиболее быстрым из известных алгоритмов. Обычно измеряется в битах. N-битный уровень криптостойкости криптосистемы означает, что для её взлома потребуется выполнить 2N вычислительных операций. Например, если симметричная криптосистема взламывается не быстрее, чем за полный перебор значений N-битного ключа, то говорят, что уровень криптостойкости равен N. Увеличение же в x раз количества операций, требуемых для взлома, прибавляет к уровню криптостойкости. (ru) |
rdfs:label | Fortaleza de seguridad (es) Paramètre de sécurité (fr) Poziom bezpieczeństwa (pl) Security level (en) Уровень криптостойкости (ru) |
rdfs:seeAlso | dbr:Key_size |
owl:sameAs | wikidata:Security level dbpedia-es:Security level dbpedia-fr:Security level dbpedia-pl:Security level dbpedia-ru:Security level https://global.dbpedia.org/id/EM5c |
prov:wasDerivedFrom | wikipedia-en:Security_level?oldid=1121539337&ns=0 |
foaf:isPrimaryTopicOf | wikipedia-en:Security_level |
is dbo:wikiPageRedirects of | dbr:Strength_(cryptography) dbr:Bit_strength dbr:Encryption_strength dbr:Security_strength dbr:Broken_cipher dbr:Broken_hash dbr:Broken_hash_function dbr:Hash_function_strength dbr:Hash_strength dbr:Level_of_security dbr:Target_security_level dbr:Cipher_strength dbr:Bits_of_security dbr:Security_claim dbr:Security_levels |
is dbo:wikiPageWikiLink of | dbr:MIFARE dbr:Decision_Linear_assumption dbr:Index_of_cryptography_articles dbr:Intel_Cascade_Cipher dbr:Public_Service_2000 dbr:Cryptographically_secure_pseudorandom_number_generator dbr:SHA-1 dbr:SHA-3 dbr:Elliptic-curve_cryptography dbr:Elliptic_Curve_Digital_Signature_Algorithm dbr:Opportunistic_encryption dbr:Crypto-shredding dbr:Computational_hardness_assumption dbr:Sponge_function dbr:Strength_(cryptography) dbr:Twister_(software) dbr:Lamport_signature dbr:FourQ dbr:Bit_strength dbr:One-way_compression_function dbr:QUAD_(cipher) dbr:Rabbit_(cipher) dbr:Hyperelliptic_curve_cryptography dbr:Encryption_strength dbr:Security_strength dbr:Supersingular_isogeny_key_exchange dbr:Strong_cryptography dbr:NTRU dbr:NTRUSign dbr:Broken_cipher dbr:Broken_hash dbr:Broken_hash_function dbr:Hash_function_strength dbr:Hash_strength dbr:Level_of_security dbr:Target_security_level dbr:Cipher_strength dbr:Bits_of_security dbr:Security_claim dbr:Security_levels |
is rdfs:seeAlso of | dbr:Hash_function_security_summary |
is foaf:primaryTopic of | wikipedia-en:Security_level |