CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - 数据流

搜索资源列表

  1. A5Encryption

    0下载:
  2. 用A5算法加密解密算法,A5算法使用LFSR对数据流进行加密解密运算.-A5 algorithm using encryption and decryption algorithms, A5 algorithm used LFSR flow of data encryption and decryption operations.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:56587
    • 提供者:liudongxiao
  1. DES

    0下载:
  2. DES加密算法,现代最经典的数据流加密算法之一,已在实际生活中得到广泛应用-DES encryption algorithm, the most classic of modern encryption of data streams, has been widely used in real life
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1891170
    • 提供者:晴空
  1. des

    0下载:
  2. 偶尔想到数据加密技术,这里顺便提一下双向加密的标准DES。以前在一个宽带流媒体服务器项目中用到了DES加密,虽然使用环境相对单纯,但算法实现本身是具有普遍意义的。下述程序是很久以前在RSA公司的网站找到的,效率很高,稳定性较好,便一直在实践中使用-Occasionally think of data encryption technology, where two-way encryption standard DES. Ago in a broadband streaming media se
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:7016
    • 提供者:ai ai
  1. lili-ref-nessie

    0下载:
  2. LiLi,一个可以用于数字签名、数据完整性、加密的流密码算法源代码-LiLi, a can be used for digital signatures, data integrity, encryption stream cipher algorithm source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:5195
    • 提供者:钟高祥
  1. salsa20_p3source

    0下载:
  2. 最新的Salsa20 数据流同步加密算法实现的源代码。-Salsa20 the latest data stream encryption algorithm realize synchronization of the source code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:7945
    • 提供者:yuisikyo
  1. en2_src

    0下载:
  2. 基于二进制模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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:65109
    • 提供者:pclion
  1. rijndael_AES

    0下载:
  2. 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.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:23006
    • 提供者:KC Chen
  1. lsbsoundsignal

    0下载:
  2. 最不 重 要 位(LSB)方法DO是将秘密数据(水印数据)嵌入到载体数据中最简单的一种方法,它是在时域里隐藏数据。任何的秘密数据都可以看作是一串二进制位流,而音频文件的每一个采样数据也是以二进制数来表示。这样,可以将部分采样值的最不重要位用代表秘密数据的二进制位替换掉,以达到在音频信号中嵌入秘密数据的目的。-The most significant bits (LSB) method of DO is the secret data (watermark data) embedded into
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:972
    • 提供者:yuanyuan
  1. DES

    0下载:
  2. 对称算法又称为传统密码算法。对称算法的对称性体现在加密密钥能够从解密密钥推算出来, 反之亦然。在大多数对称算法中, 加解密的密钥是相同的。可见, 对称密钥算法的加解密密钥都是保密的。对称密钥算法又分为两种分组密码和流密码。分组密码将明文分割为若干个定长的数据块称为一个分组, 每次对一个分组进行处理流密码又称序列密码, 依次对输人每个元素进行处理。DES算法是一种最通用的对称密钥算法, 属于分组密码算法。-Symmetric algorithm, also known as the tradit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:86380
    • 提供者:王风
  1. ADSTester

    0下载:
  2. 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:73957
    • 提供者:万温
  1. MTF_transform

    0下载:
  2. 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:20597
    • 提供者:sununjoy
  1. EncryptTcpServer

    0下载:
  2. 这是一个使用不对称密钥加密对称密钥,使用对称密钥加密网络数据流,并进行网络传输的服务器端程序。-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.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:70367
    • 提供者:林场
  1. EncryptTcpClient

    0下载:
  2. 这是一个使用不对称密钥加密对称密钥,使用对称密钥加密网络数据流,并进行网络传输的客户端程序。-This is a used asymmetric encryption symmetric key, the use of symmetrical encryption network data flow, and network transmission of the client program.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:59493
    • 提供者:林场
  1. filelock2

    0下载:
  2. 加密软件,第二代加密源码,可以加密源文件,图片,文件、数据库和数据流,功能强大-Encryption software, encryption can encrypt second generation of source code, source files, images, files, database and data flow, powerful
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:460882
    • 提供者:hesp
  1. 1

    0下载:
  2. 用于卷积码编码,实现输入二进制数据流进行编码-For the convolutional code encoder, the input binary data stream to be encoded
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-17
    • 文件大小:5120
    • 提供者:张祺文
  1. md5

    0下载:
  2. 修正自网上MD5单元,增加数据流的MD5校验-add stream md5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-20
    • 文件大小:5764
    • 提供者:svenrose
  1. LFSR

    0下载:
  2. 流密码算法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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:2175278
    • 提供者:lecision
搜珍网 www.dssz.com