搜索资源列表
gfhfhg
- 基于混沌加密的DCT域图像水印算法,有兴趣的可以看一下
华为海关信息系统vpn及加密解决方案
- 华为 Quidway 系列多协议路由器,支持 PPP、FR、X25、SLIP、HDLC 等网络协议,用户可通过各种广域网线路接入 Internet 及互联互访。 路由器内置安全防火墙、NAT、RADIUS 安全认证,以及 CALL BACK 等多项互联安全防护功能;并通过 CA 认证协议的验证和 IPSec 隧道协议,在 Internet 上构建安全可靠的网络通道,基于硬件的数据加密,将保密数据加密后在隧道上传输,加密数据有可靠的保密性但牺牲了效率;非保密数据可以通过一般性安全处理在隧道上传输,
java加密技术
- java加密技术:除了DES,我们还知道有DESede(TripleDES,就是3DES)、AES、Blowfish、RC2、RC4(ARCFOUR)等多种对称加密方式,其实现方式大同小异,这里介绍对称加密的另一个算法——PBE-java encryption technology: In addition to DES, we also know DESede (TripleDES, that is, 3DES), AES, Blowfish, RC2, RC4 (ARCFOUR) and o
MATLABshixianxiaobosuanfa
- 用MATLAB实现数字水印里的小波算法,以达到给图像加密秘信息或版权信息的功能-Using MATLAB implementation of digital watermarking in the wavelet algorithm to achieve image encryption give secret information or copyright information function
DES
- DES的每个分组是64位,既明文和密钥都是64位(密钥实际用56位,每字节第8位为校验)。这个算法的核心是Feistel密码,由于其设计的巧妙,加密解密都用一个函数,具体原理请查阅其他资料。DES的流程基本是执行16轮下面的运算:-DES each packet is 64, both explicit and are 64-bit key (actual key 56, the first 8 bytes each for validation). The core of this algor
3.8
- 加密解密技巧,DES,AES, RAS等算法。Java代码可以在EDI中运行实现。-This is a documentation for encryption and decryption.
1
- 图像加密,基于混沌映射的图像加密算法的实现与研究-A novel algorithm for image encryption based on mixture of chaotic maps
prime
- 求素数 求模 一些关于关于加密的基本算法,自带数据的,希望修改后使用-prime
DES
- 在银行金融界及非金融界,越来越多地用到了DES 算法, DES 全称为Data Encryption Standard即数据加密算法,它是IBM公司于1975年研究成功并公开发表的-des
des
- des算法,可以对数据进行加密和解密,利用不同密钥可以实现不同的功能
RSA
- RSA算法是密码学当中最重要,最普遍的一种加密算法,用C++实现的RSA算法-RSA cryptography algorithm is the most important and most common form of encryption algorithm, using C++ implementation of RSA algorithm
DSP_System_Design_Encryption_Program
- 本文提出一种方法,利用3DES、Geff发生器和MD5等算法,构造一种加密体制,来保护DSP程序。 -This paper presents a method, using 3DES, Geff generator and MD5 and other algorithms to construct an encryption system to protect the DSP program.
Abstract
- 摘 要: 1982年,Quisquate和Couvreur提出了一种RSA的变型算法,称为RSA–CRT算法,这是一种基于中国剩余定理的能够加速RSA解密的算法。1990年,Wiener提出了另外一种RSA的变型算法,称为重新平衡–RSA,进一步通过把解密成本转移到加密成本上来加速RSA解密。但是,因为公开指数e通常和RSA系数是同一量级,所以这种方法实质上最大化了加密时间。在本文中,我们介绍两种重新平衡–RSA变型算法,它们的公开指数e比模量更加的小,因此能够在保持较低解密成本的同时有效地减少
AES-encryption-and-decryption
- 用c语言实现AES算法的加密与解密功能,方便大家理解对称密钥和非对称密钥-C language AES algorithm for encryption and decryption functions, to facilitate understanding of the symmetric key and asymmetric key
AES
- AES加密算法,用AES加密算法读明文进行加密,方便又安全-AES encryption algorithm, read text is encrypted using AES encryption algorithm, convenient and safe
ECC加密算法入门转
- ECC加密算法入门转,简单易懂,非常适合初学者。推荐初学者看看。
RSA
- RSA公钥密码算法,包括自动生成逆元,加密和解密过程,附带源代码。-RSA public key cryptography algorithm, including the automatic generation of the inverse of the encryption and decryption process, with the source code.
RSA3_Encstring
- RSA加密算法,加密字符串,并把生成的信息转化为字符串。-RSA encryption algorithm, encryption string and the generated information into a string.
VB6-常用加密和压缩算法模块
- 常用加密和压缩算法模块 VB6 常用的加密和压缩模块,做程序必备。(Common encryption and compression algorithm modules VB6 commonly used encryption and compression module, to do the necessary procedures.)
sm4算法
- 本算法是一个分组算法。该算法的分组长度为 128 比特,密钥长度为 128 比特。加密算 法与密钥扩展算法都采用 32 轮非线性迭代结构。解密算法与加密算法的结构相同,只是轮 密钥的使用顺序相反,解密轮密钥是加密轮密钥的逆序