Computer Science, asked by praptisathe3283, 11 months ago

In using the rsa algorithm if a small number of repeated encodings

Answers

Answered by choudhary21
0

Explanation:

RSA algorithm

RSA (Rivest–Shamir–Adleman) is an algorithm used by modern computers to encrypt and decrypt messages.

It is an asymmetric cryptographic algorithm.

Asymmetric means that there are two different keys. This is also called public key cryptography, because one of the keys can be given to anyone.

Answered by Anonymous
25

Answer:

the RSA key is not the product of big-enough random-like primes with proper relation to e; or/and the input to the RSA exponentiation is not a random-like integer, but rather crafted with knowledge of the factors of n, implying that RSA is used without proper padding. Any of these would be Real Bad.

Similar questions