-
des
DES加密算法实现的C++类 (DES cryptographic algorithm for C)
- 2020-06-26 12:20:02下载
- 积分:1
-
Paillier
一种加密算法,可以直接对密文进行操作,而不需要知道相应的明文。(homomorphic encryption)
- 2013-03-19 08:57:30下载
- 积分:1
-
has160哈希函数。用散列的方法将明文处理达到加密的效果。
has160哈希函数。用散列的方法将明文处理达到加密的效果。
- 2022-11-21 02:50:02下载
- 积分:1
-
elgamal
实现数字签名Elgamal算法,该算法是在rsa算法基础上的变形算法。(Digital signature Elgamal algorithm, the algorithm is in the rsa algorithm on the basis of the deformation algorithm.)
- 2020-11-26 18:39:31下载
- 积分:1
-
本文介绍了在JAVA环境下如何实现IDEA对称加密算法。由于电子商务和电子政务的普及,安全加密技术在其中应用非常广泛,对安全加密技术的要求也很高。目前在JAVA...
本文介绍了在JAVA环境下如何实现IDEA对称加密算法。由于电子商务和电子政务的普及,安全加密技术在其中应用非常广泛,对安全加密技术的要求也很高。目前在JAVA环境下实现IDEA加密具有很多的优势,因为JAVA是基于面向对象的编程语言,并且由于它的平台无关性能被大量应用于Internet的开发。-This paper presents the Java environment IDEA how to achieve symmetric encryption algorithm. As e-commerce and e-government popular, security encryption technology, which is widely used for security encryption technology requirements is also high. In Java environment under IDEA encryption has many advantages, because Java is based on object-oriented programming language, and because it is platform independent performance was widely used in Internet development.
- 2022-05-08 18:12:15下载
- 积分:1
-
use an iterative equation Xn Asin2 = (Xn
使用迭代方程Xn+1=Asin2(Xn-XB)生成混沌序列{Xi},需输入A和Xb值,不同的值产生不同的加密效果,但是仅在混沌区内的加密效果最好。在Microsoft Visual Studio .NET 2003上调试成功,用C++语言编写-use an iterative equation Xn Asin2 = (Xn- XB) generated chaotic sequence (Xi) need input A and isolate value, different values in different encryption effect, but only in the chaotic region of encryption is the best. In Microsoft Visual Studio.NET 2003 Debugger success C Language
- 2022-02-03 07:25:44下载
- 积分:1
-
RC4伪随机流加密算法,VC++编写,调试通过。控制台界面。
RC4伪随机流加密算法,VC++编写,调试通过。控制台界面。-Pseudo-random RC4 stream encryption algorithm, VC++ development, debugging through. Console interface.
- 2022-04-28 09:18:24下载
- 积分:1
-
参考了电脑爱好者2000第10期的一篇关于将文件隐藏于位图中的文章,本程序还有许多可以改进的地方,例如可以加入CRC校验,加密,多线程等内容。...
参考了电脑爱好者2000第10期的一篇关于将文件隐藏于位图中的文章,本程序还有许多可以改进的地方,例如可以加入CRC校验,加密,多线程等内容。-reference to the 2000 resolution computer enthusiasts 10 of a document on Bitmap hidden in the article, there are many procedures can be improved, for example, can join the CRC, encryption, such as multithreading.
- 2022-02-07 05:34:58下载
- 积分:1
-
DES与RSA算法的解析与推演。不是单纯理论的讲解,带着一些应用的角度让对密码学有兴趣的人能很容易理解略显深奥的密码算法。...
DES与RSA算法的解析与推演。不是单纯理论的讲解,带着一些应用的角度让对密码学有兴趣的人能很容易理解略显深奥的密码算法。-DES and RSA algorithms with analytic deduction. Not purely theoretical explanations, with the perspective of some applications of cryptography to allow those who are interested can easily understand the slightly esoteric cipher.
- 2022-02-02 05:23:43下载
- 积分:1
-
ecc
实现了ECC算法的加密解密,主要是对字符串的加解密。(Realize the ECC algorithm encrypt, decrypt, is mainly to the string encryption.)
- 2021-04-18 20:28:51下载
- 积分:1