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

搜索资源列表

  1. 大整数加减运算源程序

    0下载:
  2. 多数程序设计语言处理整数的能力时有限的,如C语言中,int类型数据范围是-32768-32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算。-majority programming language processing integral to the limited capacity, such as C language, int data type is the scope -32768-32767. Practic
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.98kb
    • 提供者:陈晓岚
  1. sciroccer

    0下载:
  2. 是关于恺撒加密解密,和字母表加密解密的程序设计-Caesar on encryption and decryption, and the encryption and decryption of the alphabet Program Design
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10.71kb
    • 提供者:yuan
  1. cryptology

    0下载:
  2. 实现了三种古典密码学体制和DES体制及其分析。affine(仿射)读入文件11.txt中内容(小写字母,明文)加密并把内容写入12.txt,还可以解密生成文件13.txt。vigenere,hill体制类似。DES体制包括加密解密雪崩效应差分分析等内容。由于本人还是刚学习程序设计语言及密码学的在校本科生,水平很低,第一次上传只是为了试一下。可以考虑少给几点,呵呵。-achieve three classical cryptography system and DES system and its
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10.6kb
    • 提供者:李栋
  1. QQ2005

    0下载:
  2. 高效率,C++,网络编程,精华,集锦,程序设计 QQ2005登录口令加密算法及其VC源码
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:74.56kb
    • 提供者:刚炮
  1. modes

    0下载:
  2. 1. 分析ECB模式和CBC模式的加密过程。 2. 用程序设计语言将算法过程编程实现。 3. 输入明文:I do like this book 加密算法E:异或⊕,密钥为cryption; 移位,密钥为5 两种填充模式:(1)0 (2)密文挪用 初始化向量IV:goodluck 用两种模式进行加密,输出相应的密文。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.51kb
    • 提供者:陈觅尘
  1. 仿设密码

    0下载:
  2. 密码学程序设计---仿设密码-password procedures designed fake password ---
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.13kb
    • 提供者:文桂英
  1. 大整数的加法

    0下载:
  2. 多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是-32767----32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,本程序是设计算法实现大整数的加减运算。-majority programming language processing is integral to the limited capacity, such as C language, int data type is the scope -32767 ----
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:842byte
    • 提供者:王承陶
  1. Julia

    0下载:
  2. 用MFC编写的基于Julia集加密解密的算法,本程序能成功的绘制出2次,m次以及广义的Julia集,并且是在复数空间中,同时能实现无限制的放大,还可以选取任意大小空间截屏保存。接着利用Julia集对图像进行加密解密,并计算出他们的信噪比。全部功能都已实现,是本人的毕业设计。-Written with the MFC-based encryption and decryption algorithm for Julia sets, the program can successfully draw
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-17
    • 文件大小:4.44mb
    • 提供者:bends
  1. filesystemEntry

    0下载:
  2. 基于文件过滤系统的文件加密,摘 在比较几种文件加密方法特点的基础上,提出了一种基于文件过滤器的加密方法,并介 绍了程序设计方法。新的加密方法与其他文件加密方法相比,具有访问控制方便、安全性好的优点, 且支持多种存储介质 -In comparing the characteristics of several methods of file encryption, based on a file-based encryption filter methods, and refer
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:85.22kb
    • 提供者:jiaochunqiang
  1. RIJNDAEL

    0下载:
  2. 一种加密算法,主要用于程序设计中加密部分。-An encryption algorithm, mainly used in the encrypted part of program design.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:13.27kb
    • 提供者:焦健
  1. jmyjm

    0下载:
  2. VBC++程序设计的文件《加密与解密》配套代码发布-VBC++ program design document " encryption and decryption" complementary code released
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:315.24kb
    • 提供者:mindly
  1. LFSR

    0下载:
  2. 1. 分析n-位LFSR生成m=2n-1位长伪随即序列的算法过程。 2. 用程序设计语言将算法过程编程实现。 输入明文:I do like this book 加密算法E:yi=xi^ki 密钥:32-LFSR的输出,初始值:good 本原多项式:x32+x7+x5+x3+x2+x+1 -1. Analysis of n-bit LFSR to generate m = 2n-1 bit length of the sequence was pseudo-algo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:16.12kb
    • 提供者:zouna
  1. windowsdesign

    0下载:
  2. windows 程序设计第五版,中文版,详细介绍了在写windows 程序时的一些知识-programming windows fifth edition of the Chinese version, described in detail in the writing process to some of the knowledge of windows
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:2.93mb
    • 提供者:黄帅
  1. DESencryptionanddecryptionalgorithmsoftheprogramde

    0下载:
  2. 在vc++环境下实现加解密算法的程序设计-In vc++ environment to achieve encryption and decryption algorithm program design
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:305.66kb
    • 提供者:WEI
  1. cjingdian2

    0下载:
  2. C++资料程序设计——C++语言描述(影印版)习题的答案 【作  者】Robert L.Kruse,Alexander J.Ryba -Data Structure and Program Design- C++ language descr iption (photocopy edition) Exercise the answer 【作者】 Robert L. Kruse, Alexander J. Ryba-C++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-20
    • 文件大小:32.04mb
    • 提供者:代永勇
  1. 01

    0下载:
  2. 单报数据加密方案,基于服务器端程序设计步骤。-One reported data encryption scheme, based on server-side programming steps.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:209.5kb
    • 提供者:许菲
  1. 02

    0下载:
  2. 单报数据加密方案,基于客户器端程序设计步骤。-One reported data encryption scheme, based on server-side programming steps.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:210.33kb
    • 提供者:许菲
  1. 01

    0下载:
  2. 多报交错数据加密方案,基于客户端程序设计步骤。-Overstatement interleaved data encryption program, based on client design steps.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:203.58kb
    • 提供者:许菲
  1. vb_programming_code_in_string_encryption_operation

    0下载:
  2. vb程序设计文本操作_字符串加密代码vb programming code in the text string encryption operation _-vb programming code in the text string encryption operation _
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:2.3kb
    • 提供者:ush
  1. Fileoperate

    0下载:
  2. 对文件夹进行选择的加密,并且能够解密,谢谢阅读我的程序设计。-Select the folder encryption, and can decrypt, thank you read my programming.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:12.95kb
    • 提供者:夏雨
« 12 3 4 5 »
搜珍网 www.dssz.com