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

搜索资源列表

  1. rc4

    0下载:
  2. rc4 加密解密算法程序,加密调研那个rc4()函数,解密也一样-The rc4 c++/c code for encry
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:746
    • 提供者:王晓军
  1. 300jiamisuanfayuanma

    0下载:
  2. 300种加密算法源码,标准库函数,包含RSA,ELGamal等-300 kinds of encryption algorithm source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:389333
    • 提供者:
  1. aes128-2007-05-04.tar

    0下载:
  2. aes128加密和解密 这个文件里面包含了一些加密和解密算法,还有使用的方法(函数)。用的时候直接调用就可以了,很方便,也很效率。-aes128 encrypt and decrypt the file which contains a number of encryption and decryption algorithms, as well as use of methods (functions). When used to directly call on it, very conve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:18934
    • 提供者:八音盒
  1. ElGamal

    0下载:
  2. Elgamal签名是基于离散对数问题的,首先选择p,g计算出B,作为公钥(p,g,B),在选择一个a作为私钥,给出明文m,对明文机型加密,计算出x,y,得到签名,接收方就可以进行验证。签名过程中必须使用Hash函数,否则的话容易受到存在性伪造攻击,并且签名长度是明文长度的二倍。 -Obtained by the Elgamal discrete logarithm problem cryptographic algorithms, first, Elgamal key generation,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3878726
    • 提供者:王风
  1. VC

    0下载:
  2. VC++加密函数库,包含大部分佳节米算法-VC++ encryption library that contains most of the season m algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2167010
    • 提供者:xuxiaowei
  1. crypt

    0下载:
  2. 程序生成系统用户方法(crypt),crypt是个密码加密函数,它是基於Data Encryption Standard(DES)演算法。 crypt基本上是One way encryption,因此它只适用於密码的使用,不适合於资料加密 -crypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:3704
    • 提供者:龙天浩
  1. Rabin.cpp

    0下载:
  2. 高效的Rabin加密算法,使用到了很多基本的同余有关函数-efficient Rabin encrypt and decrypt algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:1263
    • 提供者:Alex
  1. CryptoAPI

    0下载:
  2. 利用CSP的加密函数,加密方式是在系统力选择的-Using CSP encryption function, encryption method is in system force choice
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-12
    • 文件大小:2960965
    • 提供者:kom
  1. md5

    0下载:
  2. MD5算法的实现以及分析,主循环有四轮(MD4只有三轮),每轮循环都很相似。第一轮进行16次操作。每次操作对a、b、c和d中的其中三个作一次非线性函数运算,然后将所得结果加上第四个变量,文本的一个子分组和一个常数。再将所得结果向右环移一个不定的数,并加上a、b、c或d中之一。最后用该结果取代a、b、c或d中之一。-MD5 algorithm implementation and analysis, the main loop there are four rounds (MD4 only thr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:191341
    • 提供者:范小饭
  1. CryptoAPI

    0下载:
  2. CryptoAPI培训教程,讲解CryptoAPI基本函数功能及参数类型。-CryptoAPI training course to explain the basic function of CryptoAPI functions and parameter types.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:309967
    • 提供者:lijing
  1. Des-Mac

    0下载:
  2. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3859
    • 提供者:XM
  1. password

    0下载:
  2. 作品名称:数字密码加密程序(三次改进版)作品目的:增加对条件指令、循环指令的了解并熟悉自定义函数、调用函数的方法以及文件处理指令作品功能:实现注册验证及对数字进行加密、解密功能,作品改进:利用软件爆破原理改进了程序输入正确序列号重启后仍需再次输入序列号的缺陷作品缺陷:程序判断用户的选择只能用数字否则出错(尝试用过char类型),只能加密9位数字否则不能正确解密(此BUG与算法无关),无论注册码是否正确重启程序后需再次输入序列号.以上原因尚不明确!⊙﹏⊙b汗.希望各位能多多指教 -Title
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:3531
    • 提供者:Love 梦想
  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
    • 文件大小:4810
    • 提供者:suguiyang
  1. AESdemo

    0下载:
  2. AES加密解密函数以及实例工程。这个是C++的例子,比较简单实用。-AES encryption and decryption functions and example projects. This is an example of C++, more simple and practical.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2464421
    • 提供者:li
  1. QQ

    0下载:
  2. QQ密码加密函数模块,这个模块除了MD5加密部分是网上找来的,其余部分都是本人独立完成的。其实也很简单,就是MD5+BASE64,要问16还是32的MD5,其实是32的,只不过加密后的32位长的字符串要把他看成另一个字符串的HEX,然后将那个字符串用BASE64编码下,关键是VB里那个字符串会显示为"???",就是乱码,请不要到处嚷嚷什么MD5和BASE64都是公开的算法,假如您随便从网上找一个MD5的模块和BASE64的模块拼凑起来能完成本模块的功能,那就请你继续装-QQ password e
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:5339
    • 提供者:Ken
  1. Des

    0下载:
  2. des加解密C代码,没有main函数,希望对大家有所帮助-des encryption C code, there is no main function, we hope to help
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:6600
    • 提供者:龙一强
  1. libdes.tar

    0下载:
  2. linux C写的3DES及DES加密算法函数源程序,程序格式工整 易于理解 -C write function 3DES and DES encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1038459
    • 提供者:叶健
  1. AES_openssl

    0下载:
  2. 基于openssl实现AES算法,需要添加openssl库函数-AES based on openssl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:9375
    • 提供者:丁凯孟
  1. rijndael_1

    0下载:
  2. 该函数成功的完成了加解密的操作,使用AES_128的加密标准。-Function successfully completed the encryption and decryption operations, the use of AES_128 encryption standard.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:3555
    • 提供者:island
  1. zencart

    0下载:
  2. 测试页面,用exec函数测试首信易智付md5算法的-Test page
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4150673
    • 提供者:wuming
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 20 »
搜珍网 www.dssz.com