CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 加密算法

搜索资源列表

  1. 1

    0下载:
  2. 图像加密,基于混沌映射的图像加密算法的实现与研究-A novel algorithm for image encryption based on mixture of chaotic maps
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:281375
    • 提供者:liming
  1. tuxiang

    1下载:
  2. 基于混沌理论的Logistic映射数字图像的加密算法,实现图像的置乱-Based on the Chaos Theory of Logistic mapping digital image encryption algorithm, the realization of image scrambling
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:65256
    • 提供者:夏青
  1. DES

    0下载:
  2. 通过c#来实现对称加密算法DES算法,用于网络安全-the realization of DES algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:251425
    • 提供者:孟听
  1. RSA-MFC

    1下载:
  2. RSA-MFC,基于MFC的RSA加密算法的实现,可以用于16进制文件的加解密-RSA-MFC, the MFC based on the realization of RSA encryption algorithm, can be used for 16-band file encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3763250
    • 提供者:高飞
  1. FileEncode

    0下载:
  2. 自己编写的用C语言简单的异或算法所编写的短小精悍的文件加密程序!实现了密码加密功能!已经运行通过。非常经典,绝对是学习C语言的算法的好例子。有小又精才是最好的-I have written using C language simple XOR algorithm dapper prepared file encryption program! The realization of the encryption password! Has been running through. Very c
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:190522
    • 提供者:但是借
  1. encrypt_lib

    0下载:
  2. 几百种加密算法库,包括rsa,base64等等。-Hundreds of encryption algorithms library
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:692658
    • 提供者:王斌
  1. RSA

    0下载:
  2. RSA简洁幽雅,但计算速度比较慢,通常加密中并不是直接使用RSA 来对所有的信息进行加密, 最常见的情况是随机产生一个对称加密的密钥,然后使用对称加密算法对信息加密,之后用 RSA对刚才的加密密钥进行加密。-RSA elegant simplicity, but the computing speed is relatively slow, usually not direct the use of encryption in the RSA to encrypt all the informa
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1273499
    • 提供者:huhanzhong
  1. RSA

    0下载:
  2. 实现了RSA加密算法,可以对一段文字进行加密解密-The realization of the RSA encryption algorithm, can be carried out on a section of text encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:38151
    • 提供者:alex
  1. HexEnc

    0下载:
  2. VC++使用XOR 256加密解密算法对文本或文件进行加、解密,很早时候的加密算法,但现在还很实用,搜集了一个实例,希望对VC++编程的朋友有所帮助。它主要是对十六进制的文本文档或者文件进行加密解密。-VC++ using the XOR 256 encryption and decryption algorithms to increase the text or document, decryption, the encryption algorithm when a long time a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:69444
    • 提供者:117
  1. encrypt

    0下载:
  2. 使用C#实现的几种加密算法,可以对做软件加密算法有帮助-C# encrypt algorithms
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:346087
    • 提供者:niuniu
  1. ImageEncryptionAlgorithm

    1下载:
  2. 以两个简单的logistic映射构造一个双混沌互扰系统,提出了基于双混沌互扰系统的图像加密算法.-An image encryption algorithm is proposed with inter-perturbations of dual chaotic systems constructed based on two simple logistic mapping.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:298488
    • 提供者:胡勇辉
  1. RSAtested

    0下载:
  2. 用C实现的RSA非对称加密算法,经过测试,通过编译,可以执行的代码-C implementation using RSA asymmetric encryption algorithm, tested through the compilation, you can perform code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1832624
    • 提供者:yihoumei
  1. encryptor_wrapper

    0下载:
  2. 用于智能卡的3DES的MAC和DMAC加密算法。-For smart cards 3DES encryption algorithm of the MAC and DMAC.
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:1293
    • 提供者:飞翔
  1. TdesEncryptExample

    0下载:
  2. 使用TripleDES加密算法对输入的字符串加密,并输出加密后的字符串和解密后的结果。-TripleDES encryption algorithm using the input string encryption, and output encrypted string and the decrypted results.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:35564
    • 提供者:小明
  1. Bin_Encrypt

    0下载:
  2. 基于DES加密算法的二进制加密解密程序,内含主程序与加密函数、解密函数,有详细注释,并画出了二进制信号波形。-DES encryption algorithm based on binary encryption and decryption process, containing the main program and the encryption function, decryption function, detailed notes, and draw a binary signal
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:9012
    • 提供者:
  1. 3

    0下载:
  2. 基于三维猫映射的彩色图像加密算法 基于三维猫映射的彩色图像加密算法-image encryption base on cat mapping image encryption base on cat mapping
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:507229
    • 提供者:ff
  1. 4

    0下载:
  2. 扩散映射置乱与超混沌系统组合图像加密算法 扩散映射置乱与超混沌系统组合图像加密算法-Combi ned i mage encryption a lgor ithm ba sed on di ffusi on mapped disorder and hyperchaoti c system s
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:307560
    • 提供者:ff
  1. TdesEncryptExample

    0下载:
  2. 使用TripleDES加密算法对输入的字符进行加密,并输出加密后的字符串核解密后的结果-Using the TripleDES encryption algorithm to encrypt the input characters and output the encrypted string to decrypt result after the nuclear
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:37265
    • 提供者:hl790
  1. EncryptedTcp

    0下载:
  2. 利用同步TCP传递会话数据,包含客户端和服务器端,使用不对称加密算法加密对称加密算法的密钥,使用对称算法加密会话信息-The use of simultaneous TCP transfer session data, including client and server side, using an asymmetric encryption algorithm to encrypt the symmetric key encryption algorithm, using symmetri
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:95237
    • 提供者:hl790
  1. hgsd

    0下载:
  2. 字符串加密算法 c#程序 String encryption algorithm-String encryption algorithm c# program String encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:1307
    • 提供者:YBBTMVTK
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com