-
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
-
一个简单的数字签名算法的实现,能进行简单的文件签名和传送...
一个简单的数字签名算法的实现,能进行简单的文件签名和传送-A simple realization of a digital signature algorithm to a simple signature and send the document
- 2023-03-23 00:30:04下载
- 积分:1
-
使用cryptapi加密的demo程序
使用cryptapi加密的demo程序-cryptapi use encryption procedures demo
- 2022-01-25 23:14:22下载
- 积分:1
-
inplementation of AES vhdl
The use of a list of law, VHDL language based polyn...
inplementation of AES vhdl
The use of a list of law, VHDL language based polynomial-based finite field multiplier, for the AES algorithm
- 2022-07-01 03:45:19下载
- 积分:1
-
Universal Asynchronous Receiver
Universal Asynchronous Receiver
- 2022-11-30 02:20:03下载
- 积分:1
-
Base64编码/解码器
base64 coder/decoder
- 2022-02-14 15:51:22下载
- 积分:1
-
rsa
整体思路
用createkey.java 文件来产生秘钥,用jiami.java 文件来实
现加密,用jiemi.java 文件来实现解密,用BigInteger.java 来实现
大数的表示及运算,用rsa.java 来实现前端图形界面显示。有关函
数见五个文件里的具体实现。
(The overall outlook createkey.java document used to generate secret keys, used to achieve jiami.java file encryption, used to achieve jiemi.java documents declassified by BigInteger.java to achieve expression of large numbers and calculations, using rsa.java to achieve front-end graphical interface display. Related functions, see the five concrete realization of the document.)
- 2008-01-17 03:50:25下载
- 积分:1
-
61627676
使用C编写的DES, DESX, DES3(三层DES) 的加密算法,
本程序演示如何在Delphi中进行调用C编写的算法
DES 密匙长度 8
DESX 密匙长度 16
DES3 密匙长度 24 (加密强度高了很多)
(C prepared by the use of DES, DESX, DES3 (three-DES) encryption algorithm, the program demonstrates how to call in Delphi in C, prepared by DES algorithm 8DESX Key length Key length Key 16DES3 length 24 (a lot of high-strength encryption ))
- 2007-10-31 11:14:36下载
- 积分:1
-
DIGSILETN-PF140.514--pojie-wenjian
PF140.514版digsilent软件的两个破解文件,按一定操作步骤即可免狗驱动,本人已在XP环境下使用,没有问题。希望对采用该软件的人有一点帮助!(Two crack file PF140.514 the version digsilent software, Free Dog certain steps to drive, I have XP environment, there is no problem. I hope the software a little help!)
- 2013-03-25 16:14:16下载
- 积分:1
-
sha1的快速实现
用c语言实现的sha1,速度很快,和普通的sha1不同
- 2023-04-10 03:55:03下载
- 积分:1