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

搜索资源列表

  1. crypto50

    0下载:
  2. 此文件是实现加解密算法的函数库,功能强大,能实现多种加解密算法-this document is to achieve encryption and decryption algorithm libraries, powerful, can achieve a variety of encryption and decryption algorithms
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:581443
    • 提供者:风景
  1. DCT--info-hiding.rar

    1下载:
  2. 函数用于DCT的信息隐藏,在变换域嵌入隐藏的信息,Function for the DCT information hidden in the transform domain embedded hidden information
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:1666
    • 提供者:潘露
  1. dede106b1.zip

    0下载:
  2. 所有的DFM文件的目标。您将能够打开和编辑用Delphi -所有出版方法以及评论学会代码引用字符串,进口函数调用,类方法的要求,部分单位,试除和尝试最后块。默认情况下只有德德retreives发表方法来源,但您可能还进程中的另一个可执行程序,如果你知道RVA谱抵消使用工具|拆卸过程菜单 -很多其他信息。 -您可以创建一个项目文件夹德尔福与所有的DFM ,考绩制度,洼地文件。注:考绩档案包含上述以及评论学会代码。他们不能重新编译!,- All dfm files of
  3. 所属分类:Crack_Hack

    • 发布日期:2017-03-29
    • 文件大小:647697
    • 提供者:crodling
  1. rsasoft.rar

    0下载:
  2. 利用vc++实现RSA加密解密算法源代码 [VC_RSA.rar] - 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。,Vc++ to achieve the use of RSA encryption and decryption algorithm source
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:17698
    • 提供者:易天行
  1. 利用了R.Devany混沌理论构造了一种混沌动力系统

    0下载:
  2. 混沌函数对图像加密的一种方法。利用了R.Devany混沌理论构造了一种混沌动力系统,并用所生成的混沌序列对图像进行加密.由于混沌动力系统有很强的不可预测性,因此,混沌序列对图像加密能更好的抵御各种攻击.此方法具有加密速度快、安全性高特点.,Chaotic function of a method of image encryption. Use of R. Chaos Theory Construction Devany a chaotic dynamical systems, and chao
  3. 所属分类:加密解密

    • 发布日期:2017-03-30
    • 文件大小:301434
    • 提供者:李苏宁
  1. md5.rar

    0下载:
  2. MD5算法及例子 1、 MD5String、MD5File、MD5Print、MD5Match这四个函数是供调用的。其他是用来辅助这几个函数的子函数。 2、MD5String为加密字符串。 3、MD5File为加密这个文件。 4、MD5Print是将加密后的密文转换成字符串。 5、MD5Match是用来比较密文是否一致。 加密字符串aaa MD5String(‘aaa‘) 将加密后的aaa显示出来 MD5Print(MD5String(‘aaa‘)) 比较两次密文是否一致:
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:9185
    • 提供者:ourfirebird
  1. uEncrypt.rar

    0下载:
  2. 一个加解密的函数,可逆,应用在一些要求不高的地方还是挺方便的,An encryption and decryption function, reversible, applications less demanding in some places is still quite convenient
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:994
    • 提供者:qixing
  1. MD5

    0下载:
  2. 能够实现对文件或是磁盘进行md5的计算 vc++ 只需要一个入口函数便可 完整源码,现成d-Can be achieved on paper or disk for the calculation of md5 vc++ can be only one entry point function complete source code, ready-made dll
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-19
    • 文件大小:5202551
    • 提供者:jemney
  1. DES

    0下载:
  2. 数据加密标准(DES) 轮函数采用混乱和扩散的组合,共16轮 -Data Encryption Standard (DES) round function using a combination of confusion and diffusion, a total of 16
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:239778
    • 提供者:庄雨辰
  1. entrpytFile

    0下载:
  2. 本加密器每次从要加密的文件中读取出一个字符,对其进行取反运算。由于是取反加密,解密不用写专门的解密函数,只需对文件再进行一次加密,即可恢复成明文。-Each time the encoder to read the encrypted file to a character, its the negation operator. Because it is taking anti-encryption, decryption, decrypt without having to write a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:2068
    • 提供者:蔡罡霞
  1. sha1

    0下载:
  2. SHA1 函数的C语言代码,包含测试用的main函数-SHA1 function of the C language code, including the main function of test
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:2778
    • 提供者:yangliumbox
  1. QQTEA

    0下载:
  2. QQTEA算法类 内含加密解密函数及文本输入输出HEX数据函数,适合抓包分析数据,在TEA算法的基础上加入填入随机数以及交织算法,QQ和QQ游戏传输数据都是用此算法加密的,经过测试无误,格式非常工整-QQTEA algorithm class includes text encryption and decryption functions and HEX data input and output functions for analysis of data capture, the TEA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:2300
    • 提供者:
  1. aspEnTiFvAz

    1下载:
  2. asp 最傻的加密方式EnTiFvAz 解密简单 一看代码就是被EnTiFvAz这个函数解密的,最后一段是编码加密的我们先解开。-asp is the most stupid encryption EnTiFvAz decrypt a look at the code is decrypted EnTiFvAz this function, the last paragraph is encrypted, we first unlock.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:14629
    • 提供者:皮皮
  1. CertVerifyTimeValidity

    0下载:
  2. 本程序利用VC++6.0自带的密码学相关函数库实现数字签名证书的验证-This procedure using VC++6.0 own password-related functions of digital signature certification authority
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:
    • 文件大小:3009
    • 提供者:厉超
  1. 11

    9下载:
  2. 完成基于公钥证书的非对称密钥分配工作 说明: (1)作为通讯的双方A和B,都有一个共同信赖的第三方CA,由CA为每个人生成公钥证书和相应的私钥并分发给A、B。 (2)A和B分别将自己的公钥证书提供给对方后,分别在本地验证对方公钥证书是否可靠(假定A、B已经获得CA的公钥),然后A用B的公钥加密一个数据X(整型,可自己定义,比如100)并发送给B,B用自己的私钥解密后得到数据X,然后按协商好的函数F(比如F(X)=2*X)计算得到F(X),再利用A的公钥加密后发送给A;A在本地用自己的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-10-25
    • 文件大小:71310
    • 提供者:熊龙生
  1. snow3G

    2下载:
  2. 一种3G标准snow3g的源程序,可以加密文件,带主函数-A kind of 3G standard snow3g the source code, can encrypt files, with the main function
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-06-08
    • 文件大小:1580032
    • 提供者:杨进
  1. DES-encryption-algorithm

    0下载:
  2. DES算法加解密全套程序,可运行,实现对txt(文本)文件内容的加解密。用vc6.0编写,内涵源代码,以及详细注释,程序非常简单,经过下载后可以对其源代码修改,加解密器,同时代码非常简单,可以通过读代码学到很多vc的知识啊,比看书学的快多了。另在解密文件夹中还有一个测时间的函数,精确到毫秒,可以计算出程序运行的时间,该代码移植性较强,可以用在别的程序中。-DES encryption algorithm for a full set of procedures, operations, impl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:413933
    • 提供者:xiaowei
  1. secret

    0下载:
  2. 关于暗算的加密算法,包括对txt的文件的加密和解密,产生密钥等相关函数-Encryption algorithm on the plot, including txt file encryption, and decryption, key generation and other related functions
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:2093
    • 提供者:chao
  1. AES

    0下载:
  2. AES加密和解密,包含.h和.cpp文件,vs2008打开工程,直接运行,运行参数可以参考main函数-AES encryption and decryption, including. H and. Cpp files, vs2008 open the project has a direct operation, operating parameters can refer to the main function of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3297397
    • 提供者:zhaoyb
  1. sha256

    0下载:
  2. SHA-256源代码,三个对外的函数:void SHA256Init (SHA256Context *sc) void SHA256Update (SHA256Context *sc, const void *data, uint32_t len) void SHA256Final (SHA256Context *sc, uint8_t hash[SHA256_HASH_SIZE]) 第一个函数初始化,第二个函数输入要hash的字符串,第三个函数输出结果-SHA-256 sou
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:4927
    • 提供者:zoulijun
« 1 2 3 4 5 67 8 9 10 11 ... 20 »
搜珍网 www.dssz.com