搜索资源列表
基于SHA-256的HMAC文件校验器
- HMAC即带密钥的HASH函数,用它产生的报文鉴别码(MAC)可以实现报文鉴别。这里我将其做成一个软件,用于对文件的合法性进行校验。以下我先简单介绍软件相关背景知识再介绍其代码实现。 -HMAC key is to bring the hash function, used the text of the report identifying code (MAC) can realize the text identification. I am here to create a soft
epass3003
- USB加密锁开发实例,适用于epass3003,里面有多个例子,及其相关的库函数,相当不错,极力推荐
CertVerifyTimeValidity
- 本程序利用VC++6.0自带的密码学相关函数库实现数字签名证书的验证-This procedure using VC++6.0 own password-related functions of digital signature certification authority
secret
- 关于暗算的加密算法,包括对txt的文件的加密和解密,产生密钥等相关函数-Encryption algorithm on the plot, including txt file encryption, and decryption, key generation and other related functions
VBzhucema
- 该软件可以自动随机生成2至32位注册序列号及对应的注册码,并将这些注册信息包含到一个动态联接库DLL文件中,这样软件开发者可以将这个DLL文件同应用程序一并发行,并在应用程序的相关模块中调用这个DLL文件中提供的函数获得注册号及相对应的注册码,注册号及相对应的注册码对软件使用者来说是不透明的。-The software can automatically generate a random sequence of 2-32 registration number and the correspo
bcd
- 函数名称: void BcdToAsc(u8 *Dest,u8 *Src,u32 Len) 函数功能: 将压缩BCD码转换为ascii码 入口参数: 1.ascii码地址 2.压缩BCD数组地址 3.Bcd码字节个数 返 回 值: 无 相关调用: 备 注: Dest地址为Len的两倍 -Function name : void BcdToAsc (u8* Dest, u8* Src, u32 Len) Function: compressed BCD to ascii c
makefile
- 函数名称: void AscToBcd(u8 *Dest,u8 *Src,u32 Len) 函数功能: 将ascii码转换为压缩BCD码 入口参数: 1.压缩bcd数组地址 2.ascii码地址 3.ascii字节个数 返 回 值: 无 相关调用: 备 注: 末尾不够补0x00,非ascii码填0x00 -Function name : void AscToBcd (u8* Dest, u8* Src, u32 Len) Function: ascii code conv
crc
- crc校验c代码实现类库,可实现对文件的crc校验,调用相关函数直接应用。-crc check c code to achieve the class library, can realize the direct application of the crc check on the file, call the relevant function.
ecc
- ecc校验c代码实现类库,帮助学习ecc校验原理,可直接调用相关函数实现对文件的ecc校验。-ecc parity c code to achieve the class libraries, and help learning ecc parity principle, the correlation function can be called directly ecc checksum file.
MD5
- md5加解密实现c代码,帮助学习md5加解密实现原理,直接调用相关函数实现对文件的解密与加密。-md5 encryption and decryption of C code, and help learning the md5 encryption and decryption to achieve the principle of the direct correlation function is called the decryption and encryption of the fi
MD5mac
- mac系统的md5加解密代码实现,帮助学习mac系统的md5编程规范,直接调用相关函数实现加解密。-mac system md5 encryption and decryption code implementation, to help learning the md5 of the mac system programming specifications, the direct correlation function is called encryption and decryption
rsa
- rsa加密解密算法c代码实现,帮助学习rsa算法实现原理,可直接调用相关函数实现对文件的解密加密。-rsa encryption and decryption algorithm c code to help you learn the rsa algorithm implementation principle can directly call the function to decrypt the encrypted file.
jiami
- 任意文件加密C语言程序源代码编译环境为VC6.0 可由用户自己输入加密密码 其原理用到文件相关的函数 使用异或功能 使用时输入文件路径即可完成加密-Encrypt any file C language source code compiler environment VC6.0 Enter the encryption password by the users themselves The principle used in file-related function
信息安全实验2-1
- 实验内容 1、对称密码技术的实现 (1)熟悉相应的DES加密/解密函数的使用,在单机完成对特定文件(test-1.txt)的单重DES加密/解密; (2)针对DES密钥特点(8字节,64比特位,其中真正起作用的为56比特位),设计一次一密的密钥产生机制(即每次会话所使用的密钥都是临时随机产生的); 2、非对称密码技术的实现 (1)熟悉RSA相关函数(公私钥生成函数,加密/解密函数); (2)利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定
