RSARef

所属分类:加密解密
开发工具:Visual C++
文件大小:109KB
下载次数:14
上传日期:2013-05-28 22:49:35
上 传 者penylee
说明:  RSA算法源程序,标准C实现,可支持512到2048长度。可直接跨平台使用。
(RSA algorithm source, the standard C implementation that supports 512-2048 lengths.)

文件列表:
RSARef\DOC\DHDEMO.TXT (3519, 1994-03-21)
RSARef\DOC\INFO.TXT (9541, 1994-03-25)
RSARef\DOC\LICENSE.TXT (8539, 1994-03-21)
RSARef\DOC\PORTING.TXT (581, 1994-03-21)
RSARef\DOC\RDEMO.TXT (4354, 1994-03-21)
RSARef\DOC\RSAREF.TXT (60726, 1994-03-21)
RSARef\DOC\SCRIPTS.TXT (2862, 1994-03-21)
RSARef\INSTALL\DOS\MAKEFILE (1479, 1994-03-21)
RSARef\INSTALL\MAC\DHDEMO.MAK (855, 1994-03-21)
RSARef\INSTALL\MAC\RDEMO.MAK (3837, 1994-03-21)
RSARef\INSTALL\UNIX\MAKEFILE (1263, 1994-03-21)
RSARef\RDEMO\DHDEMO.C (15950, 1994-03-18)
RSARef\RDEMO\RDEMO.C (36097, 1994-03-18)
RSARef\RDEMO\SCRIPTS\1024-1.ENV (24, 1994-03-21)
RSARef\RDEMO\SCRIPTS\1024-1.IV (8, 1994-03-21)
RSARef\RDEMO\SCRIPTS\1024-1.KEY (128, 1994-03-21)
RSARef\RDEMO\SCRIPTS\1024-5.SIG (128, 1994-03-21)
RSARef\RDEMO\SCRIPTS\1024.IN (335, 1994-03-18)
RSARef\RDEMO\SCRIPTS\1024.KEY (2343, 1994-03-21)
RSARef\RDEMO\SCRIPTS\256DH.IN (179, 1994-03-17)
RSARef\RDEMO\SCRIPTS\256DH.PAR (231, 1994-03-21)
RSARef\RDEMO\SCRIPTS\256DHA.KEY (32, 1994-03-21)
RSARef\RDEMO\SCRIPTS\256DHA.PRI (20, 1994-03-21)
RSARef\RDEMO\SCRIPTS\256DHA.PUB (32, 1994-03-21)
RSARef\RDEMO\SCRIPTS\256DHB.KEY (32, 1994-03-21)
RSARef\RDEMO\SCRIPTS\256DHB.PRI (20, 1994-03-21)
RSARef\RDEMO\SCRIPTS\256DHB.PUB (32, 1994-03-21)
RSARef\RDEMO\SCRIPTS\508-1.ENV (24, 1994-03-21)
RSARef\RDEMO\SCRIPTS\508-1.IV (8, 1994-03-21)
RSARef\RDEMO\SCRIPTS\508-1.KEY (64, 1994-03-21)
RSARef\RDEMO\SCRIPTS\508-5.SIG (64, 1994-03-21)
RSARef\RDEMO\SCRIPTS\508.IN (324, 1994-03-18)
RSARef\RDEMO\SCRIPTS\508.KEY (1285, 1994-03-21)
RSARef\RDEMO\SCRIPTS\512A.IN (1007, 1994-03-18)
RSARef\RDEMO\SCRIPTS\512A1.ENV (24, 1994-03-21)
RSARef\RDEMO\SCRIPTS\512A1.IV (8, 1994-03-21)
RSARef\RDEMO\SCRIPTS\512A1.KEY (64, 1994-03-21)
RSARef\RDEMO\SCRIPTS\512A1BIG.ENV (6408, 1994-03-21)
RSARef\RDEMO\SCRIPTS\512A1BIG.IV (8, 1994-03-21)
... ...

To build RSAREF, copy the makefile for your operating system from the 'install' subdirectory to a new subdirectory. Then run your operating system's 'make' program from the new subdirectory. The makefile will compile the RSAREF source code and build the demonstration program. Makefiles are found in subdirectories of the 'install' subdirectory: dos Personal Computer running DOS, Microsoft C v8.0 mac Macintosh running System 7, MPW 3.2 unix NeXTStation, DECStation 3100, SPARCStation 1 For example, suppose you are running DOS with Microsoft's NMAKE utility. From the new directory you would run the commands: copy ..\install\dos\makefile nmake Note that when you transfer RSAREF to another operating system, the following files in the 'rdemo/scripts' subdirectory should be transferred in binary mode: - signatures: *.sig - initialization vectors: *.iv - envelopes: *.env - encrypted keys: *.key (excluding RSA key pairs in 508.key, 767.key, 1024.key) All other RSAREF files should be transferred in text mode.

近期下载者

相关文件


收藏者