搜索资源列表
300
- 300种加密解密算法.包含RSA、SHA、MD5、RC2、RC5、RC6等等。-300 encryption and decryption algorithms. Includes RSA, SHA, MD5, RC2, RC5, RC6, and so on.
decrypt
- 解密算法,通过一组数学公式的计算,把加密后的数据还原-decryption algorithm, a mathematical formula group basis, encrypted data reduction
DES
- 利用C语言程序实现DES加密算法的加密解密功能。能够实现56位或56*n密钥的des算法,可以通过该程序提供的接口进行数据的加密,保证数据在传送过程的安全性
base64a
- base64加密方法的加密与解密算法源代码-base64 encryption method, encryption and decryption algorithms, source code
Ellipticcurvepublickeysystem
- 计算机安全学中椭圆曲线公钥系统的c源码 输入与输出: 请输入椭圆曲线方程y^2=x^3+cx+d(mod p)中c,d,p的值:8,10,23 椭圆曲线方程为y^2=x^3+8x+10(mod23) 请输入所取明文x的x1,x2:19,13 请输入选择的椭圆曲线上的点a0的x,y:7,8 请输入私钥a=17 选取t=3 加密的结果是(y0,y1,y2) = ((22,22),20,18) 实施解密: (c1,c2)=(18,12) x1=19
Euclidalgorithmandseekreciprocal
- 加密解密关于欧几里德算法以及欧几里德扩展算法(求倒数)的c源码 -Encryption and decryption on the extended Euclidean algorithm and Euclidean algorithm (demand reciprocal) c-source code
decrypt
- 解密算法,利用异或这一简单的加密方法。用二次异或进行解密。-decrypt
biginteger
- 适合科学计算的大数类,数字位数可达500位以上, 一般可用于科学计算,加密解密算法-Suitable for large numbers of scientific computing class, the number of digits up to more than 500, General can be used for scientific computing, encryption and decryption algorithms
wenbanjiami
- 对任何文本对进加密与解密,支持静态加密解密-Enter any text for encryption and decryption, encryption and decryption support for static
mymima
- 一个椭圆密码加密解密测试,用户可以直接调用函数就可以加到自己的工程中,方便不用自己写那些函数代码-An oval password encryption and decryption test, users can directly call the function can be applied to their own projects, to facilitate those functions do not write their own code
MD5
- MD5的加密跟解密算法源代码。简单有效~-Encrypt by Md5
MACTestTool
- 标准的DES加密和解密算法,实现ANSI-X99MAC算法和PBOC3DES算法。他们都是用DES算法再经过一层算法实现的。-Standard DES encryption and decryption algorithms, to achieve ANSI-X99MAC algorithm and PBOC3DES algorithm. They are using DES algorithm and then through a layer of algorithm implementati
aes_c
- 通过aes算法实现对数据来进行数据加密和数据解密。(Through the AES algorithm to achieve data encryption, decryption.)
aes_class
- 通过aes加密算法实现对数据的数据加密和数据解密。(Data encryption and data decryption are realized by AES encryption algorithm)
decode_encode
- 使用Python实现DES加解密,并与MD5和异或运算(Python implementation of DES encryption and decryption)
