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

资源列表

« 1 2 ... .14 .15 .16 .17 .18 219.20 .21 .22 .23 .24 ... 1372 »
  1. Practical-digital-signature

    11下载:
  2. 实用数字签名的步骤 (1)发送方使用MD5算法对通信内容进行计算,获得一个固定长度的信息摘要; (2)发送方用自己的私钥加密生成的信息生成发送方的数字签名,发送方把这个数字签名作为发送信息的附件和明文信息,一同用接收方的公钥进行加密,将加密后的密文一同发送给接收方; (3)接收方首先把接收到的密文用自己的私钥解密,得到明文信息和数字签名,再用发送方的公钥对数字签名进行解密,然后使用相同的单向散列算法来计算解密得到的明文信息,得到信息摘要;对比计算出来的信息摘要和发送方发送过来的信息摘
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-11-02
    • 文件大小:1.32mb
    • 提供者:丁元元
  1. Base64

    0下载:
  2. Base64加密解密,支持中文,无乱码。已经测试通过,与Java程序的加密解密字符串相互转化。-Base64 encryption and decryption support the Chinese, without distortion. Has been tested with Java programs encrypt decrypt strings into each other.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:338.61kb
    • 提供者:李广
  1. IDEA

    0下载:
  2. IDEA加密算法的加密与解密功能,用一个密码类进行了实现-IDEA encryption algorithm for encryption and decryption functions, a class to implement a password
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:950.15kb
    • 提供者:周永海
  1. Classic-RSA

    0下载:
  2. Delphi版的RSA算法源代码和DEMO源码,各位亲们,赶紧下载哦-Delphi RSA and RSA Demo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:299.48kb
    • 提供者:123
  1. des

    0下载:
  2. DES算法的加密算法,输入为明文,密钥,然后进行加密,输出结果-DES algorithm encryption algorithm, the input is plaintext key, and encrypted, the output
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:211.68kb
    • 提供者:周永海
  1. jmjm

    0下载:
  2. 存储过程加密解密,说明详细,多多指导,-Encryption and decryption stored procedure
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1.65kb
    • 提供者:张海波
  1. RSA

    0下载:
  2. 通过MFC应用程序来体现RSA加密技术,开发环境VS2010-By MFC application to reflect the RSA encryption technology, development environment VS2010
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-15
    • 文件大小:22.38mb
    • 提供者:jescy
  1. Base64

    0下载:
  2. 关于Base64的加密方法,里面含有两个工程,一个是生成lib文件,另一个是加密实例是通过前辈们改成的,编译环境为VS2010-About Base64 encryption method, which contains two projects, one is to generate lib files, and the other is encrypted instance is created by predecessors into the build environment for V
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-14
    • 文件大小:21.93mb
    • 提供者:jescy
  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
    • 文件大小:402.26kb
    • 提供者:申潇潇
  1. aes-crypto-cpp

    1下载:
  2. aes加密算法,纯C++实现,本代码是一个VC++6.0项目,包含aes加密算法的封装,并且有测试代买-aes encryption algorithm to achieve C++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:19.11kb
    • 提供者:杨继生
  1. Create_windows_service

    0下载:
  2. 可将任意程序注册为系统服务,这样可以后台运行,支持windows 64位的系统,包括server 2008,我自己整理实现的。-Any program can be registered as a system service, so you can run in the background, support windows 64-bit systems, including server 2008, finishing my own realization.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-01
    • 文件大小:64.75kb
    • 提供者:凌晨
  1. Cryptography-and-Network-Security

    2下载:
  2. 用C/C++实现加解密算法及其应用:DES(或AES)和基于DES(或AES)的CMAC。-With C/C++ achieve encryption and decryption algorithm and its application: DES (or AES) and based on DES (or AES) of CMAC.
  3. 所属分类:加密解密

    • 发布日期:2017-06-07
    • 文件大小:894.94kb
    • 提供者:Peter
« 1 2 ... .14 .15 .16 .17 .18 219.20 .21 .22 .23 .24 ... 1372 »
搜珍网 www.dssz.com

浏览历史记录

关闭