高级加密算法,AES
1)AES高级加密算法
1.By studying the key exchange method and basic implementation mode of XML encryption,combining Advanced Encryption Standard(AES) with the widely used public key algorithm(RSA) at present,this dissertation puts forward a scheme for data security transmission,and gives crucial codes by C#.通过研究XML加密的密钥交换方法及基本实现模式,将高级加密算法(AES)与目前广泛应用的公钥算法(RSA)相结合,提出了一种数据安全传输的解决方案,并给出了使用C#实现的部分关键代码。
2)Advanced Encryption Standard (AES) algorithm高级加密标准算法
3)encryption algorithm加密算法
1.Enhancement of replacing key matrix encryption algorithm;置换密钥矩阵加密算法的改进
2.Study of stochastic junk code encryption algorithm;随机花指令加密算法研究
3.MD5 Encryption Algorithm and its Application in NETPRO Protocol;MD5加密算法及其在NETPRO协议中的应用
英文短句/例句

1.Image Encryption Algorithm Based on Sorted Encryption Chaotic Martix of Hybrid基于加密混沌矩阵组的图像加密算法
2.Research of Image Encryption Algorithms Based on JPEG2000;JPEG2000图像加密算法研究
3.Triaxiality CA Stream Encipher Algorithms Use Ellipse Curve Cipher Key;用椭圆曲线加密密钥的三维CA流加密算法
4.An Dynamic Key Encryption Algorithm Based on Logistic Map;基于Logistic映射的动态密钥加密算法
5.A FILE ENCRYPTION METHOD USING MULTIPLE ENCRYPTION ALGORITHMS一种采用多种加密算法的文件加密方法
6.Another popular secret-key cryptosystem is the International Data Encryption Algorithm (IDEA).另一个流行的秘密密钥加密系统是国际数据加密算法(IDEA)。
7.An Image Encryption Algorithm Based on Bit-Computation一种基于位运算的数字图像加密算法
8.Software Realization of GSM Encrypt Mobile Based on Arrange Yards Encrypt Aloorithm;基于排列码加密算法的GSM加密手机的软件实现
9.ECC Encryption Algorithm in Fingerprint Ttechnology椭圆曲线加密算法在指纹加密技术中的应用
10.FPGA Implementation Research for both CCSDS Image Data Compression and AES Data Encryption;CCSDS图像压缩算法与AES加密算法的FPGA实现研究
11.An Application of Public Key Encryption Algorithms to the Network Security公开密钥加密算法在网络信息安全中的应用
12.AES and Implementation of Encryption and Decryption Algorithm高级加密标准及加解密算法实现研究
13.(4) the encrypt and decrypt steps of Data Encryption Standard.(4)数据加密标准(DES)算法的加密、解密过程。
14.Dynamic Key Encryption and Decryption Algorithm Based on Chaos Theory;基于混沌理论的动态密钥加解密算法
15.Design and Implementation of IDEA Encryption AlgorithmIDEA加密解密算法的设计与实现
16.8bits platform real time encryption and decryption implementation of SMS48位平台SMS4密码算法实时加解密实现
17.Research of XML Encryption Based on Undefined Algorithm自定义密码算法的XML加密实现研究
18.Two Encryption and Decryption Algorithms of String based on Bit Operation基于位运算的两种字符串加密解密算法
相关短句/例句

Advanced Encryption Standard (AES) algorithm高级加密标准算法
3)encryption algorithm加密算法
1.Enhancement of replacing key matrix encryption algorithm;置换密钥矩阵加密算法的改进
2.Study of stochastic junk code encryption algorithm;随机花指令加密算法研究
3.MD5 Encryption Algorithm and its Application in NETPRO Protocol;MD5加密算法及其在NETPRO协议中的应用
4)encrypt algorithm加密算法
1.Research and realization of encrypt algorithm of the database data;数据库数据加密算法的实现
2.By research encrypt algorithms,provided the technique about secure transmission of data based on multifold encrypt algorithms.通过对加密算法的研究,给出应用多种加密算法实现数据安全传输的方法。
3.The popular encrypt algorithms are introduced in this paper.介绍了目前流行的加密算法规则及其应用领域。
5)cryptographic algorithm加密算法
1.This article describes the cryptographic algorithmic means for supporting the security requirements on authentication, encryption and key generation.分析了蓝牙协议中鉴权、加密机制中的加密算法,包括这些算法的背景、原理以及工作流程,探讨了蓝牙安全机制对各加密技术环节的选取宗旨。
2.Some issues in practice are discussed in public-key cryptographic algorithm.指出应用公钥加密算法RSA应该注意的一些问题,并推导出了一种适用于ATM网络的改进型快速公钥加密算法。
6)encryption arithmetic加密算法
1.Principle Analysis and Comprehensive Application of Advanced Encryption Arithmetic;高级加密算法原理分析及其综合应用
2.The article analyses advanced encryption arithmetic, AES, and realized the encryption arithmetic.讨论并分析了高级加密算法AES,并在PC机上实现了其算法,最后对AES算法作了简单的评价。
3.The encryption arithmetic is one of the key solutions.介绍电子商务的发展规模以及可能会遇到的安全问题,分析电子商务安全的基本技术加密算法。
延伸阅读

