登录
首页 » 加密解密 » these two works mainly with a CSP. CSPTEST comparison was made mainly to the cha...

these two works mainly with a CSP. CSPTEST comparison was made mainly to the cha...

于 2022-03-21 发布 文件大小:896.70 kB
0 108
下载积分: 2 下载次数: 1

代码说明:

这两个工程主要用CSP 1、CSPTEST 写的比较乱 主要是给当时一个朋友做参考调用的 完成非对称密钥的生成、导入、导出、加密、解密、对称的加密解密、签名、验证。 2、CSTTEST2 写的比前个好些,但是平时上班,下班自己也要写论文,所以花的时间也不太多,很多地方都偷懒了。比如文件大小我没有用NEW 而且指定了1024 有需要的朋友可以自己修改。这个工程主要是非对称的密钥的导出和导入,还有就是会话密钥的操作。-these two works mainly with a CSP. CSPTEST comparison was made mainly to the chaos when a friend called to refer to the completion of the non-symmetric key generation, importing and exporting, encryption, decryption, symmetric encryption and decryption, signature, the certification. 2, CSTTEST2 write better than in the previous months, but usually go to work and finish their own toilet paper so I spent the time is not too much, all of the lazy. For instance, file size I have not used the NEW 1024 and designated a need to amend their friends. The project mainly non-symmetric keys to the Export and Import, there is the session key operation.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • DES完整地展示在下编译通过的程序环节。
    一个完整的des演示程序 ,在linux下编译通过-Des a complete demonstration of the procedures adopted in the compiler under linux
    2022-01-22 01:43:21下载
    积分:1
  • C++语言实现智能卡研发技术,实现智能卡的MD5,DEC,SHA,RSA等技术,欢迎大家下载,交流并研究....
    C++语言实现智能卡研发技术,实现智能卡的MD5,DEC,SHA,RSA等加密技术,欢迎大家下载,交流并研究.-C++ Language development of smart card technology, smart cards MD5, DEC, SHA, RSA encryption technology, etc., all are welcome to download, share and study.
    2022-02-13 17:25:04下载
    积分:1
  • IBE算法的入门文章Identity
    IBE加密算法的入门文章Identity-Based Encryption from the Weil Pairing-IBE encryption algorithm of the article Introduction to Identity-Based Encryption from the Weil Pairing
    2022-07-04 15:47:08下载
    积分:1
  • MD5文件签名算法的另一个实现
    MD5文件签名算法的另一个实现-MD5 algorithm to achieve another
    2023-06-29 10:00:04下载
    积分:1
  • Java 16位MD5 Hash code generator
    Java 16位MD5 Hash code generator-Java 16 md5 generator
    2022-02-01 17:18:20下载
    积分:1
  • used in the preparation of several generating program, run faster, the greatest...
    用java编写的素数生成程序,运行速度快,最大可以分析10位的十进制数-used in the preparation of several generating program, run faster, the greatest can be analyzed 10 metric few
    2022-01-25 19:13:57下载
    积分:1
  • SM2.SM3.SM4代码及资料
    非常详细的SM2、SM3、SM4算法说明及c语言代码,国密局公开算法。
    2023-02-09 04:25:04下载
    积分:1
  • use an iterative equation Xn Asin2 = (Xn
    使用迭代方程Xn+1=Asin2(Xn-XB)生成混沌序列{Xi},需输入A和Xb值,不同的值产生不同的加密效果,但是仅在混沌区内的加密效果最好。在Microsoft Visual Studio .NET 2003上调试成功,用C++语言编写-use an iterative equation Xn Asin2 = (Xn- XB) generated chaotic sequence (Xi) need input A and isolate value, different values in different encryption effect, but only in the chaotic region of encryption is the best. In Microsoft Visual Studio.NET 2003 Debugger success C Language
    2022-02-03 07:25:44下载
    积分:1
  • Java Cryptography and source code
    Java Cryptography and source code
    2022-06-20 08:23:42下载
    积分:1
  • 使用的是API编程,可格式化、校验和读写特殊扇区。可用作Windows下的磁盘。本函数还有以下两个缺点以待改进: 1.本函数还只能读能读 A: 和 B:,即...
    使用的是API编程,可格式化、校验和读写特殊扇区。可用作Windows下的磁盘加密。本函数还有以下两个缺点以待改进: 1.本函数还只能读能读 A: 和 B:,即只能对软盘操作 2.不能改变磁盘扇区大小,只能是标准的 512 个字节。 参数说明: command 操作: 0 重置磁盘 2 读扇区 3 写扇区 4 校验磁道 5 格式化磁道 8 得到设备参数 (int 1EH) drive 驱动器 A:=0 B:=1 head 磁头号,范围 0 - 1 track 磁道号,范围 0 - 84 ( 80 - 84 为特殊磁道,通常用来加密 ) sector 扇区号,范围 0 - 255 ( 19 - 255 为非标准扇区编号,通常用来加密) nsectors 每次读或写的扇区数,不能超出每磁道的最大扇区数 buffer 数据写入或读出的缓冲区,大小为 512 个字节 返回值 ( 同 Int 13H ): 0x0 成功 0x1 无效的命令 0x3 磁盘被写保护 0x4 扇区没有找到 0xa 发现坏扇区 0x80 磁盘没有准备好-using the API programming, formatting and testing literacy and special sectors. Windows can be used as a disk encryption. This function has the following two shortcomings to be improved : 1. This function can only be read, read A : and B : that only the right to operate two floppy disks. No change disk sector size, the standard is only 512 bytes. Parameter Description : command operations : 0 Reading 2 replacement disk write Sector Sector 3 4 5 checksum track to be formatted track eight equipment parameters (int 1EH) drive drive
    2022-08-22 04:00:28下载
    积分:1
  • 696518资源总数
  • 104569会员总数
  • 24今日下载