搜索资源列表
C语言实现恺撒加密算法
- c语言实现恺撒加密算法,其中有加密解密暴力破解,非常适合初学者学习用。-Caesar encryption algorithm, which encryption and decryption of violence solved, very suitable for beginners to learn from.
C实现简单的DES加密程序
- C#实现简单的DES加密程序,超级好用 -C# simple DES encryption program, the super handy
RSA的c实现
- rsa c的实现 用C语言开发高性能RSA加密算法-the realization of C language development of high-performance RSA encryption algorithm
hxtAes
- aes加密解密c#源码,有完整的注释说明文件-Aes encryption and decryption c # source, a comprehensive annotated document
rsa_code
- rsa算法,这里将给出一个简单加密模块的全部源程序(源代码) 至于RSA的理论网上一大把,它是基于公钥加密体制的一种算法。这个实例主要是用来将某一重要文件绑定到一个IP地址上。把它拷贝下来,存为CODE.C,然后执行 GCC –O CODE CODE.C 然后用./ CODE E [IP ADDRESS] [FILENAME]对文件进行加密。或用 ./CODE D [IP ADDRESS] 进行解密整个过程中产生了两个中间文件,至于什么文件,你去试
RSA加密和解密
- 用C#中RSACryptoServiceProvider类型,实现RSA算法的加密,和解密,用控制台实现-C# RSACryptoServiceProvider type, achieving RSA encryption, and decryption using Console
MD5加密算法(16位,32)
- MD5加密算法(16位,32位)的C#实现 -MD5 encryption algorithm (16, 32) C#
des加密解密1111
- 一个很不错的des加密解密算法,用c#开发,-a very good des encryption and decryption algorithm, using the c # development,
RSACodeSample
- RSA加密处理C#代码研究 1、生成public key和private key并可保存生成XML文件。 2、演示了RSA数字签名的处理过程。 3、演示了加密解密的过程。 -RSA encryption code research C# 1, and generated public key can be kept private key to generate XML documents. 2, demonstrated a RSA digital signature of the proce
C#MD5加密SHA1加密DES加密
- 用C#实现了MD5,SHA1和DES三种加密的方法。
c
- c#实现数据加密-哈希算法,哈希加密类的构造函数 -c# data encryption- the hash algorithm, Micronesia哈希加class constructor
c-Sharp-DES-encryption-algorithm
- c#实现DES算法加密解密,出现相应的加解密软件界面。-c# DES algorithm encryption and decryption, encryption and decryption software interface.
aes-c
- 用c语言来实现128字节的aes加密算法,功能简单易用,对初学者有很大帮助-Use c language to achieve 128 bytes aes encryption algorithm is easy to use, very helpful for beginners
C#程序进销存源码
- 基于Asp.Net MVC4.0 + WebAPI + Knockout 技术,采用EasyUI为前台开发展示UI,Knockout主要负责前端的逻辑交互,再结合jQuery Ajax进行提交数据请求,最新企业进销存管理系统源码分享,C#程序.net erp easyui mvc4项目代码,B/S框架开发,采用web easy ui开发框架,网站完全开源无任何加密,可直接使用或进行二次开发,Asp.net MVC架构开发(asp.net mvc + web api + easyui)(Asp.N
DES加密解密
- 提供在C#平台下的DES加密算法的DEMO实例。(Provides an DEMO instance of the DES encryption algorithm on the C# platform.)
C#基类库大全2017
- C#基类库大全2017 文件读写 文件夹读写 各种加密解密 XML操作 弹出消息类 压缩解压缩 正则表达式 文件操作类 配置文件操作类(DEncrypt Backup DLL ResourceManager)
多种加密算法工具测试
- 多种加解密工具,c#写的,可以多种编码输出。(A variety of encryption and decryption tools, written by c#, can be encoded in a variety of output.)
U盘制作加密狗源码+使用例子
- 此工具是可以用U盘当做加密狗。并且生成加密文件 以及使用的示例源码 C#(This tool can be used as an encrypted dog with a U disk. And generate encrypted files And the source code used C#)
自动压缩加密软件
- 将windows上的文件进行批量加密压缩,密码可只设置可自动(The files on windows are encrypted and encrypted in batch. The password can be set automatically only.)
C#程序脱壳
- 对于加密的C#exe或dll进行脱壳,以进行代码查看