CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - 相关函数

搜索资源列表

  1. 基于SHA-256的HMAC文件校验器

    1下载:
  2. 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
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:48.84kb
    • 提供者:杨飞
  1. epass3003

    0下载:
  2. USB加密锁开发实例,适用于epass3003,里面有多个例子,及其相关的库函数,相当不错,极力推荐
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:128.72kb
    • 提供者:燕子
  1. CertVerifyTimeValidity

    0下载:
  2. 本程序利用VC++6.0自带的密码学相关函数库实现数字签名证书的验证-This procedure using VC++6.0 own password-related functions of digital signature certification authority
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:
    • 文件大小:2.94kb
    • 提供者:厉超
  1. secret

    0下载:
  2. 关于暗算的加密算法,包括对txt的文件的加密和解密,产生密钥等相关函数-Encryption algorithm on the plot, including txt file encryption, and decryption, key generation and other related functions
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:2.04kb
    • 提供者:chao
  1. VBzhucema

    0下载:
  2. 该软件可以自动随机生成2至32位注册序列号及对应的注册码,并将这些注册信息包含到一个动态联接库DLL文件中,这样软件开发者可以将这个DLL文件同应用程序一并发行,并在应用程序的相关模块中调用这个DLL文件中提供的函数获得注册号及相对应的注册码,注册号及相对应的注册码对软件使用者来说是不透明的。-The software can automatically generate a random sequence of 2-32 registration number and the correspo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:2.41kb
    • 提供者:任建
  1. bcd

    0下载:
  2. 函数名称: 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:3.48kb
    • 提供者:yhg
  1. makefile

    0下载:
  2. 函数名称: 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:2.58kb
    • 提供者:yhg
  1. crc

    0下载:
  2. 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.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:2.53kb
    • 提供者:徐军
  1. ecc

    0下载:
  2. 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.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:3.83kb
    • 提供者:徐军
  1. MD5

    0下载:
  2. 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:2.16kb
    • 提供者:徐军
  1. MD5mac

    0下载:
  2. 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:2.58kb
    • 提供者:徐军
  1. rsa

    0下载:
  2. 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.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:2.35kb
    • 提供者:徐军
  1. jiami

    0下载:
  2. 任意文件加密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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:172.57kb
    • 提供者:111
  1. 信息安全实验2-1

    1下载:
  2. 实验内容 1、对称密码技术的实现 (1)熟悉相应的DES加密/解密函数的使用,在单机完成对特定文件(test-1.txt)的单重DES加密/解密; (2)针对DES密钥特点(8字节,64比特位,其中真正起作用的为56比特位),设计一次一密的密钥产生机制(即每次会话所使用的密钥都是临时随机产生的); 2、非对称密码技术的实现 (1)熟悉RSA相关函数(公私钥生成函数,加密/解密函数); (2)利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定
  3. 所属分类:加密解密

    • 发布日期:2017-12-29
    • 文件大小:16kb
    • 提供者:潇洒坤
搜珍网 www.dssz.com