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

搜索资源列表

  1. checksum

    0下载:
  2. 软件模拟CRC冗余校验,可以对任意长度的发送序列求16位校验和,并且可以对接收序列进行检查。有详细的中文注释,和模拟函数-simulation software CRC Redundancy Check, for any length of this sequence for 16 checksum, and to be able to receive sequence for the examination. The Chinese have detailed notes and simula
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.53kb
    • 提供者:邓飞
  1. v5395_iword

    1下载:
  2. Iword2004 文档控件源码 1,控件支持全部Office菜单,支持Office的打印预览,控件强大的B/S通讯技术。 2,能够将服务器数据库中的数据或者用户自定义的数据插入当前文档的指定位置。 3,可以将文档中的指定数据随时保存到服务器数据库或者指定的目录中。 4,控件能够在浏览器窗口中直接编辑Word文档并保存到Web服务器上,实现文档和数据库的统一管理。 5,控件同时支持痕迹保留,手写签名,电子印章等办公自动化系统必备的功能。 6,控件采用标准HTTP协议,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:251.09kb
    • 提供者:宋雅彧
  1. bigint_zxf

    1下载:
  2. 一个很好用的大整数的类, 最大可支持9999990位的十进制整数, 可进行大整数的加、减、乘、除和取模运算,并带有求大整数的 最大公因数、扩展Euclidean算法、中国剩余定理算法、 Miller-Rabin素性测试算法、随机生成任意位的大整数等函数库, 这个类的动态库曾用于商业软件之中,其可靠性和速度是得到 确认的。用于商业目的可能需要注册。-a good use of the integer type, the biggest 9999990 to support th
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:180.67kb
    • 提供者:张晓峰
  1. MD5不可逆加密算法的ASP实现实例

    0下载:
  2. 此为国外转载函数,可将任意字符转换为md5 16为字符加密形式,而且为不可逆转换。-reproduced here for foreign functions, arbitrary characters can be converted to 16 md5 encrypted form of characters, but also to irreversible change.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:9.78kb
    • 提供者:许俊
  1. c-md5code

    0下载:
  2. 带密钥的md5算法库md5lib.h共有下列函数: char* MDString (char *) /*输入任意一个字符串,经过md5算法处理后,返回结果:一个定长(32个字符) 字符串 */ char* MDFile (char *) /*输入任意一个文件名,文件内容经过md5算法处理后,返回结果:一个定长 (32个字符)字符串 */ char* hmac_md5(char* text, char* key) /*输入任意一个字符串text,和一个用
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:5.82kb
    • 提供者:wangyicai
  1. jia_mi

    0下载:
  2. 一个简单而实用的加密函数,可放入主程序中任意调用。使用时可将需要加密的口令字符作为参数调用该函数,返回的就是加密后的口令。-A simple and practical encryption function, any call can be placed in the main program. Can use the encrypted password characters will need to call the function as a parameter to return th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:669byte
    • 提供者:徐建
  1. MD5lib

    0下载:
  2. /* 带密钥的md5算法库md5lib.h共有下列函数: char* MDString (char *) 输入任意一个字符串,经过md5算法处理后,返回结果:一个定长(32个字符)字符串 char* MDFile (char *) 输入任意一个文件名,文件内容经过md5算法处理后,返回结果:一个定长(32个字符)字符串 char* hmac_md5(char* text, char* key) 输入任意一个字符串text,和一个用做密钥
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:4.7kb
    • 提供者:suguiyang
  1. RSA-code

    0下载:
  2. 算法实现了任意位数的RSA算法,可以各个函数均有简要说明-The algorithm any digit RSA algorithm can have a brief descr iption of each function
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-16
    • 文件大小:33.51kb
    • 提供者:ciulieaiu
  1. Cryptology

    1下载:
  2. 1. 实现课本 简单的SPN-分组加密和解密算法; 2. 实现对任意文件的加密和解密; 3. 测试加密函数的运行速度; 4. 对加密函数进行先行密码分析。 -1 to achieve a simple textbook SPN-packet encryption and decryption algorithm 2 to achieve arbitrary file encryption and decryption 3 tests the speed of the encr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-06-23
    • 文件大小:5kb
    • 提供者:liming
  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. sha

    0下载:
  2. 实现安全散列函数sha1,可对任意不超过2^64大小的文件进行操作,产生160bits的摘要,因本人较懒,注释较少,不过程序很好理解。是用c语言实现的。-Secure hash function sha1, can not exceed 2 ^ 64 any size file to operate, generate 160bits summary, because I am more lazy, notes less, but the program is well understood.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:11.61kb
    • 提供者:杨勇
  1. Cryptography-curriculum-design

    0下载:
  2. 1) SPN-分组加密和解密 2) 任意文件的加密和解密 3) 测试加密函数运行速度 4) 线性密码分析 5) 差分密码分析 其中,线性密码分析包含对随机生成的进行线性分析以及线性分析成功时明 密文对的测试;差分密码分析包含对随机生成的进行差分分析以及差分分析成功 时明密文对的测试 - 1) SPN- group encryption and decryption 2) arbitrary file encryption and decryption 3) test the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1.81mb
    • 提供者:vincent chou
  1. DES

    0下载:
  2. 实现DES函数的加密解密过程,并且能够实现任意长度任意字符的加密和解密(Implement the encryption and decryption process of DES function)
  3. 所属分类:加密解密

    • 发布日期:2018-01-07
    • 文件大小:3kb
    • 提供者:Vinegar
搜珍网 www.dssz.com