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

搜索资源列表

  1. rsaeuroi.rar

    0下载:
  2. RSA加密算法源代码 RSAEURO Version 1.02 Distribution In this distribution the various files are included in the directories below. DOCS - RSAEURO Documentation Directory DEMO - Demo Applications Directory SOURCE - Source Code Directory scr
  3. 所属分类:加密解密

    • 发布日期:2017-03-30
    • 文件大小:269.49kb
    • 提供者:烈马
  1. md5source

    0下载:
  2. MD5算法的相关资料,包括王晓云教授的报告和RFC标准文档-MD5 algorithm for relevant information, including the report of Professor Wang Xiaoyun and RFC standards documents
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:336.6kb
    • 提供者:jackli
  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
    • 文件大小:13.84kb
    • 提供者:jhp627
  1. RSA

    1下载:
  2. RSA算法实验报告和代码 1.选取两个素数p,q(不可相差悬殊) 2.计算n=pq,f(n)=(p-1)(q-1) 3.选取e,满足1<e<f(n),则gcd(e,f(n))=1 4.计算d,满足de=1 mod f(n)。一般d>=[n的四分之一方],(e,n)为公钥,(p,q,d)为私钥,将明文0,1序列分组,使每组十进制小于n。c=[m的e次方] mod n,m=[c的d次方] mod n。-RSA algorithm and code an experi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:80.17kb
    • 提供者:jhp627
  1. MD5-chengxu

    0下载:
  2. md5算法的实现,用vc++开发,一个实验,但是可以实现加解密,挺好的一个程序,配合刚才的报告。-md5 algorithm implementation, using vc++ development, an experiment, but the encryption and decryption can be achieved, in very good shape a program to meet the earlier report.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:35.39kb
    • 提供者:zhang liang
  1. RSA

    1下载:
  2. 通过编写程序实现了公钥密码算法RSA的加密与解密功能,并进行了一定的优化,内含报告。-Achieved through the preparation process RSA public key cryptographic algorithm for encryption and decryption functions, and make a certain amount of optimization, containing the report.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:379.79kb
    • 提供者:李莉
  1. aes

    0下载:
  2. AES算法,实现对文件加密。包含密码学课程报告 class CRijndael { private: int Nk,Nr,round long Total_Round,Cur_Round char *SourceFileName,*TargetFileName CString source,*target,save CFile Source,Target byte (* State)[4],*w[4],*key[4] publ
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:279.7kb
    • 提供者:fff
  1. RSA2

    0下载:
  2. 一个密码学RSA加密算法,可以实现小的整数的算法,算法清晰 很好用的哦-RSA encryption algorithm is a cryptographic experimental report
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:338.58kb
    • 提供者:
  1. DES-report

    0下载:
  2. its DES algorithm report for c coding
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:289.63kb
    • 提供者:chintan
  1. DES

    0下载:
  2. DES的加密解密算法的实现。附加实验报告。主要是对于应用密码学的实验-DES encrypt, decrypt the realization of the algorithm. Additional experiment report. Is mainly to application of cryptography experiment
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:122.64kb
    • 提供者:guoqing
  1. 3_DES

    0下载:
  2. 对称密码设计与实现课程的作业,有完整代码及详细注释。同时还附上报告文档,希望对你有帮助。 3DES算法的c语言实现,-Symmetrical password design and implementation course work, have complete code and detailed notes. At the same time also attached document report, and I hope to help you. 3 the c language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:356.83kb
    • 提供者:班胜龙
  1. Final-Report

    0下载:
  2. Gives Descr iption of AES algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:96.36kb
    • 提供者:PRASHANTH
  1. AES_lab

    0下载:
  2. AES加密算法课程设计,附完整实验报告,VC++编写,VS2008环境。-AES encryption algorithm curriculum design, with complete experimental report, written in VC++, VS2008environment.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:552.87kb
    • 提供者:ycs
  1. AES

    0下载:
  2. AES算法设计,大学做的密码学课程设计,包含课程设计报告,-AES algorithm design, University of cryptography course design, including curriculum design report,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-20
    • 文件大小:5.59mb
    • 提供者:乌铮
  1. classical-cryptography

    0下载:
  2. 实验报告,通过编程实现替代密码算法和置换密码算法,算法描述,完整代码。-The lab report, by programming alternative cryptographic algorithms and replacement of cryptographic algorithms, the algorithm is described, the full code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-14
    • 文件大小:63.62kb
    • 提供者:lansry
  1. DES

    0下载:
  2. C++实现des算法,含有实验报告,欢迎大家下载共同学习进步。-C++ des algorithm realization, containing experimental report, welcomed everyone to download common learning progress.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:25.81kb
    • 提供者:康端
  1. image-hiding-

    6下载:
  2. 这是我本科毕业设计论文《基于混沌序列的加密图像隐藏技术的设计与实现》,就是把一张图片加密后隐藏在载体图像中,可以抵御各种攻击,用到了Matlab,里面包括开题报告,论文,可执行程序。本文系统介绍了混沌加密、信息隐藏技术。归纳了混沌加密、信息隐藏的分类、特性与应用,给出了混沌加密、信息隐藏的原理和基本框架以及其性能的评价方法,介绍了几种图像的攻击方法。实现了一种混沌加密和图像隐藏的方法。使用混沌加密对待隐藏图像进行加密后嵌入载体图像中,并对嵌入待隐藏图像的载体图像进行了几种攻击以验证其鲁棒性。本系
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-03-28
    • 文件大小:4.3mb
    • 提供者:sdgvf
  1. RSA 算法

    1下载:
  2. rsa加密算法 附带实验报告和测试代码非常详细 有注释(RSA encryption algorithm with experimental report and test code is very detailed and annotated)
  3. 所属分类:加密解密

    • 发布日期:2020-11-25
    • 文件大小:15kb
    • 提供者:XCYJ
搜珍网 www.dssz.com