搜索资源列表
Md5加密算法
- vb实现MD5的加密算法,简单易用!运行速度快!-MD5 implementation, VB version. It s easy to use and the speed is very fast.
C语言实现恺撒加密算法
- c语言实现恺撒加密算法,其中有加密解密暴力破解,非常适合初学者学习用。-Caesar encryption algorithm, which encryption and decryption of violence solved, very suitable for beginners to learn from.
一个MD5加密算法源码
- MD5就是采用单向加密的加密算法,所谓单向加密就是只能对数据进行加密,也就是说,没有办法对加密以后的数据进行解密。在实际中的一个应用就是数据库中的用户信息加密,当用户创建一个新的账号或者密码,他的信息不是直接保存到数据库,而是经过一次加密以后再保存,这样,即使这些信息被泄露,也不能立即理解这些信息的真正含义。 -MD5 encryption is one-way encryption algorithm, the so-called one-way encryption is only f
RSA加密和解密
- 用C#中RSACryptoServiceProvider类型,实现RSA算法的加密,和解密,用控制台实现-C# RSACryptoServiceProvider type, achieving RSA encryption, and decryption using Console
des加密解密1111
- 一个很不错的des加密解密算法,用c#开发,-a very good des encryption and decryption algorithm, using the c # development,
RSA公开密钥加密
- 利用公开密钥密码算法,加密和解密使用不同的密钥。-use public key algorithm,and use diffrent key for encryption and decryption
md5加密算法
- md5加密算法,可以把你输入的字符转换成md5
加密、解密文件夹中所有文件
- 使用加密算法,加密文件夹内所有文件; 也可将文件夹内所有被加密的文件解密; 可设置密码; 可将文件加密到内存文件,供程序直接使用,而不必使用磁盘文件
MD5快速算法源码
- 非常快速的MD5加密算法,方便实用!
DES加密系统
- 用VC实现DES加密算法,可以对文件进行加密解密
filebind_rc4
- 文件捆绑绝对免杀,加密用的是rc4算法,能过的的nod32,kaba,nod,avast,avg...国内的没测过
RSA
- RSA加密算法,可以实现实现128,256,512,1024,2048位的RSA加密解密运算-Use vc++ Realize RSA encryption and decryption algorithm source code.RSA digital signature algorithm of RSA
DES
- DES加密软件,采用DES算法,可以对任意文档进行加密解密。 -DES encryption software, using DES algorithm, can be carried out on any document encryption and decryption.
java_DES加密解密源码
- Java实现des加密解密算法,des加密解密算法(Java implementation of DES encryption algorithm)
加密算法源码
- 单片机加密算法,包括AES,DES,MD5,RC6,RSA等(SCM encryption algorithm, including AES, DES, MD5, RC6, RSA and so on)
LookFace加密系统
- C#开发的基于Face++的人脸识别视频登录验证加密系统,加密采用AES算法。内有PPT文档和文件的运行流程。(C# development of Face++ based face recognition, video registration, verification, encryption system, encryption using AES algorithm. There are running processes for PPT documents and files.)
des加解密算法delphi10.1编译通过
- des加密算法,delphi10.1编译通过,就两个函数,一个加密一个解密,操作简单(DES encryption algorithm, delphi10.1 compiler through, on the two functions, an encryption, a decryption, simple operation)
tea加密解析算法
- 在游戏项目中,一般需要对资源或数据进行加密保护,最简单高效的加密算法就是采用位与或之类的,但是比较容易被人分析出来。 TEA加密算法不但比较简单,而且有很强的抗差分分析能力,加密速度也比较快。可以根据项目需求设置加密轮数来增加加密强度。(Simple algorithm of tea encryption and decryption)
C# EXE文件加密器源代码
- 一种算法用于加密开发的.exe文件,保证文件的运行安全(Encryption and development of.Exe files to ensure running security)
一、移位密码算法的加密和解密
- 实现了移位密码算法的加密和解密,加密与解密程序在同一程序中,通过输入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.)