搜索资源列表
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
wenbanjiami
- 对任何文本对进加密与解密,支持静态加密解密-Enter any text for encryption and decryption, encryption and decryption support for static
decode_encode
- 使用Python实现DES加解密,并与MD5和异或运算(Python implementation of DES encryption and decryption)