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

搜索资源列表

  1. rc2

    0下载:
  2. rc2是由著名密码学家Ron Rivest设计的一种传统对称分组加密算法-rc2 is designed by well-known cryptographer Ron Rivest, a traditional symmetric block cipher algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:6436
    • 提供者:
  1. T30-improve

    0下载:
  2. 采用与传统加密传真通信不同的点对点传输方法, 根据传真通信协议的特点, 针对商密的特殊要求, 对T 30 通信协 议进行改造, 研究出一种无中心密钥分配新方法. 介绍了通过改造T 30 通信协议, 把对称、非对称密码算法结合到T30 协议 中 用自定义非标帧进行身份鉴别和起点密钥分发 在C 进程采用附加密码算法解决页工作密钥同步等问题.-Different point-to-point transmission method with the conventional encryptio
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-30
    • 文件大小:128220
    • 提供者:唐灯清
  1. des

    0下载:
  2. DES数据加密算法,是一种对称密码体系,能够实现对数据的加密和解密-DES data encryption algorithm is a symmetric cryptographic system, it is possible to realize the data encryption and decryption
  3. 所属分类:CA program

    • 发布日期:2017-11-27
    • 文件大小:1544
    • 提供者:于海燕
  1. AES

    0下载:
  2. 加密算法,实现对称加密的功能。用一个密钥加密之后,然后解密,能实现相应的功能-aes encipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-25
    • 文件大小:1204
    • 提供者:dong1986
  1. encryptdll3.8

    1下载:
  2. 共享软件加密算法库》专业版是一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具: VC、VB、BCB、Delphi、PB、VFP、C#等,算法库中包含了获取计算机硬盘物理序列号、主板序列号功能及多种高强度对称、非对称算法。获取的硬盘序列号不随硬盘分区及格式化改变,支持IDE、SCSI、SATA接口硬盘,获取主板序列号的功能支持各类BIOS芯片,这两个功能可方便的用来实现一机一码的注册方式。算法库集成的算法有:BlowFish,MD5,Secret16,AES、SHA、
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-07
    • 文件大小:993624
    • 提供者:曾宪
  1. Symmetric-encryption-and-decryption-

    0下载:
  2. 对称加密解密,所用算法为DES,3DES等,适合学习和参考-Decrypt the symmetric encryption algorithm used for learning and reference for the DES, 3DES,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:3740397
    • 提供者:天枫
  1. hillA1P7

    0下载:
  2. 希尔加密算法 hill 是一种古典的加密算法 对称的 这里简单的实现了3*3 密钥的-Hill encryption algorithms hill is a classical symmetric encryption algorithm simple 3* 3 keys
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-18
    • 文件大小:1905779
    • 提供者:shuren
  1. KG

    0下载:
  2. 序列密码也称为流密码(Stream Cipher),它是对称密码算法的一种。序列密码具有实现简单、便于硬件实施、加解密处理速度快、没有或只有有限的错误传播等特点,因此在实际应用中,特别是专用或机密机构中保持着优势,典型的应用领域包括无线通信、外交通信。若能以一种方式产生一随机序列(密钥流),这一序列由密钥所确定,则利用这样的序列就可以进行加密,即将密钥、明文表示成连续的符号或二进制,对应地进行加密。-Stream cipher is also known as Stream Cipher (St
  3. 所属分类:CA program

    • 发布日期:2017-11-12
    • 文件大小:344823
    • 提供者:许晓达
  1. Java1

    0下载:
  2. 用java实现的一个非对称的加密算法,很不错,推荐大家都看一下。-Using java to achieve a non-symmetric encryption algorithm, very good, recommend everyone to look at.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:5309
    • 提供者:王木
  1. AES_algorithm

    0下载:
  2. AES是一种可用来保护电子数据的新型加密算法。特别是,AES是可以使用128、192和256位密钥的迭代式对称密钥块密码,并且可以对128位(16个字节)的数据块进行加密和解密。-AES is a new encryption algorithm to protect one of the available electronic data. In particular, AES may be used for 128, 192, and 256-bit key iterative symmet
  3. 所属分类:CA program

    • 发布日期:2017-12-01
    • 文件大小:7864
    • 提供者:杨书金
  1. OpensslProgram

    0下载:
  2. 利用Openssl开发包编写的文件加密/解密程序,算法采用对称加密PKI-Openssl development kit written file encryption/decryption program, the algorithm uses symmetric encryption PKI
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-13
    • 文件大小:3012055
    • 提供者:bruce
  1. PairKeyExample

    0下载:
  2. Java非对称加密源程序代码实例,本例中使用RSA加密技术,定义加密算法可用 DES,DESede,Blowfish等。-Java asymmetric encryption source code examples, RSA encryption technology, the definition of encryption algorithms available DES DESede, Blowfish, such as is used in this example.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-22
    • 文件大小:5223
    • 提供者:pudn1370
  1. Elgamal

    0下载:
  2. 非对称密码体制中常见加密体制,Elgamal加密算法以C++实现-The asymmetric cryptosystem encryption system, Elgamal encryption algorithm to C++
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:1039
    • 提供者:AndreaSheng
  1. des1

    0下载:
  2. DES密码加密/解密算法的C++实现 DES是一种明文分组64比特,有效密钥56比特,输入密文64比特,具有16轮迭代的分组对称密码算法-DES C++ implementation
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:4006
    • 提供者:聂春雷
  1. Botan-1.8.13

    0下载:
  2. 最新版Botan。含有对称加密、块加密、hash、公钥加密等算法的程序。可以编译直接用-The latest version of Botan. With symmetric encryption block cipher, hash, public key encryption algorithm procedures. It can be compiled directly
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:3328857
    • 提供者:CheungJiao
  1. JavaPairKeyExample

    0下载:
  2. Java非对称加密源程序代码实例,本例中使用RSA加密技术,定义加密算法可用 DES,DESede,Blowfish等。 -Java asymmetric encryption source code examples, in this case using RSA encryption technology available encryption algorithms defined DES, DESede, Blowfish and so on.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:6198
    • 提供者:xuchi
  1. RSA

    0下载:
  2. 以RSA算法为例了解非对称密码算法,编程实现RSA算法的的加密和解密过程,加深对非对称密码算法的认识-RSA algorithm as an example to understand the asymmetric cryptographic algorithms, programming RSA algorithm for encryption and decryption process, deepen their understanding of asymmetric cryptograp
  3. 所属分类:Network Security

    • 发布日期:2017-11-09
    • 文件大小:992170
    • 提供者:陈烁
  1. DES

    0下载:
  2. 以DES加密算法为例理解对称密码算法,用计算机模拟DES加密解密算法。 -DES encryption algorithm as an example to understand the symmetric cipher algorithm, using computer simulation DES encryption and decryption algorithms.
  3. 所属分类:Network Security

    • 发布日期:2017-11-27
    • 文件大小:3920527
    • 提供者:陈烁
  1. aes

    0下载:
  2. C语言实现AES加解密,AES是一个迭代,对称密钥分组的加密算法-C language AES encryption and decryption, AES is an iterative, symmetric key block encryption algorithm
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:532785
    • 提供者:张三
  1. Massage_safety

    0下载:
  2. 用DES加密算法的UDP聊天工具,该工聊天工具使用DES对称加密,可以保护个人的信息安全-DES encryption algorithm using UDP chat, chat tools that workers use DES symmetric encryption to protect personal information security
  3. 所属分类:Applet

    • 发布日期:2017-04-08
    • 文件大小:12587
    • 提供者:陈进飞
« 1 2 ... 7 8 9 10 11 1213 14 15 16 »
搜珍网 www.dssz.com