搜索资源列表
密码算法源代码
- 几个密码算法的源代码,不知道有了没有~~ 下的人多了就继续上传-Some source programs of encryption arithmetic.I don t know whether it is always existed or not.I will upload it if a lot of people have downloaded.
用C语言写的100行DES加密算法
- 用C语言写的100行DES加密算法,学习C语言和密码算法的好例程。-C language written in 100 lines DES encryption algorithm, C language learning algorithm and password good routines.
分组全息密码算法
- 密码算法速度快于其他密码算法-Cipher faster than other cryptographic algorithms
Serv-U ftp server 密码算法
- Serv-U ftp server 密码算法-Serv-U ftp server password algorithm
算法程序库
- Dr.Sec高速密码算法库Windows版-Dr.Sec high-speed cryptographic algorithm for Windows version
ACCESS密码暴力破解
- 主要是说明破解acess数据库的密码算法。语言用vb实现。执行编译的程序查看结果-mainly states crack acess database password algorithm. Vb language used to achieve. The procedures for the implementation of compiler View Results
SM2椭圆曲线公钥密码算法
- SM2椭圆曲线公钥密码算法,SM2椭圆曲线公钥密码算法推荐曲线参数-Elliptic curve public key cryptography algorithm SM2, SM2 recommended elliptic curve public key cryptography algorithm curve parameters
凯撒密码算法的实现
- 凯撒密码算法的实现 加密:c=k1*m+k2 mod 26 解密:m=k1-1(c-k2) mod 26 ,Caesar password encryption algorithm: c = k1* m+ K2 mod 26 Decryption: m = k1-1 (c-k2) mod 26
RC4
- 本程序实现RC4算法,包括加密与解密,属于流密码算法-RC4 algorithm to achieve this process, including the encryption and decryption, are stream cipher algorithm
old
- 用VC实现的古典密码算法,经过本人调试,可直接运行。-With the VC to achieve the classical cryptographic algorithm, after I debug, can be directly run.
ecdsa
- 用于ECC公钥密码算法的大数运算库,可以实现大数的加,减,乘,除等运算,也作了一些DSA签名等实例-the big number computing for ECC algorithm and some examples
cod
- 应用密码学密码算法源代码 应用密码学密码算法源代码-password algorithm source code application cryptographic cipher algorithm source code
des
- 密码学的des算法的加密与解密的过程,其中有16轮迭代。c语言实现。-Des algorithm cryptography encryption and decryption process, of which 16 iterations. c language.
aaa
- 用维吉尼亚算法加密 /** * 维吉尼亚密码算法(BigDecimal),加/解密处理后仍为BigDecimal类型,正负号和小数点不进行处理 * * @param str * 源BigDecimal * @param key * 密钥,应为数字字符组成的字符串 * @param mode * 模式(加密or解密) * @return 加/解密后的BigDecimal -Virginia algorithm using encryp
RSAencryptonC
- RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。RSA的缺点主要有:A)产生密钥很麻烦,受到素数产生技术的限制,因而难以做到一次一密。B)分组长度太大
RSA-vb
- RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。-RSA is the most widely studied of the public key algorithm, from the nearly two decad
introductiontomoderncryptography
- 一本介绍密码学现代知识的学习资料,对于密码算法编程方面很有用。-A descr iption of the study of modern knowledge of cryptography information programming for the cryptographic algorithm is useful.
streamcipher
- 用C++编写的流密码算法。从文件读入明文,并将密文写到指定文件。所有源文件齐备,保证测试通过。-Written in C++, stream cipher algorithm. Read from a file into the plaintext and ciphertext writes the specified file. All source documents are to ensure the test.
myrsa
- 公钥密码RSA ① 通过实际编程掌握非对称密码算法RSA的加密和解密以及快速加、解密过程,加深对非对称密码算法的认识。 ② 实现对RSA的解密密钥攻击。 -Public-Key Cryptography RSA ① through practical programming in non-asymmetric cryptographic algorithm RSA encryption and decryption as well as rapid encryption and d
SM2椭圆曲线公钥密码算法
- SM2椭圆曲线公钥密码算法.pdf,SM2的资料(SM2 elliptic curve public key cryptography algorithm.Pdf, SM2 data)