-
proxylib_03.tar
Proxy Re-encryption Library
- 2013-03-20 21:19:11下载
- 积分:1
-
DES_3DES
DES算法是这样工作的:如Mode为加密,则用Key 去把数据Data进行加密, 生成Data的密码形式(64位)作为DES的输出结果;如Mode为解密,则用Key去把密码形式的数据Data解密,还原为Data的明码形式(64位)作为DES的输出结果。在通信网络的两端,双方约定一致的Key,在通信的源点用Key对核心数据进行DES加密,然后以密码形式在公共通信网(如电话网)中传输到通信网络的终点,数据到达目的地后,用同样的Key对密码数据进行解密,便再现了明码形式的核心数据。这样,便保证了核心数据(如PIN、MAC等)在公共通信网中传输的安全性和可靠性。 通过定期在通信网络的源端和目的端同时改用新的Key,便能更进一步提高数据的保密性,这正是现在金融交易 网络的流行做法。 下面是DES原理及实现步骤,以及VC++关于DES加密解密的详细源程序(Complete source code, calling process, detailed explanation of the principle)
- 2020-06-19 20:20:01下载
- 积分:1
-
elgamal
c++实现elgamal非对称密码加解密(C++ implementation of asymmetric encryption and decryption of ElGamal)
- 2021-04-19 18:08:50下载
- 积分:1
-
DES_C
基本的DES加密算法,可以实现一些基本的功能,但是大型计算不适合(The basic DES encryption algorithm)
- 2013-08-15 01:48:09下载
- 积分:1
-
shu-zi-mi-ma-suo
数字密码锁确保了我们使用的电子设备的加密功能,保证人们安全使用自己有秘密的材料!(Digital code lock to ensure that the electronic devices we use encryption to ensure the safe use secret material!)
- 2013-03-15 16:01:48下载
- 积分:1
-
DAITI
这是个代替密码。实现用代替密码进行加密。(This is instead of a password. Instead of a password is encrypted.)
- 2013-04-14 11:16:03下载
- 积分:1
-
sha1
SHA-1 algorithm implemented in C.
- 2008-06-03 15:15:58下载
- 积分:1
-
h2
将天骄2服务端的加密文本文件与生成的软件放在同一目录下,点击批量转换,
完成后会在同目录下生成一个名为temp的文件夹,其中存放的就是转换后的文件.
因为加密和解密的规则完全相同,所以加密过程和解密过程相同,
也就是说如果原来的文件存放的是原文,转换后就会生成密文,如果原来是密文,转换后生成原文.
适用于天骄2,凤舞天骄的所有版本服务端.(The the Tianjiao 2 server encrypted text file in the same directory with the generated software, click on the batch conversion finished, it will generate a folder named temp in the same directory, which store the converted file encryption and decryption rules are identical, so the encryption and decryption process is the same, that is to say if the original file is stored in the original conversion will generate the ciphertext, if the original ciphertext, conversion generated text. apply to tianjiao, all of Fung Mo tianjiao, the version of the server.)
- 2013-04-27 11:47:04下载
- 积分:1
-
3des
三重DES、DES的两种工作模式:ECB和CBC(Two working modes of triple DES and DES: ECB and CBC)
- 2019-06-03 19:33:08下载
- 积分:1
-
123
首先对字母进行编号,小写字母a至z编号为1至26,大写字母A至Z分别编号27至52,这样每个字母都有唯一的一个序号,在发送内容时,我们以函数F(X)=X*X+X+1对发送字母的序号进行计算,就会获取个新的序号,对该序号再进行对52取余,该序号即为加密后的要发送字母的序号,这样就能达到加密的作用。(Number first letter lowercase letters a to z No. 1-26, No. 27-52 uppercase letters A to Z, respectively, so each letter has a unique serial number, sending content to the function F (X- ) = X* X+X+1 send letters number is calculated, it will get a new serial number, the serial number and then take the remainder of the 52, the serial number is the serial number of the letters to be sent encrypted, so that we can achieve encryption role.)
- 2012-10-14 22:07:45下载
- 积分:1