Score:0

Maximum Security of RSA

cn flag

Table 2 of NIST SP-800 56B provides Estimated Maximum Security Strength of different modulus sizes. It means that RSA-3072 provides security of 128-bits at Max.

Is it the case for symmetric algorithms also? Like AES-128 provides security strength of 128 bits at maximum? or is it like AES-128 provides security strength of 128 bits at minimum?

enter image description here

Score:3
sa flag

Since a brute force key search for AES-128 by definition takes $2^{128}$ encryptions in the worst case since that is the number of possible keys and one of the keys must be the right now (and approximately $2^{127}$ encryptions on average) for AES this is actually a maximum.

However these one-dimensional numbers (time complexity only) ignore space (i.e., memory) complexities required. For AES-128, we can iterate through possible keys one by one, so memory required is essentially constant. The best attacks on public key cryptosystems typically require a lot of memory as well.

crypt avatar
cn flag
and in both cases, its maximum security not the minimum security.
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.