Skip to content

RSA 512位加密算法。默认为密钥N长度为64个字节,以字节为单元存储; 若有变动,请及时修改RSA.h中的NSIZE与UNIT_BITS。

Notifications You must be signed in to change notification settings

theflyfish/RSA-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.最后更新时间:2011-11

2.查看RSA_test.c,了解本模块对字符串的加密解密流程

3.注:rsa加密算法适用于少量数据的的加密解密,比如指纹字符串等;由于加密速度太慢,不适合文件加密

About

RSA 512位加密算法。默认为密钥N长度为64个字节,以字节为单元存储; 若有变动,请及时修改RSA.h中的NSIZE与UNIT_BITS。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published