Current location - Quotes Website - Personality signature - Ask rsa about the inconsistency between the decryption length and the original text.
Ask rsa about the inconsistency between the decryption length and the original text.
The encryption algorithm requires the length of the encrypted original text.

The length must be an integer multiple of a number.

If it is not enough, make up the data.

The encrypted ciphertext loses the length of the original text.

After decryption, you will get the content of supplementary data, which is the previous one.

Try to send an original length.