资源列表
sm4
- VHDL实现国家SM4加密算法(ECB)模式-VHDL to achieve national SM4 encryption algorithm (ECB) mode
MD5
- MD5加密算法源代码 学习加密算法的经典-MD5 encryption algorithm source code encryption algorithm to learn the classical
sm3
- C++编程SM3压缩算法源码,接口简单易用-SM3 compression algorithm
MD5class
- c++的MD5类,简单好用,只需要包含进去,就能方便使用
micro-UARTsource_V
- UART(即Universal Asynchronous Receiver Transmitter 通用异步收发器)是广泛使用的串行数据传输协议。UART允许在串行链路上进行全双工的通信。-UART (ie Universal Asynchronous Receiver Transmitter Universal Asynchronous Receiver Transmitter) is a widely used serial data transfer protocol. UART allo
ecctest6
- this an elliptic curve cryptography program.it is downloaded from code project . it contains lot of codes in different language-this is an elliptic curve cryptography program.it is downloaded from code project . it contains lot of codes in different
kill360.rar
- 破坏S360安全卫士的云查杀 点一下就可以实现 这个代码感觉很简单 但是很实用,S360 destruction killing the security guards of the cloud can be achieved by clicking on the feeling of this code is very simple but very practical
otp_verify_java
- OPT一次性动态口令验证算法。根据动态支持TOTP和HOTP验证。-A one-time dynamic password authentication algorithm OPT. According to dynamic support for TOTP and HOTP authentication.
sund3des
- 实现3DES算法的源码,该算法经过实际使用,完全好使。-The source of the 3DES algorithm, the algorithm through actual use, and completely so that.
timer
- 限制使用次数 vb程序比较简单,欢迎提意见
VC_RSA
- 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。 其中收发双方均已知n,发送放已知e,只有接受方已知d,因此公钥加密算法的公钥为 KU={ e , n},私钥为KR={d , n}。该算法要能用做公钥加密,必须满足下列条件: 1. 可以找到e ,
