About 50 results
Open links in new tab
  1. public key - How big an RSA key is considered secure today ...

    Apr 10, 2012 · Thus, to attain security against all attacks known or plausibly imaginable today including adversaries with large quantum computers, cryptographers recommend one-terabyte RSA moduli of …

  2. Security strength of RSA in relation with the modulus size

    As for the reasoning behind the larger key sizes for RSA, the explanation's not too difficult. If you look at the document in the question, you will notice that the "bits of security" for block ciphers correlate …

  3. How are primes generated for RSA? - Cryptography Stack Exchange

    The security aspect is based on the fact that it's difficult to factor it back into p and q. Now, since RSA keys are so large (often 1024 bits and above), the primes have to be at least half that (at least 512 …

  4. AES vs RSA - Which is stronger given two scenarios?

    Jun 5, 2017 · Any thoughts about ciphertext-only attacks (COA) are pretty much futile from a modern point of view: If an encryption scheme offers only COA-security, it is utterly broken. And any stronger …

  5. Definition of textbook RSA - Cryptography Stack Exchange

    Jul 28, 2021 · What is the definition of textbook or "raw" RSA? What are some of the properties of textbook RSA? How does it differ from other schemes based on RSA?

  6. How many bits of symmetric security does RSA-3072 actually provide?

    Apr 7, 2016 · Closed 9 years ago. I know that the sizes are standardized to $1024$, $2048$ etc. but they actually provide different security than $128$, $256$... for example $\texttt {RSA-}2048$ is …

  7. encryption - RSA: how does it work and how is it more secure than ...

    Jan 26, 2015 · A 2048-bit RSA key is significantly weaker than a 128-bit AES key (it provides about the security of a 112 bit symmetric key; it takes 3072 bit RSA keys to equal 128 bit symmetric keys).

  8. Why use RSA-2048 for plaintext when AES-256 is much more secure?

    Jun 8, 2017 · Why do we use RSA encryption for ANY text/communication/data encryption when everybody on internet is writing that AES-256 is much stronger than RSA-2048? If this is true, why …

  9. rsa - Security Strength of Symmetric vs Asymmetric Ciphers ...

    Jan 27, 2023 · For example, it shows that 3TDEA, RSA-2048, ECC224 provides security strength of 112 bits. Does it mean that with computational power of $2^ {112}$, chances of breaking 3TDEA, RSA …

  10. Why plain RSA encryption does not achieve CPA-security?

    May 18, 2017 · Why plain RSA encryption does not achieve CPA-security? Ask Question Asked 8 years, 9 months ago Modified 8 years, 9 months ago