RSA算法对于大整数(超过long长度)的加密解密

时间:2022-07-15 13:50:39
【文件属性】:
文件名称:RSA算法对于大整数(超过long长度)的加密解密
文件大小:3.25MB
文件格式:ZIP
更新时间:2022-07-15 13:50:39
RSA加密算法 大整数 本程序实现了RSA加密解密算法,主要在于对于大整数类型数据的加密解密,不过因为计算机内存原因,不建议大家计算太过大的数据,根据我的实验,一个三位数的三位数的乘方,比如150的150次方,大概生成之后的文件会到4G左右。
【文件预览】:
RSA_Encryption_Algorithm
----RSA_Encryption_Algorithm()
--------Debug()
--------RSA_Encryption_Algorithm.vcxproj(6KB)
--------RSA_Encryption_Algorithm.vcxproj.filters(944B)
--------Դ.cpp(2KB)
----Debug()
--------RSA_Encryption_Algorithm.ilk(458KB)
--------RSA_Encryption_Algorithm.exe(11.5MB)
--------RSA_Encryption_Algorithm.pdb(932KB)
----RSA_Encryption_Algorithm.VC.db(7.91MB)
----.vs()
--------RSA_Encryption_Algorithm()
----RSA_Encryption_Algorithm.sln(1KB)

网友评论

  • 资源很好,能跑1024位 >.<
  • 并不能实现超大整数