搜索资源列表
A5Encryption
- 用A5算法加密解密算法,A5算法使用LFSR对数据流进行加密解密运算.-A5 algorithm using encryption and decryption algorithms, A5 algorithm used LFSR flow of data encryption and decryption operations.
DES
- DES加密算法,现代最经典的数据流加密算法之一,已在实际生活中得到广泛应用-DES encryption algorithm, the most classic of modern encryption of data streams, has been widely used in real life
des
- 偶尔想到数据加密技术,这里顺便提一下双向加密的标准DES。以前在一个宽带流媒体服务器项目中用到了DES加密,虽然使用环境相对单纯,但算法实现本身是具有普遍意义的。下述程序是很久以前在RSA公司的网站找到的,效率很高,稳定性较好,便一直在实践中使用-Occasionally think of data encryption technology, where two-way encryption standard DES. Ago in a broadband streaming media se
lili-ref-nessie
- LiLi,一个可以用于数字签名、数据完整性、加密的流密码算法源代码-LiLi, a can be used for digital signatures, data integrity, encryption stream cipher algorithm source code
salsa20_p3source
- 最新的Salsa20 数据流同步加密算法实现的源代码。-Salsa20 the latest data stream encryption algorithm realize synchronization of the source code.
en2_src
- 基于二进制模2除法的简单流加解密算法。要求被加密的数据至少8字节,字节数能被4整除。 --pclion -Binary mode based on division 2 of the easy encryption and decryption algorithm flow. Require encryption of data at least 8 bytes, number of bytes to be divisible by 4.- pclion
rijndael_AES
- rijndael AES 比较经典的加解密算法,只需要调用相应的函数就能实现对数据流或文件进行加解密。-Comparison of classic rijndael AES encryption algorithm, is only required to call a function of the corresponding data flow will be able to achieve or file encryption and decryption.
lsbsoundsignal
- 最不 重 要 位(LSB)方法DO是将秘密数据(水印数据)嵌入到载体数据中最简单的一种方法,它是在时域里隐藏数据。任何的秘密数据都可以看作是一串二进制位流,而音频文件的每一个采样数据也是以二进制数来表示。这样,可以将部分采样值的最不重要位用代表秘密数据的二进制位替换掉,以达到在音频信号中嵌入秘密数据的目的。-The most significant bits (LSB) method of DO is the secret data (watermark data) embedded into
DES
- 对称算法又称为传统密码算法。对称算法的对称性体现在加密密钥能够从解密密钥推算出来, 反之亦然。在大多数对称算法中, 加解密的密钥是相同的。可见, 对称密钥算法的加解密密钥都是保密的。对称密钥算法又分为两种分组密码和流密码。分组密码将明文分割为若干个定长的数据块称为一个分组, 每次对一个分组进行处理流密码又称序列密码, 依次对输人每个元素进行处理。DES算法是一种最通用的对称密钥算法, 属于分组密码算法。-Symmetric algorithm, also known as the tradit
ADSTester
- windows中的NTFS系统的文件,可以写入隐藏的ADS流,用于特定的用途。但是直接在文件中写入ADS流数据是不安全的,所以对其加密,是一个较好的安全方式。为了达到密钥安全,故不存储密钥,而是根据输入的口令,采用MD5摘要算法对ADS流数据加密,解密时也利用相同口令即可-windows in the NTFS system files, hidden ADS flow can be written for a specific purpose. However, ADS is written
MTF_transform
- MTF变换,一种字节数据流编码方式,用来改善加密压缩性能-The move-to-front transform (or MTF) is an encoding of data (typically a stream of bytes) designed to improve the performance of entropy encoding techniques of compression. When efficiently implemented, it is fast enough
EncryptTcpServer
- 这是一个使用不对称密钥加密对称密钥,使用对称密钥加密网络数据流,并进行网络传输的服务器端程序。-This is an example for Encrypt TCP flower Server.This example used publicKey encrypted Triple DES key,then used this key enrypted TCP flower data.
EncryptTcpClient
- 这是一个使用不对称密钥加密对称密钥,使用对称密钥加密网络数据流,并进行网络传输的客户端程序。-This is a used asymmetric encryption symmetric key, the use of symmetrical encryption network data flow, and network transmission of the client program.
filelock2
- 加密软件,第二代加密源码,可以加密源文件,图片,文件、数据库和数据流,功能强大-Encryption software, encryption can encrypt second generation of source code, source files, images, files, database and data flow, powerful
1
- 用于卷积码编码,实现输入二进制数据流进行编码-For the convolutional code encoder, the input binary data stream to be encoded
md5
- 修正自网上MD5单元,增加数据流的MD5校验-add stream md5
LFSR
- 流密码算法C++实现,使用六级线性反馈移位寄存器,生成64位的密钥,在对数据进行加密,同时整合Socket编程,实现进程间加密通信。-C++ stream cipher algorithm implementation, using six linear feedback shift register to generate a 64-bit key to encrypt data at the same time integrating Socket programming, encrypte