Rsa加密算法这是一个现在在网络上、银行系统、军事情报等等许多领域用处非常广泛的加密算法,已经深深的影响到我们每一个人。一个以rsa加密算法为业务的公司他的市值就可以达到5亿美元。他极大的保证了我们的交易的安全性,一组以rsa算法产生的密码是需要当前世界上所有电脑联机不断的工作25年才能够破解的,这个足以说明他的价值之大,用处之广泛。有一组资料说,以rsa加密算法进行的加密软件他的下载和使用量远远超过了windows软件、ie浏览器等等著名软件。这个是进入未来网络生活中不可缺少的工具。1978年就出现了这种算法,它是第一个既能用于数据加密也能用于数字签名的算法。它易于理解和操作,也很流行。算法的名字以发明者的名字命名:ron rivest, adishamir 和leonard adleman。但rsa的安全性一直未能得到理论上的证明。rsa的安全性依赖于大数分解。公钥和私钥都是两个大素数( 大于 100个十进制位)的函数。据猜测,从一个密钥和密文推断出明文的难度等同于分解两个大素数的积。密钥对的产生:选择两个大素数,p 和q 。计算:n = p * q然后随机选择加密密钥e,要求 e 和 ( p - 1 ) * ( q - 1 ) 互质。最后,利用euclid 算法计算解密密钥d, 满足e * d = 1 ( mod ( p - 1 ) * ( q - 1 ) )其中n和d也要互质。数e和n是公钥,d是私钥。两个素数p和q不再需要,应该丢弃,不要让任何人知道。 加密信息 m(二进制表示)时,首先把m分成等长数据块 m1 ,m2,..., mi ,块长s,其中 2^s <= n, s 尽可能的大。对应的密文是:ci = mi^e ( mod n ) ( a )解密时作如下计算:mi = ci^d ( mod n ) ( b )rsa 可用于数字签名,方案是用 ( a ) 式签名, ( b ) 式验证。具体操作时考虑到安全性和 m信息量较大等因素,一般是先作 hash 运算。rsa 的安全性。rsa的安全性依赖于大数分解,但是否等同于大数分解一直未能得到理论上的证明,因为没有证明破解rsa就一定需要作大数分解。假设存在一种无须分解大数的算法,那它肯定可以修改成为大数分解算法。目前,rsa的一些变种算法已被证明等价于大数分解。不管怎样,分解n是最显然的攻击方法。现在,人们已能分解140多个十进制位的大素数。因此,模数n必须选大一些,因具体适用情况而定。rsa的速度:由于进行的都是大数计算,使得rsa最快的情况也比des慢上100倍,无论是软件还是硬件实现。速度一直是rsa的缺陷。一般来说只用于少量数据加密。rsa的选择密文攻击:rsa在选择密文攻击面前很脆弱。一般攻击者是将某一信息作一下伪装(blind),让拥有私钥的实体签署。然后,经过计算就可得到它所想要的信息。实际上,攻击利用的都是同一个弱点,即存在这样一个事实:乘幂保留了输入的乘法结构:( xm )^d = x^d *m^d mod n前面已经提到,这个固有的问题来自于公钥密码系统的最有用的特征--每个人都能使用公钥。但从算法上无法解决这一问题,主要措施有两条:一条是采用好的公钥协议,保证工作过程中实体不对其他实体任意产生的信息解密,不对自己一无所知的信息签名;另一条是决不对陌生人送来的随机文档签名,签名时首先使用one-way hashfunction 对文档作hash处理,或同时使用不同的签名算法。在中提到了几种不同类型的攻击方法。rsa的公共模数攻击。若系统中共有一个模数,只是不同的人拥有不同的e和d,系统将是危险的。最普遍的情况是同一信息用不同的公钥加密,这些公钥共模而且互质,那末该信息无需私钥就可得到恢复。设p为信息明文,两个加密密钥为e1和e2,公共模数是n,则:c1 = p^e1 mod nc2 = p^e2 mod n密码分析者知道n、e1、e2、c1和c2,就能得到p。