CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 对称算法

搜索资源列表

  1. AES

    0下载:
  2. 著名对称加密算法AES的实现,有事例程序 方便用户使用-AES symmetric encryption algorithm known realization, there are examples of user-friendly program
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:13929
    • 提供者:张小
  1. RSA

    0下载:
  2. 用c实现了RSA算法,可以用密钥实现非对称加密和解密-RSA algorithm is implemented with c, you can use asymmetric keys for encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:157213
    • 提供者:袁乐爽
  1. CSP

    0下载:
  2. CSP小工具 本工具使用微软CSP技术进行加解密处理,支持的加解密算法如下:3DES(对称加解密)、RSA(非对称加解密)、RSA签名以及验证。 使用方法参见:http://fangshunbao.blog.sohu.com/155851927.html 作者:山大王 作者博客:http://fangshunbao.blog.sohu.com/-This tool uses a small tool CSP CSP technology for Microsoft' s e
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:225612
    • 提供者:山大王
  1. RSA

    0下载:
  2. 这是本人根据费马定律所写的非对称加密解密算法,在安全传输中实用,如果选取较大互质数,安全性可提升-no
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:695
    • 提供者:zzz
  1. Three_phase_electrical_parameters_of_the_rapid_and

    0下载:
  2. 三相电参数的快速、高精度的检测算法,利用对称分量法、傅里叶变换-Three-phase electrical parameters of the rapid and high accuracy measuring algorithm, using symmetric component, Fourier transform
  3. 所属分类:Project Manage

    • 发布日期:2017-03-30
    • 文件大小:89781
    • 提供者:胡超然
  1. laiyifa

    0下载:
  2. 一个简单的加密工具的源代码。非常基础但是有用的对称加密算法,加密程序的最基础形式。内含自定义的xor加密算法。也有xxtea的h文件。不过对于xxtea的使用部分还没有实现-A simple encryption tool' s source code. Very basic but useful symmetric encryption algorithms, encryption program, the most basic form. Xor includes a custom e
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:5114
    • 提供者:zjw3000
  1. DES

    0下载:
  2. 运用JAVA语言,利用DES对称加密算法实现了对文本进行加密解密。-The use of JAVA language, the use of DES symmetric encryption algorithm for encryption and decryption of the text.
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 数据加密算法(Data Encryption Algorithm,DEA)是一种对称加密算法,使用最广泛的密钥系统.基于JAVA-Data encryption algorithm (Data Encryption Algorithm, DEA) is a symmetric encryption algorithm, the most widely used key system. Based on JAVA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:41001
    • 提供者:tony
  1. nonlinear-equation

    1下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:11028
    • 提供者:汪张扬
  1. DES

    0下载:
  2. 数据加密算法(Data Encryption Algorithm,DEA)是一种对称加密算法,很可能是使用最广泛的密钥系统,特别是在保护金融数据的安全中,最初开发的DEA是嵌入硬件中的。-Data Encryption Algorithm,DEA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1185577
    • 提供者:liuliqiang
  1. DES

    0下载:
  2. DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。其密钥长度为56位,明文按64位进行分组,将分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。 -DES algorithm in symmetric key cryptography system, also known as the United States Data Encryption Standard, was developed in 197
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:4453
    • 提供者:Laura
  1. AES

    0下载:
  2.  AES的基本要求是,采用对称分组密码体制,密钥长度的最少支持为128、192、256,分组长度128位,算法应易于各种硬件和软件实现。-The basic requirement is that AES, the use of symmetric block ciphers, the key length of at least support for the 128,192,256, 128-bit packet length, the algorithm should be easy to
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:48849
    • 提供者:Laura
  1. 3DES

    1下载:
  2. 3DES又称Triple DES,是DES加密算法的一种模式,它使用3条56位的密钥对数据进行三次加密。数据加密标准(DES)是美国的一种由来已久的加密标准,它使用对称密钥加密法,并于1981年被ANSI组织规范为ANSI X.3.92。DES使用56位密钥和密码块的方法,而在密码块的方法中,文本被分成64位大小的文本块然后再进行加密。比起最初的DES,3DES更为安全。-3DES, also known as Triple DES, DES encryption algorithm is a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:5715
    • 提供者:Laura
  1. AES

    0下载:
  2. AES是一种对称密码算法,在密码学中有重要的意义,这个文件能让你的这个算法有充分的了解里面还有一些重要过程的编码实现,用c语言实现-AES is a symmetric encryption algorithm, cryptography has important significance. This file allows you to fully understand the algorithm and some important processes inside the code to
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:409495
    • 提供者:林宝源
  1. RC6_WinForm

    0下载:
  2. 对称加解密算法RC6的C#实现__源码: 本程序完善了朱明海先生在《电脑编程技巧与维护》2008年第8期<对称加解密算法RC6的C#实现>解密程序,其源码直接可进行曲128位-192位-256位加密解密,请放心使用! 本程序在C#_winForm下通过测试! -对称加解密算法RC6的C#实现__源码,在winForm下测试成功
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:49980
    • 提供者:甲仁义
  1. iliyu_51775964004477

    0下载:
  2. RSA算法的原理分析及实现。RSA是既能用于数据加密也能用于数字签名的一种非对称密码体制的算法。它有一对密钥,其中之一是私有密钥,由用户保存;另一个为公开密钥,可对外公开。并用VC++语言实现,通过MFC设计的一个小系统来模拟算法的简单应用-RSA -RSA algorithm and the realization of the principle. RSA is the best tool for data encryption can be used for digital signatu
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:17187
    • 提供者:jack
  1. main

    0下载:
  2. 数据结构与算法 求集合A B的对称差-Collection of data structure and algorithm for getting the symmetric difference of AB
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:920
    • 提供者:张君权
  1. rsa

    0下载:
  2. ras算法,非对称加密的代表。RSA算法是第一个同时用于加密和数值前面的算法,易于理解和操作。-ras algorithm, representatives of non-symmetric encryption. RSA algorithm is used for both encryption and the first value of the previous algorithms, easy to understand and operate.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:588
    • 提供者:yilujie
  1. des

    0下载:
  2. des是一种对称加密算法。des算法是公开的,密码由用户自己保护。-des is a symmetric encryption algorithm. des algorithm is public, the password from the user' s own protection.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:3656
    • 提供者:yilujie
  1. graphic

    2下载:
  2. 主要功能有: 1) 具有菜单,通过菜单执行各种操作; 2) 采用图元的扫描转换算法绘制各种基本图元,如直线、圆、圆弧、多边形 3) 实现图形的平移、缩放、旋转、对称、错切及组合变化; 4) 能够拾取图形,并修改所选的图形的颜色、线型等; 5) 能够采用各种算法填充多边形、圆、扇形区域; 6) 能够采用各种算法实现直线裁剪、多边形裁剪; 7) 能够绘制各种样条曲线。 8) 能够绘制三维图形的投影图,包括:三视图、轴侧图、透视图; 9) 能够绘制分形图形,例如,K
  3. 所属分类:Special Effects

    • 发布日期:2015-11-07
    • 文件大小:2732032
    • 提供者:地方官
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 29 »
搜珍网 www.dssz.com