▍1. Hash_sha256
sha256计算代码,非常好用的代码,大家可以用这个代码直接计算哈希值,sha256实现 依次执行 SHA256Init、 SHA256Update SHA256Final 三个函数即可得到sha256结果(sha256 sourse code,Is very usefull)
sha256计算代码,非常好用的代码,大家可以用这个代码直接计算哈希值,sha256实现 依次执行 SHA256Init、 SHA256Update SHA256Final 三个函数即可得到sha256结果(sha256 sourse code,Is very usefull)
关于ECC椭圆曲线加密算法在软件注册中的应用(The ECC Paper about software Registration)
关于ECC椭圆曲线加密算法在软件注册中的应用(The ECC Paper about software Registration)
CRC-16和CRC-CCITT的C程序实现,非常适用。(CRC-16 and CRC-CCITT program。)
CRC-16和CRC-CCITT的C程序实现,非常适用。(CRC-16 and CRC-CCITT program。)
检测CRC编码 看CRC编码在传输后是否有错误 有变动 (Detection CRC codes to see whether the CRC coding errors in the transmission there is a change)
检测CRC编码 看CRC编码在传输后是否有错误 有变动 (Detection CRC codes to see whether the CRC coding errors in the transmission there is a change)
MD5加密算法,可以加密包含二进制数据的数据块,生成16字节MD5加密数据。(MD5 encryption algorithm to encrypt data blocks that contain binary data, generates a 16-byte MD5 encrypted data.)
MD5加密算法,可以加密包含二进制数据的数据块,生成16字节MD5加密数据。(MD5 encryption algorithm to encrypt data blocks that contain binary data, generates a 16-byte MD5 encrypted data.)
一个很好的使用 ROT13 算法加密和解密数据的算法(A good algorithm using ROT13 algorithm to encrypt and decrypt data)
一个很好的使用 ROT13 算法加密和解密数据的算法(A good algorithm using ROT13 algorithm to encrypt and decrypt data)
RSA公钥加密程序RSA公钥加密程序RSA公钥加密程序RSA公钥加密程序RSA公钥加密程序(RSA public key encryption program)
RSA公钥加密程序RSA公钥加密程序RSA公钥加密程序RSA公钥加密程序RSA公钥加密程序(RSA public key encryption program)
可以实现文件加密功能的小软件源码,是学习文件操作和指针应用的好例程。(Can achieve a small file encryption software source code, is to learn the application file operations and pointers good routines.)
可以实现文件加密功能的小软件源码,是学习文件操作和指针应用的好例程。(Can achieve a small file encryption software source code, is to learn the application file operations and pointers good routines.)
通过调用openssl库进行aes加密,本程序已编译好了openssl,无需在进行编译!生成时请引用lib文件(By calling the openssl library aes encryption, the program has compiled the openssl, without making compilation! Please cite lib files generated)
通过调用openssl库进行aes加密,本程序已编译好了openssl,无需在进行编译!生成时请引用lib文件(By calling the openssl library aes encryption, the program has compiled the openssl, without making compilation! Please cite lib files generated)
基本的DES加密算法,可以实现一些基本的功能,但是大型计算不适合(The basic DES encryption algorithm)