About 257,000 results
Open links in new tab
  1. RSA maximum bytes to encrypt, comparison to AES in terms of security?

    Mar 30, 2013 · RSA, as defined by PKCS#1, encrypts "messages" of limited size. With the commonly used "v1.5 padding" and a 2048-bit RSA key, the maximum size of data which can be encrypted with …

  2. Why is padding used for RSA encryption given that it is not a block ...

    For example RSA Encryption padding is randomized, ensuring that the same message encrypted multiple times looks different each time. It also avoids other weaknesses, such as encrypting the …

  3. encryption - SHA, RSA and the relation between them - Information ...

    RSA is actually two algorithms, one for asymmetric encryption, and one for digital signatures (the signature algorithm is traditionally -- but incorrectly -- described as "encryption with the private key" …

  4. How much stronger is RSA-2048 compared to RSA-1024?

    Jul 1, 2013 · How much stronger is RSA-2048 compared to RSA-1024? It is hard to imagine very big numbers. So what would be your way to explain the difference to someone who doesn't know much …

  5. Is using "SHA-256 with RSA-2048 Encryption" a secure certificate ...

    Using 2048-bit RSA with SHA-256 is a secure signing scheme for a certificate. Why would you think otherwise? SHA-256 is a member of the SHA2 family of secure hash functions, and there are not …

  6. What exactly is RSA_WITH_AES256_CBC_SHA256?

    Feb 16, 2024 · RSA_WITH_AES256_CBC_SHA256 is a well known, older TLS 1.2 compatible cipher suite name that uses RSA encryption for both key establishment and authentication. It uses a PRF …

  7. encryption - Why use RSA-2048 for plaintext when AES-256 is much …

    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 …

  8. RSA encryption with private key and decryption with a public key

    Jun 8, 2014 · When using the RSA cryptosystem, does it still work if you instead encrypt with the private key and decrypt with the public key? What about in the case of using RSA for sender authentication?

  9. 4096 bit RSA encryption keys vs 2048 - Information Security Stack …

    Aug 12, 2014 · I'd rather use 2048 bit RSA for signing together with ECDH for key exchange instead of larger RSA for encryption. Unlike encryption/key-exchange keys, signing keys don't need long term …

  10. 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?