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

搜索资源列表

  1. 4

    0下载:
  2. 基于CryptoAPI的哈希编码解码程序。在windowsXP ,VC++6.0 环境下调试通过。程序代码有详细的注释,程序格式规范,书写清晰,条理清楚。-CryptoAPI hash-based codec procedures. At windowsXP, VC++6.0 environment through debugging. There is a detailed code of the Notes, the program format specification, written
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:17249
    • 提供者:yan
  1. en2_src

    0下载:
  2. 基于二进制模2除法的简单流加解密算法。要求被加密的数据至少8字节,字节数能被4整除。 --pclion -Binary mode based on division 2 of the easy encryption and decryption algorithm flow. Require encryption of data at least 8 bytes, number of bytes to be divisible by 4.- pclion
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:65109
    • 提供者:pclion
  1. DES

    0下载:
  2. 流密码RC4的加密和解密 1、能够对字串进行加密; 2、可以自动生成加密密钥和解密密钥对; 3、能够显示给定密钥下明文加密后的密文; 4、能够用相应解密密钥正确解密密文,显示结果,并与原明文进行比对。-RC4 Encrpytion 1.Encrpyt strings 2.Create pairs of keys for encoding and decoding automatically 3.Present the crptograph 4.Decode the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1960071
    • 提供者:Jane
  1. desandrsa

    0下载:
  2. DES算法全称为Data Encryption Standard,即数据加密算法,DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位。RSA的安全性依赖于大数分解。公钥和私钥都是两个大素数( 大于 100个十进制位)的函数。本程序为适合初学者的rsa算法java源码及des源码,开发环境eclipse3.4-DES algorithm called the Data Encryption Standard, that is, data encryption algor
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:20869
    • 提供者:郭子
  1. Bas64_EnCode

    0下载:
  2. Base64 加密算法(Author 蒋柏良 Jerry Jiang)-* * DEscr iptION * Base64 processes input in 24bit chunks by converting each chunk into 4 * bytes of output. It does so by splitting input into four 6bit groups and * using these as indexes in the following
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1151
    • 提供者:JerryJiang
  1. Hide_and_Seek_v4.1

    0下载:
  2. Hide and Seek v 4.1 数字隐藏工具-Hide and Seek v 4.1
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:192128
    • 提供者:往年
  1. DEZENDER_PHP4_AUTO

    0下载:
  2. dezender php 4 bb :-)-dezender php 4 bb :-)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1126962
    • 提供者:dannisss1
  1. DMIS_Ch3_InfoHiding

    0下载:
  2. 信息隐藏基础 数字媒体包括了图像、文字以及音频、视频等各种形式,以及传播形式和传播内容中采用数字化,即信息的采集、存取、加工和分发的数字化过程。数字媒体已经成为继语言、文字和电子技术之后的最新的信息载体。 通过本文你可以了解现代密码系统的基本知识,掌握常用的图像加密技术的基本思想。 具体包含: 1 信息隐藏概述 2 隐写术的基本原理 3 隐写 4 隐写分析技术-Information hiding based on digital media including i
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:370311
    • 提供者:Yummy
  1. low

    0下载:
  2. 基于最低有效位的图像信息隐藏 图像信息隐藏: 说明: 1、bmp格式的原始图像都有足够的容量来嵌入任何格式的隐秘文件,而且都可以提取成功。 2、jpg格式的原始图像只有足够的容量来嵌入任何格式的小容量隐秘文件,可以提取成功。 3、嵌入过程:i. 打开一幅原始图像;ii. 点击相应的嵌入方法;iii. 在提示中输入要嵌入的隐秘文件路径;iv. 输入要保存隐秘文件的路径;v. 嵌入成功; 4. 提取过程:i. 打开一幅隐秘图像;ii. 点击相应的提取算法;iii. 输入要保存
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:67092
    • 提供者:Yummy
  1. SMS4_1.0

    0下载:
  2. 本项目将一组128位主密钥0123456789abcdeffedcba9876543210(16进制)通过4轮密钥扩展,获得前4轮子密钥,4轮子密钥再通过数码管分8批按16进制循环显示,该4轮子密钥理论值应为: f12186f9 41662b61 5a6ab19a 7ba92077. 所以8批数码显示数据应为: 86f9 f121 2b61 4166 b19a 5a6a 2077 7ba9. -A group of the project will be 128-bit mast
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1730245
    • 提供者:chenlunhai
  1. 734939RSA

    0下载:
  2. rsa算法源程序,C代码.信息安全rsa非对称加密算法用c语言编程实现 rsa的C语言实现 gcc 3.4.2编译通过 -rsa algorithm source code, C code. information security rsa asymmetric encryption algorithm using c language rsa the C programming language compiler gcc 3.4.2 through
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:46562
    • 提供者:易守望
  1. CRYPTO

    0下载:
  2. it codes a number up to 4 digits with concrete sequence substantially him it changes in order to it does not appear for safety that they is this and afterwards again it changes in his regular form
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:1243
    • 提供者:tante
  1. RSAcode

    0下载:
  2. 利用公开密钥密码算法,加密和解密使用不同的密钥。 (1)使用密钥PK对明文加密后,在用解密密钥SK解密,可得到明文, DSK(EPK(X))=X (2)加密密钥不能用来解密,DPK(EPK(X))!=X在计算机上可以容易的产生 成对的PK,SK,从已知的PK实际上不可能推导SK (3)加密和解密的密钥可以对调,即EPK(DSK(K))=X (4)从PK到SK的推导过程是几乎不可能的-The use of public key cryptographic al
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:1578
    • 提供者:谢雨
  1. DH

    0下载:
  2. Step 1: Generating a Parameter Set for the Diffie‐Hellman Key Agreement Algorithm Step 2: Generating a Secret Key Using the Diffie‐Hellman Key Agreement Algorithm Step 3: Use UDP to exchange DH public key Step 4: Establish an AES‐256 encrypted
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:127900
    • 提供者:Tong Liu
  1. AES_Demo_rijndael_ingles2004

    0下载:
  2. AES Rijndael算法的动画演示。生动详细,演示包括了加密过程四种变换和密钥变换过程。-Animated demo of AES Rijndael. Vivid and detailed. The demo includes 4 encryption transforms and key schedule.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:63383
    • 提供者:yj
  1. bccrypto-net-1.4-bin-ext

    0下载:
  2. Decrypt PKCS#12 Pack Files PFX
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:450048
    • 提供者:Francisco
  1. VD4View

    0下载:
  2. Why your files are not be used? 1.The content is too simple 2.Is not a sourcecode or document 3.lost some files 4.Descr iption is not detailed or not correct 5.Compressed file has password 6.Sourcecode duplicate or already exist
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:3773
    • 提供者:dongtunhien
  1. KS

    0下载:
  2. 1 将所有文件覆盖原文件 (对系统不会产生影响) 2 数据库版本必须是4.5及以上的sp1、sp2等 3 建立供求标签 只有列表功能 其他的并不能建立 本系统是根据科汛系统编写的程序,程序和科汛原代码有出入,但是功能是完全一样的,由于标签系统比较麻烦所以暂时没有开发,所以在发布栏目供求列表时必须使用 SQL标签 ,感谢大家帮助测试,-ks OA
  3. 所属分类:Crack_Hack

    • 发布日期:2017-03-23
    • 文件大小:143028
    • 提供者:王锐
  1. prophor0.2.7-dev

    0下载:
  2. 一个简单的多用户 IRC BNC服务软件,支持MD5 等hash过的密码。-An easy multiuser IRC BNC server. Supporting many features such as MD5 hashed passwords, SSL connections, vhosts, awaynick, pm logging while away Tested on Linux and FreeBSD, and compiles with gcc versions from 2
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:96538
    • 提供者:shepherd
  1. DES

    0下载:
  2. DES算法实验报告和代码 1.输入名字,需8个字母,不足的补叉,多余的舍去 2.将字符按ASC2码值转化为二进制,存在数值(指针)中 3.对明文做IP置换(函数) 4.将转换后的数值分成两组,赋给L0,R0,执行下列运算L1—R0,R1-L0.....重复16轮 5.将结果L0R0合并至一个数值,做IP输出-DES algorithm and code an experimental report. Enter the name of eight letters take l
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:14176
    • 提供者:jhp627
« 1 2 3 4 5 67 8 9 10 11 12 13 »
搜珍网 www.dssz.com