搜索资源列表

  1. shilianglianghua

    0下载:
  2. 使用矢量量化技术实现对图像的加密以及解密-The use of vector quantization technique for image encryption and decryption
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-19
    • 文件大小:53248
    • 提供者:lauren
  1. DES

    0下载:
  2. DES(Data Encryption Standard) 加密系统的 C 语言源代码-DES (Data Encryption Standard) encryption system of the C language source code
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:leiuchan
  1. source

    0下载:
  2. ECC实现的原代码,包括椭圆曲线的生成和对文件的加密解密。-ECC to achieve the original code, including elliptic curve generation and the encryption and decryption of documents.
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:74752
    • 提供者:
  1. jpegshow

    0下载:
  2. 图像加密与解密代码,容易修改参数,供大家参考-Image encryption and decryption code, easy to modify the parameters for your reference
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:1866752
    • 提供者:cc
  1. java_encrypt_decrypt

    0下载:
  2. 1、利用公钥密码技术实现对称密码技术密钥的分配; 2、利用所分配的对称密钥对通信内容进行加/解密; -1, the use of public key cryptographic techniques to achieve symmetric cryptography key distribution 2, using the symmetric key by the distribution of the content o
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:17408
    • 提供者:张海滨
  1. securitycode

    0下载:
  2. hill playfair vigenere 密码加密算法 (C++实现)-hill playfair vigenere password encryption algorithm (C++ achieve)
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:22528
    • 提供者:cpuno1111
  1. hashreplacement

    1下载:
  2. 在图像加密中用到的md5算法,也就是哈希置换-In the image of the md5 encryption algorithm used, that is, hash replacement
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:guaiguai
  1. binaryextract

    1下载:
  2. 二值图像的信息隐藏,用到md5加密和改进后的置乱算法-Binary Image Information Hiding, use md5 encryption and improved hashing algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:guaiguai
  1. Implementation_and_improvement_of_MPEG4_video_encr

    0下载:
  2. 探讨了基于zigzag置乱的MPEG4视频数据加密技术,指出了这种方案在安全性方面的不足,提出了改进方 案。改进的方案中AC系数用不同的置乱表置乱,DC系数用高强度的加密算法AES加密。最后给出了改进后的加密效 果,并且从加密速度,安全性和码流变化三个指标衡量了该方案的应用价值。 -Discussion based on the zigzag Scrambling MPEG4 video data encryption te
  3. 所属分类:mpeg/mp3

    • 发布日期:2024-05-19
    • 文件大小:165888
    • 提供者:吴笛
  1. Scx3.1

    0下载:
  2. This file contains a C++Builder 4 project called SimplyChaos-X ver 3.1 (SCX31). SCX31 is an encryption tool. I designed it as my graduation paper work. SCX31 is a symmetric stream cipher built on chaos function, one
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:24576
    • 提供者:范杰
  1. AES

    0下载:
  2. AES-rijndael 算法的详细资料, 包括 AES加密算法中的SBox及其C语言实现.pdf FIPS197(chs).pdf FIPS197.pdf nist.url Rijndael.pdf rijndael算法流程.swf Rijndael算法深入的研究.doc Rijndael算法优化技术研究.doc 公钥密码体制与有限域(2).pdf 一种基于伽罗瓦域的密码系统.pdf-AES-r
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:1982464
    • 提供者:张鲁夺
  1. Chens_chaos

    0下载:
  2. 混沌 加密 审计-Chaotic Encryption audit
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:金羽
  1. Logistic_chaos

    0下载:
  2. 混沌加密 映射 实现-Chaotic encryption mapping realize
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:金羽
  1. hundun

    0下载:
  2. 基于三维混沌序列的数字图像加密算法,是一种比较复杂的加密算法-Chaotic sequence based on the three-dimensional digital image encryption algorithm is a more complex encryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:laden
  1. code

    0下载:
  2. 基于LSB的图像中数据加密隐藏算法程序 图像的组成无非是一些字符串或者一些字节组成的字符串,然而,每一个字节数据位的重要度并不是一样的,两个相邻字节往往只有低位是不一样的。例如:00100110和00100111代表了两个不同渐变度的红色,但是就人眼是分辨不出来的。最低有效位LSB算法,就是利用这一点,达到图像压缩,或者数字水印的功能。 -LSB of the image-based data encryption to hide
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:248832
    • 提供者:aaa
  1. Permutation

    0下载:
  2. Column permutation cipher是基于置换的加密解密方式。利用本程序可实现Column permutation cipher的加密和解密。 -Column permutation cipher is based on the replacement of the encryption and decryption methods. This procedure can be realized using Colum
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:332800
    • 提供者:马茜
  1. RSA_Matlab

    0下载:
  2. RSA Encryption and Decryption using Matlab by Thunyawat Rajatasereekul and Voranon Kiettrsalpipop
  3. 所属分类:CA认证

    • 发布日期:2024-05-19
    • 文件大小:92160
    • 提供者:lena
  1. sys

    0下载:
  2. 一个可以用的驱动级加解密源码,采用最新的minifilter框架结构.实现了对word等文件的加解密-One can use the drive-level encryption and decryption source, using the latest fr a mework minifilter. Realize the word, such as encryption and decryption of documents
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1691648
    • 提供者:wangf
  1. Matlab07

    1下载:
  2. 摘要:为提高密码的抗攻击性,利用超混沌系统随机性好!可确定再生,且密钥空间较大的特性,提出了一种基于四维连续超混沌系统和扩展映射的实时视频流加密算法"-Abstract: In order to improve the password anti-aggressive use of system randomness hyperchaos good! Regeneration can be identified, and key cha
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:2436096
    • 提供者:武同学
  1. AesCode

    0下载:
  2. AES一种常用的加密解密方法 AES加密解密程序源码 -AES encryption and decryption of a commonly used method of AES encryption and decryption process source
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:4550656
    • 提供者:陈飞
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »

源码中国 www.ymcn.org