文件名称:rsa_code
介绍说明--下载内容均来自于网络,请自行研究使用
rsa算法,这里将给出一个简单加密模块的全部源程序(源代码)
至于RSA的理论网上一大把,它是基于公钥加密体制的一种算法。这个实例主要是用来将某一重要文件绑定到一个IP地址上。把它拷贝下来,存为CODE.C,然后执行
GCC –O CODE CODE.C
然后用./ CODE E [IP ADDRESS] [FILENAME]对文件进行加密。或用
./CODE D [IP ADDRESS] 进行解密整个过程中产生了两个中间文件,至于什么文件,你去试一试就知道啦!
-rsa algorithm, Here is a simple encryption of all source modules (source code) As for the theory RSA online a lot, it is based on public key encryption algorithm a system. This example was mainly used to a certain important document to a bundled IP addresses. Copy it down, depositors to CODE.C. before the implementation of GCC-O CODE CODE.C then. / CODE E [IP ADDRESS] [FILENAME] document encryption. Or use. / CODE D [IP ADDRESS] declassified whole process created the two intermediary file, As to what documents you try to know!
至于RSA的理论网上一大把,它是基于公钥加密体制的一种算法。这个实例主要是用来将某一重要文件绑定到一个IP地址上。把它拷贝下来,存为CODE.C,然后执行
GCC –O CODE CODE.C
然后用./ CODE E [IP ADDRESS] [FILENAME]对文件进行加密。或用
./CODE D [IP ADDRESS] 进行解密整个过程中产生了两个中间文件,至于什么文件,你去试一试就知道啦!
-rsa algorithm, Here is a simple encryption of all source modules (source code) As for the theory RSA online a lot, it is based on public key encryption algorithm a system. This example was mainly used to a certain important document to a bundled IP addresses. Copy it down, depositors to CODE.C. before the implementation of GCC-O CODE CODE.C then. / CODE E [IP ADDRESS] [FILENAME] document encryption. Or use. / CODE D [IP ADDRESS] declassified whole process created the two intermediary file, As to what documents you try to know!
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 81404609rsa_code.rar 列表 code.c