CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 书籍源码 搜索资源 - 加密算法

搜索资源列表

  1. 25814DES_100

    0下载:
  2. DES加密算法C++实现,简单易懂。 绝对好用!-DES encryption algorithm C realization of simple and understandable. Absolutely handy!
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:8038
    • 提供者:陈打开
  1. CMEAjiamishixian

    1下载:
  2. 在cdma2000移动通信系统中使用CMEA算法实现空中接口部分的数据加密。
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:7191
    • 提供者:fenger
  1. cdib

    0下载:
  2. 这是一个加密算法,好用才能说好,所以大家试试吧!我觉得应该不错的!
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:5547
    • 提供者:袁泉
  1. 1215052482

    0下载:
  2. des的加密解密,用于一般要求的算法。简单实现-des encryption decryption
  3. 所属分类:source in ebook

    • 发布日期:2017-04-16
    • 文件大小:58063
    • 提供者:derfan
  1. C

    0下载:
  2. 此文件为C语言的基础源码,其中包括画图、菜单制作、加密算法、信息管理系统等不同层次的源码,对初学者有很好的帮助。-This file is the basis for the C language source code, including drawing, menu production, encryption algorithm, information management systems at different levels of source code, there is a go
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:8822
    • 提供者:袁齐力
  1. JiamiJiemi

    0下载:
  2. VC开发的基于文件的加密解密工具主要采用des加密算法来完成-Encryption and decryption
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:46234
    • 提供者:Howell
  1. Pic

    0下载:
  2. 图像的混沌加密算法,包括anold变换,logistic变换,流加密等-The chaotic image encryption algorithm, including anold transformation, logistic transformation, stream encryption
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:524926
    • 提供者:han
  1. vigeneir

    0下载:
  2. 此代码用到了维吉尼亚密码加密算法,使用的是vc6.0开发环境-The code is the password encryption algorithm used in the Virginia, using the development environment vc6.0
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:686
    • 提供者:mary
  1. 45566

    0下载:
  2. 该文件件包含一篇英文文献,还有针对该文献进行的程序仿真,实现的主要功能是对图像进行加密的算法。-The file contains a document in English literature, there are procedures for the simulation of the literature, the main function is to image encryption algorithm.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-12
    • 文件大小:2914497
    • 提供者:韩小芳
  1. AES-encryption-algorithm-

    0下载:
  2. 本例通过C语言编程来实现AES的加密算法-C programming language to implement the AES encryption algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-05
    • 文件大小:3909
    • 提供者:王威
  1. 3d4c8def245a

    0下载:
  2. 算法流程 1.将要处理的二进制串进行IP置换 2.将密钥进行PC1置换(64位转为56位), 3.进行16轮操作,对于第i轮操作: 1)将上一次得到的PC1密钥(级除去第一次外,其他的都经过移位处理)的结果左右部分(各28位)分别循环左移1位或2位,然后将移位后的密钥进行PC2[i]置换. 2)将处理串均等分为左右两串Li,Ri(各32位),然后将右串Ri通过E盒拓展为新的右串R (48位),R 与上一步得到的PC2[i]子密钥进行异或
  3. 所属分类:source in ebook

    • 发布日期:2017-11-23
    • 文件大小:2510
    • 提供者:温维山
  1. AES

    0下载:
  2. 实现了AES加密算法。包含3个文件,AES.h,AES.c,testAES.c。-AES source code
  3. 所属分类:source in ebook

    • 发布日期:2017-11-24
    • 文件大小:4776
    • 提供者:韩冰
  1. RSAEuro1.06

    0下载:
  2. C/C++下学习加密算法很好的参考材料,包括的算法有RSA椭圆加密算法等-C/C++ learning the encryption algorithm is a good reference material
  3. 所属分类:source in ebook

    • 发布日期:2017-11-07
    • 文件大小:386062
    • 提供者:zhuf.ge
  1. encryption-alg

    0下载:
  2. 提供MD5,SHA1,SHA256,SHA512等四种算法,加密字串的长度依次增大。 加密算法实现-Provides four algorithms MD5, SHA1, SHA256, SHA512, the encryption string of length increase sequentially. Encryption algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-16
    • 文件大小:1583
    • 提供者:kyle
  1. dotnetencrypt

    0下载:
  2. .Net框架由于拥有CLR提供的丰富库支持,只需很少的代码即可实现先前使用C等旧式语言很难实现的加密算法。 本类实现一些常用机密算法,供参考。其中MD5算法返回Int的ToString字串。-. Net Framework With CLR provides support for the rich, can be achieved with minimal code using C and other old-fashioned language previously difficul
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:1772
    • 提供者:晓马锅
  1. standard_dpa

    0下载:
  2. 实现差分功耗分析对aes加密算法的破解。-implement differential power analysis to aes algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-03-24
    • 文件大小:1337
    • 提供者:曹杰
  1. md5

    0下载:
  2. 传统的md5加密算法,对文件进行加密,得到相应的128bit的摘要。-Traditional md5 encryption algorithm to encrypt files, the corresponding summary of 128bit.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2717
    • 提供者:李宏强
  1. tuoyuanquxianjiami

    0下载:
  2. 椭圆曲线加密算法,看是否能构成椭圆,找到对称点等-Elliptic curve encryption algorithm to see if it can constitute an oval, find symmetry and so on
  3. 所属分类:source in ebook

    • 发布日期:2017-12-09
    • 文件大小:1697121
    • 提供者:罗毅
  1. rdigcn0

    0下载:
  2. 经典的加密算法破解,是用C语言编写实现的,-Classic encryption algorithm to crack, it is written in C,
  3. 所属分类:source in ebook

    • 发布日期:2017-12-25
    • 文件大小:29696
    • 提供者:ljydvy
  1. des算法

    0下载:
  2. DES算法为密码体制中的对称密码体制,又被称为美国数据加密标准。DES是一个分组加密算法,典型的DES以64位为分组对数据加密,加密和解密用的是同一个算法。密钥长64位,密钥事实上是56位参与DES运算(第8、16、24、32、40、48、56、64位是校验位,使得每个密钥都有奇数个1),分组后的明文组和56位的密钥按位替代或交换的方法形成密文组。
  3. 所属分类:书籍源码

    • 发布日期:2019-12-26
    • 文件大小:13270
    • 提供者:suqingqing
« 12 »
搜珍网 www.dssz.com