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

搜索资源列表

  1. SDK2.1-Development-Guide

    0下载:
  2. 对关于加密解密中所用到的函数进行详细分析,并列举出相应的实例加以说明,句有很好的使用价值-Concerning the encryption and decryption functions used in the detailed analysis and outlines the appropriate example to illustrate a very good value sentence
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:153434
    • 提供者:lixiuna
  1. hasFunction

    0下载:
  2. 常用hash函数源代码,c++语言描述。-Commonly used hash function source code, c++ language descr iption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3026
    • 提供者:zhaohongjie
  1. qqcrypt

    0下载:
  2. qq xxtea 变种加密解密算法。另有 utc时间到系统本地时间的函数的实现。-qq xxtea variety of encryption and decryption algorithm. Another utc time to local time of the function of the system implementation.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:70459
    • 提供者:龚辟愚
  1. rs

    1下载:
  2. RS的编码就是计算信息码符多项式,除以校验码生成多项式之后的余数;rs编码的基本实现,包括add,mul函数等;-RS coding is to calculate the information symbol code polynomial, divided by the check code generator polynomial after the remainder rs basically coding, including add, mul function, etc.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-11-27
    • 文件大小:1189
    • 提供者:久久
  1. adesignbasedinantcolonyalgorithm

    0下载:
  2. 用于求解函数优化的一个蚁群处算法设计,宁波大学信工学院-a design based in ant colony algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:321915
    • 提供者:fhyang
  1. pbc-0.4.7-vc

    0下载:
  2. pbc 库函数,在window下用vc编译通过,可使用,方便的利用椭圆算法-pbc library functions, under the window by using vc compiler can be used to facilitate the use of elliptic algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1699558
    • 提供者:李兵
  1. HASH

    0下载:
  2. 数字签名中哈希函数的分析与研究,主要分析哈希函数的结构。-Hash function in the digital signature analysis and research, the main structure of the hash function.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:94475
    • 提供者:马利
  1. DES

    0下载:
  2. DES完整的加解密算法,使用C语言实现,经过测试,可以运行。 明文分组长64比特。有效主密钥长56比特,根据密钥生成算法,由主密钥生成16个48比特的子密钥。 该算法共16轮,每轮使用一个子密钥。 在进行16轮加密之前,先对明文做一个初始置换IP。 每一轮加密的轮函数f为: . 在16轮加密之后,对比特串L16R16换位为R16 L16,做逆置换IP-1,从而得到密文C。 -DES encryption algorithm is complete, use the C l
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:3623
    • 提供者:曹云青
  1. kasumi

    1下载:
  2. kasumi算在在visualstudio6下实现,带有main函数-kasumi counted in visualstudio6 to achieve, with main function
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-09-01
    • 文件大小:16179
    • 提供者:xjg
  1. CryptoAPI1.0_cn_ix

    0下载:
  2. 本中文文档详细说明CryptoAPI(一个应用程序编程接口)(带目录方便查询),目的就是提供开发者在Windows 下使用PKI 的编 程接口。CryptoAPI 提供了很多函数,包括编码、解码、加密、解密、哈希、数字证书、 证书管理和证书存储等功能。对于加密和解密,CryptoAPI 同时提供基于会话密钥和公 钥/私钥对的方法。-The Chinese document details CryptoAPI (an application programming interface)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:313707
    • 提供者:朱跃文
  1. jia_mi

    0下载:
  2. 一个简单而实用的加密函数,可放入主程序中任意调用。使用时可将需要加密的口令字符作为参数调用该函数,返回的就是加密后的口令。-A simple and practical encryption function, any call can be placed in the main program. Can use the encrypted password characters will need to call the function as a parameter to return th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:669
    • 提供者:徐建
  1. w_ipp-samples-cryptography_p_6.1.5.060

    0下载:
  2. IPP密码学函数范例,用VC++编译,欢迎学习-IPP cryptography functions example, using VC++ compiler, welcomed the study
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:296569
    • 提供者:Louis Fu
  1. des

    0下载:
  2. **函数: DesDecString **目的: 解密给定长度的串 **参数: sKey 密钥串. 一般为8个字节长(实际解密时只用其前8个字节) ** nKeyLen 密钥长度. 如果密钥为字符串(以 \0 结尾),值可为0 ** 如果密钥不足8个字节, 密钥串后面不足的字节以 \0 填充 ** sSrc 解密前的串. 为8个倍数字节长 ** nSrcLen 解密前的串长度. 该串长度必须为8的倍数个字节 ** sDest 存放解密后的串. 为nSrcLen字节长
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:6007
    • 提供者:victor
  1. des

    0下载:
  2. 实现了RSA函数的功能,用软件模拟了硬件加密的算法-realize RSA function, which uses software to simulate hardware encrypoto alg.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:194116
    • 提供者:JL
  1. AESdemo

    0下载:
  2. 用java实现了AES加密,并且支持输入密钥和明文。实现的部分调用了JAVA的加密函数。-AES encryption with java implements, and supports input key and the letter. Some call the JAVA implementation of the encryption function.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:21581
    • 提供者:杨进
  1. buerhanshu

    1下载:
  2. 密码学中的布尔函数研究综述,软件专业研究生教学资料-Cryptography Research Boolean functions, software, professional post-graduate teaching and learning materials
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:630114
    • 提供者:mengdehui
  1. FileEncrypted

    0下载:
  2. 一个简单的对文件进行加密DEMO,S稍作修改,可使函数无限膨胀。-A simple file encryption DEMO, S make some modifications, can function infinite expansion.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:553456
    • 提供者:李亚伟
  1. JM

    0下载:
  2. 利用purebasic 库函数编写的一个加密函数-Prepared using a library function purebasic encryption function
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:1041
    • 提供者:何乾
  1. aes_c

    0下载:
  2. 实现C环境下AES的加解密功能,主要分加密文件和解密文件两个函数。-Environment to achieve C AES encryption and decryption functions, the main sub-encrypted files and decrypt files of two functions.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:1752
    • 提供者:王志明
  1. libcli-1.3.9.3-md5

    0下载:
  2. 带有MD5加密的用户认证函数,telnet登陆指令操作,cli交互界面-MD5 encryption with user authentication functions, telnet login command operation, cli interface
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:19143
    • 提供者:位玉静
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 20 »
搜珍网 www.dssz.com