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

搜索资源列表

  1. DES_Simple

    0下载:
  2. DES加密,在C#如何用DES进行加密,这里提供了几个方便使用的函数-DES Encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:861
    • 提供者:dstang2000
  1. Cryptology

    1下载:
  2. 1. 实现课本 简单的SPN-分组加密和解密算法; 2. 实现对任意文件的加密和解密; 3. 测试加密函数的运行速度; 4. 对加密函数进行先行密码分析。 -1 to achieve a simple textbook SPN-packet encryption and decryption algorithm 2 to achieve arbitrary file encryption and decryption 3 tests the speed of the encr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-06-23
    • 文件大小:5120
    • 提供者:liming
  1. jiami

    0下载:
  2. 任意文件加密C语言程序源代码编译环境为VC6.0 可由用户自己输入加密密码 其原理用到文件相关的函数 使用异或功能 使用时输入文件路径即可完成加密-Encrypt any file C language source code compiler environment VC6.0 Enter the encryption password by the users themselves The principle used in file-related function
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:176709
    • 提供者:111
  1. Hash_sha256

    0下载:
  2. sha256计算代码,非常好用的代码,大家可以用这个代码直接计算哈希值,sha256实现 依次执行 SHA256Init、 SHA256Update SHA256Final 三个函数即可得到sha256结果-sha256 sourse code,Is very usefull
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:5086
    • 提供者:李飞
  1. rsa

    0下载:
  2. 基于256进制的大数,目前代码是随机选择10位数的大素数,欧拉n为20位,也可以更高,且大素数都是随机产生,高效检测。欧几里得原理和反复平方求模实现的RSA加密,函数实现用lib封装了。源码咨询我qq 752602563.个人实现,请勿模仿商用-Based on 256 hex Tarsus, the current 10-digit code is a random selection of large prime numbers, Euler n is 20, can also be hig
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:411911
    • 提供者:申潇潇
  1. Centralized-symmetric-key

    3下载:
  2. 完成集中式对称密钥的分配工作 说明:作为通讯的双方A和B,都已经分别和KDC拥有会话密钥Ka和Kb,但A、B之间事先没有保密通道,需要依赖KDC为它们的会话分配临时密钥Ks。在完成会话密钥Ks的分配后,A利用Ks对特定文件(test-1.txt)进行加密,并发送给B;B利用Ks对密文进行解密,并对比解密后的明文信息同原来的文件是否一致。 要求: (1)JAVA语言编程实现,基于DES完成对称密码技术的加/解密(JAVA有库函数支持); (2)通信内容为一文本文件(test-1.t
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-10-19
    • 文件大小:4096
    • 提供者:丁元元
  1. RSA

    11下载:
  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-19
    • 文件大小:5120
    • 提供者:丁元元
  1. BlowfishClass

    0下载:
  2. BlowFish算法用来加密64Bit长度的字符串。   BlowFish算法使用两个“盒”——ungignedlongpbox[18]和unsignedlongsbox[4,256]。   BlowFish算法中,有一个核心加密函数:BF_En(后文详细介绍)。该函数输入64位信息,运算后,以64位密文的形式输出。用BlowFish算法加密信息,需要两个过程: -BlowFish algorithm ungignedlongpbox
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:77789
    • 提供者:red
  1. MD5

    0下载:
  2. MD5加密解密 算法C++实现,包含2个文件.h以及.cpp文件,函数接口:std::string compute(const std::string& content, bool upper = false) -MD5 encryption and decryption algorithm C++ implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:2859
    • 提供者:刘珊
  1. MD5

    0下载:
  2. 杂凑函数 MD5-HASH funshion MD5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1124636
    • 提供者:zzw
  1. md5

    0下载:
  2. nd5加密算法封装函数,封装为一个借口函数,可以再c++或c中使用,经验证-nd5 encryption algorithm wrapper function, packaged as an excuse to function, you can then use the c++ or c, proven
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:4932
    • 提供者:
  1. Code

    0下载:
  2. 利用混合爬山算法改善随机生成的布尔函数的非线性度-Use of mixed climbing algorithm to improve the non-linearity of randomly generated Boolean functions ! ! !
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:3150
    • 提供者:zhangfan
  1. hash

    2下载:
  2. 哈希函数的matlab代码,此函数不可逆,具有加密功能。-Hash function matlab code, this function is not reversible, with encryption features.
  3. 所属分类:加密解密

    • 发布日期:2017-05-16
    • 文件大小:1372
    • 提供者:夏彬彬
  1. qq_chatlog

    0下载:
  2. 一个2013年的QQ版本的聊天记录的获取,截获其中发送的消息函数,通过hook的方式-Gets a 2013 QQ version of the chat, intercepted the message function, by way of hook
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-17
    • 文件大小:133768
    • 提供者:shakexe
  1. ESAM-interface-function-source-code

    0下载:
  2. ESAM接口函数源代码,可用于CPU卡等需要加密的应用场合-ESAM interface function source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-23
    • 文件大小:200335
    • 提供者:勋哥
  1. WUPI-Samples-For-CPP

    0下载:
  2. 该例子的加密原理是由外壳工具 AXPROTECTOR和 WUPI函数功能组成,用户除了可以用 自动外壳工具保护程序外,还可以对源程序的函数段进行自定义加密,并且可以通过 WUPI函数来控制该函数段在内存中什么时候解密运行,什么时候再次加密保护起来-The principle of this example is encrypted by the shell tool AXPROTECTOR and WUPI function-composition, the user can use i
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:605609
    • 提供者:linb
  1. RSA

    0下载:
  2. 非对称密码技术的实现 (1)公私钥生成函数,加密/解密函数; (2)利用公钥加密特定文件,并用私钥进行解密;反过来,再利用私钥加密特定文件,并用公钥进行解密。-Achieve asymmetric cryptographic techniques (1) The public and private key generation functions, encryption/decryption functions (2) the use of public key crypto
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:6856
    • 提供者:江沐
  1. Decryption

    0下载:
  2. 可以加密解密的函数,加了随机种子,纯delphi实现-Encryption and decryption functions can, plus a random seed, pure delphi achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:62260
    • 提供者:
  1. DES-cipher-and-decipher

    0下载:
  2. 这是一个通过调用Java自带的DES加密解密函数做的程序,有有好的界面,可以对文件进行加密解密。在打开需要加密或者解密的文件之后,需要新建.txt文件以保存加密或者解密的文件,源文件不受影响。程序中设置了过滤器,只能看到txt文件或者普通文件夹-This is a built-in Java by calling DES encryption and decryption functions do the procedure, there is a good interface, can fil
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:3785
    • 提供者:wangxiaochen
  1. MD5

    0下载:
  2. Message Digest Algorithm MD5(中文名为消息摘要算法第五版)为计算机安全领域广泛使用的一种散列函数-A hash function Message Digest Algorithm MD5 (Message-Digest algorithm called Chinese Fifth Edition) is widely used in the field of computer security
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2122
    • 提供者:林怀
« 1 2 ... 13 14 15 16 17 1819 20 »
搜珍网 www.dssz.com