-
DES算法全称为Data Encryption Standard,即数据加密算法,DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位...
DES算法全称为Data Encryption Standard,即数据加密算法,DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位。RSA的安全性依赖于大数分解。公钥和私钥都是两个大素数( 大于 100个十进制位)的函数。本程序为适合初学者的rsa算法java源码及des源码,开发环境eclipse3.4-DES algorithm called the Data Encryption Standard, that is, data encryption algorithm, DES algorithm to express the 64-bit input block into a 64-bit output ciphertext block, it is also used 64-bit key. RSA" s security depends on the decomposition of large numbers. Public key and private key are two large prime numbers (more than 100 decimal places) of the function. This procedure is suitable for beginners of rsa algorithm java source and des-source, development environment eclipse3.4
- 2023-01-27 23:40:03下载
- 积分:1
-
Rijndael (AES) original small encryption algorithm implementation
Rijndael (AES) original small encryption algorithm implementation
- 2022-04-16 18:54:53下载
- 积分:1
-
an asp language from the MD5 encryption algorithm achieved.
一个由asp语言编写的MD5加密算法的实现.-an asp language from the MD5 encryption algorithm achieved.
- 2022-08-20 18:26:43下载
- 积分:1
-
S盒的线性逼近表的运算,可在程序里面修改数值,这是一本密码学的书籍上的题目的运算程序...
S盒的线性逼近表的运算,可在程序里面修改数值,这是一本密码学的书籍上的题目的运算程序-S-box linear approximation table calculations, which can be modified numerical procedure, which is a cryptography book on the topic of computing procedures
- 2023-04-06 21:30:04下载
- 积分:1
-
RCA加密算法的实现
RCA encryption algorithm implementation
- 2022-01-28 15:32:10下载
- 积分:1
-
98快速整体文档搜索程序
98快速的全盘文件查找程序-98 fast overall document search procedures
- 2023-01-24 00:30:04下载
- 积分:1
-
ntstrsafe lib and csq.lib
ntstrsafe lib and csq.lib
- 2022-12-25 09:50:03下载
- 积分:1
-
NSEA algorithm on a small program
关于NSEA算法的一个小程序-NSEA algorithm on a small program
- 2022-02-01 18:17:53下载
- 积分:1
-
MD5加密算法java实现
* 下面这些S11
MD5加密算法java实现
* 下面这些S11-S44实际上是一个4*4的矩阵,在原始的C实现中是用#define 实现的,
这里把它们实现成为static final是表示了只读,切能在同一个进程空间内的多个
Instance间共享*/
-MD5 algorithm to achieve java* Below these S11- S44 is a 4* 4 Moment RUF, in a primitive realization of the C# define is achieved, Here they become static final realization of the said CD. cut in the same process space within the shared among many Instance* /
- 2022-03-29 19:10:51下载
- 积分:1
-
RSA算法的C++实现。公钥加密算法中使用最广的是RSA。RSA算法研制的最初理念与目标是努力使互联网安全可靠,旨在解决DES算法秘密密钥的利用公开信道传输分发...
RSA算法的C++实现。公钥加密算法中使用最广的是RSA。RSA算法研制的最初理念与目标是努力使互联网安全可靠,旨在解决DES算法秘密密钥的利用公开信道传输分发的难题。-RSA algorithm is the C++ implementation. Public key encryption algorithm is the most widely used is RSA. RSA algorithm is developed by the original idea and objective is to make the Internet safe and reliable, aimed at resolving the DES algorithm is a secret key transmitted using the open channel distribution problems.
- 2022-07-03 19:58:39下载
- 积分:1