搜索资源列表
ime_adpcm算法源程序
- 具体说明源程序,直接解压,没有解压密码。-specify the source directly unpack, not extracting passwords.
一个MD5加密算法源码
- MD5就是采用单向加密的加密算法,所谓单向加密就是只能对数据进行加密,也就是说,没有办法对加密以后的数据进行解密。在实际中的一个应用就是数据库中的用户信息加密,当用户创建一个新的账号或者密码,他的信息不是直接保存到数据库,而是经过一次加密以后再保存,这样,即使这些信息被泄露,也不能立即理解这些信息的真正含义。 -MD5 encryption is one-way encryption algorithm, the so-called one-way encryption is only f
mmsf
- 密码算法 密码算法 密码算法-cipher cipher cipher cipher cipher algorithm
RSA-publickey-algorithm
- 自己做的一个RSA公钥密码算法实践,包括源代码及其具体内容-do for myself a RSA public key cryptography algorithm practice, including the source code and its specific contents
gillogly-sha.tar
- 应用密码学的应用,实现密码算法,用C语言实现。-application of cryptography applications, password algorithm, using C language.
gost-spec2.ps
- 应用密码学的应用,实现密码算法,用C语言实现。-application of cryptography applications, password algorithm, using C language.
access密码破解破解
- 可以破解access密码
ExhaustivePasswordAlgorithm
- 穷举密码算法的实现,利用穷举法能够实现三位以内的密码破解问题。-Exhaustive Password Algorithm
SM4密码算法
- 详细介绍SM4算法的实现以及含有实例流程图,可以用作检验算法正确与否。(SM4 for Java. It can be used as verification of the programming.)
RSA算法模块
- 易语言成品模块] 常用全能压缩解压模块(.rar.zip.7z……)[复制链接] ...【常用全能压缩解压模块】 带密码、注释、锁定、删除等功能,全部常用功能等待(password, annotation, lock, delete, and other functions, all commonly used functions to wait)
Hill_Cipher
- 通过实验,使学生对古典密码学有充分的认识;学会正确使用编程语言(C/C++、Java、Maple等)实现希尔密码与攻击,验证课堂中所学的古典密码算法;为学习现代密码算法及其应用奠定基础。(Through the experiment, the students have sufficient knowledge of classical cryptography; learn the proper use of programming languages (C/C++, Java, Maple
RSA加解密算法
- 通过上机操作,使同学生对公钥加密算法RSA密码体制的加、解过程有一个更加清晰地认识。通过本次实验,加深学生对公钥密码体制的认识,为后面的学习打下基础。(Through the operation of the computer, there is a clearer understanding of the process of adding and solving the RSA cryptosystem of the public key encryption algorithm. Thro
安全Hash算法SHA-1的实现
- Hash函数是提供数据完整性保障的一个重要工具。本次实验,我们希望通过上机操作,使 同学们对安全Hash算法SHA-1的基本原理有一个全面的理解。通过本次实验,使学生掌握对 Hash函数的应用,为后面数字签名方案的学习打下基础。(The Hash function is an important tool for providing data integrity protection. In this experiment, we hope to have a comprehensive und
15281160_实验1_古典密码学实验
- 实验代码,多种古典密码验证程序,维吉尼亚算法等等(Experimental code, a variety of classical password validator)
古典密码
- 可以直接下载运行,包含古典加密算法中的所有算法实现,比如位移密码,代换密码等等(The classical encryption algorithm can be downloaded directly to encrypt)
一、移位密码算法的加密和解密
- 实现了移位密码算法的加密和解密,加密与解密程序在同一程序中,通过输入1or2选择加密或解密(The encryption and decryption of the transposition cipher algorithm are realized. In the same program, the encryption and decryption program is encrypted or decrypted by the input 1or2.)
DES
- DES分组密码算法的C语言实现,包含头文件和.c主文件(DES block cipher algorithm)
典型密码算法及其C语言实现——附录代码
- 几乎囊括了所有主流的加密算法的c语言实现哦(Almost all the mainstream encryption algorithms are implemented in C language.)
work2 Vigenere cipher
- 维吉尼亚密码算法加密解密用matlab实现,有注释版(Virginia cipher encryption and decryption)
ZUC
- 基于C语言祖冲之密码算法实现,国密算法简单实现,(Implementation of ZUC Cryptographic Algorithms in C Language)