RSA加密问题[有效载荷数据的大小] [英] RSA Encryption Problem [Size of payload data]

查看:238
本文介绍了RSA加密问题[有效载荷数据的大小]的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是真的RSA加密只能处理有限的数据有效载荷? ... im与理论混淆...理论上没有关于这个...的注释。

is it true that RSA encryption only can handle limited payload of data ? ... im confused with the theory ... theoretically there is no note regarding this ...

推荐答案

算法(没有填充),这是不安全的消息的大小被限制为小于模数。

In the basic RSA algorithm (without padding) which is not very secure the size of the message is limited to be smaller than the modulus.

为了增强RSA的安全性,你应该使用填充方案如PKCS1中所定义。根据您选择的方案,消息的大小可以显着小于模数。
http://en.wikipedia.org/wiki/PKCS1

To enhance the security of RSA you should use padding schemes as defined in PKCS1. Depending on the scheme you choose the size of the message can be significantly smaller than the modulus. http://en.wikipedia.org/wiki/PKCS1

这篇关于RSA加密问题[有效载荷数据的大小]的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