搜索资源列表
实验5
- 哈夫曼编码/译码 背景介绍: 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求这发送端通过一个编码系统对待传数据预先编码,在发送端将传来的数据进行译码(复原)。对于双工信道。每端都需要一个完整的编译码系统。本程序将为这样的信息收发站写一个哈夫曼的编译码系统。 哈夫曼编码/译码: 程序运行步骤: 1、建立哈夫曼树,从键盘输入字符集大小,字符以及频度。 2、对字符进行编码,输出编码结果,分单个句子和整个句子输出,编码导入
aes_c++
- aes在c++下的源码,基本实现加密与解密的功能-Aes in the source code, the basic realization of encryption and decryption functions
rsa_code
- rsa算法,这里将给出一个简单加密模块的全部源程序(源代码) 至于RSA的理论网上一大把,它是基于公钥加密体制的一种算法。这个实例主要是用来将某一重要文件绑定到一个IP地址上。把它拷贝下来,存为CODE.C,然后执行 GCC –O CODE CODE.C 然后用./ CODE E [IP ADDRESS] [FILENAME]对文件进行加密。或用 ./CODE D [IP ADDRESS] 进行解密整个过程中产生了两个中间文件,至于什么文件,你去试
CryptoDemo
- c#程序中对数据进行加密的源代码 非常使用的一段代码-c # procedures for data encryption source code is the use of a section of code
jiamiheduomeiti
- 这是5个具有代表性的C#原代码,有加密,多媒体编程,还有最重要的是可以增加知识-This is the five representative of the original C# code, encryption, multimedia programming, What is most important is to increase knowledge
NHD
- 使用C#写的一个加密软件的源代码。 可以简单的给本机文件加密。-use C# to write an encryption software source code. Can be a simple document to the machine encryption.
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
XXTEA
- 用于加密的XXTEA的源码,,很好用的。。。可以用多种方式进行操作。-XXTEA for encryption source code, very good use. . . Can operate a variety of ways.
Device_ID
- 获得windows mobile设备号的代码。可以用来做软件的加密邦定。-Access to windows mobile device number code. Encryption software can be used to make bonding.
dotNetTipsUtility
- Common .NET 2.0 helper functions and custom classes. Contains useful common code that anyone can use in just about any project. Helper classes include Active Directory, Validation, IIS, File IO, Security, Computer Info, Web, XML and more. Other class
vc
- VC文本加密,用于加密/解密的代码,以ATL形式提供-VC text encryption for encryption/decryption code to the form of ATL
DES_Encryption
- 一个基于DES的加密软件代码,使用C#编写,能加密和解密字符串和文件。-DES-based encryption software code, the use of C# Prepared to encrypt and decrypt strings and documents.
Disassembler
- 一个校园网拨号客户端的主程序源代码,加密部分的dll未能破解出源码。-A campus network of dial-up client main program source code, encryption dll failed to crack the part of the source.
RC6_CSharp
- 用Csharp实现RC6加密算法的详细描述,并提供核心代码-Csharp with RC6 encryption algorithm to achieve a detailed descr iption, and provide the core code
Class-library-source-code
- 常见的各种包含文件读写、文件夹读写、各种加密解密、XML操作 字符串操作的代码集合。-Various kinds of common contains file read and write, read and write, a folder encryption and decryption, XML operationString operation code set.
Encryption
- C#写的加密解密源码: 将字符串转化为UTF-8的ByteArray后,使用TripleDES算法对字符串进行加密,加密后的字符串再转化为Base64字符串。-Written in C# encryption and decryption source code: the string converted to UTF-8 ByteArray using the TripleDES algorithm to encrypt the string, the encrypted string is
source-code
- [数据加密]利用公开密钥密码算法,加密和解密使用不同的密钥。-[Data Encryption] the use of public key cryptography algorithm, encryption and decryption use different keys.
code
- 一种利用硬盘序列号对自开发软件的简单且有效的加密注册方法,适用于发布量不大、尤其不公开发行的专用工程软件。主要目的:为使开发者的软件不被任意复制使用,用户每装一台机器都需要向开发者报知用户号并索取注册号。基本原理:将硬盘序列号做运算后做为用户号,开发者可利用科学型计算器,根据用户报知的用户号和只有自己知道的密钥直接算出注册码返回给用户;用户端不需注册机,开发者也不需解码器,且注册成功后Windows系统会自动保存,以后无需再注册,软件升级也无需重新注册。 所附VC源代码中有实现方法和详细注释。-
image-encryption
- 该文件包括了《图像加密与实践—基于C#语言实现》一书中的所有原代码,是全面学习混沌加密,等加密算法的最佳力作-This document includes " image encryption and Practice- based C# language to achieve the" best masterpiece, a book of all the source code, is a comprehensive study of chaotic encryption,
CSharp-code-Opetator
- C# 最强密码处理类,MD5加密、SHA1 加密、SHA256 加密、HMAC 加密-MD5 encryption, SHA1 encryption, SHA256 encryption, HMAC encryption
