-
3dsmax-md5importer
可以将md5格式的模型导入到3ds max中的一个插件(3dsmax-md5importer)
- 2010-10-01 03:54:27下载
- 积分:1
-
RSA
RSA加密算法,实现对文字的加密,将文字转化成数字后用RSA原理进行加密(This is RSA encryption algorithm)
- 2013-12-01 20:17:45下载
- 积分: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
-
MD5SHA1
md5及sha-1算法及验证文件,vc6.0调试无误(md5 and sha-1 algorithm and verification documents, vc6.0 debug and correct)
- 2009-09-18 09:02:34下载
- 积分:1
-
Caesar-code
凯撒密码作为一种最为古老的对称加密体制,在古罗马的时候都已经很流行,他的基本思想是:通过把字母移动一定的位数来实现加密和解密。例如,如果密匙是把明文字母的位数向后移动三位,那么明文字母B就变成了密文的E,依次类推,X将变成A,Y变成B,Z变成C,由此可见,位数就是凯撒密码加密和解密的密钥。个人原创。(Caesar password as one of the most ancient symmetric encryption system in ancient Rome have been very popular, his basic idea is: by the letters move a certain number of bits to achieve encryption and decryption. For example, if the key is the number of bits of plaintext letters backward move three, the plaintext letter B into a ciphertext E, and so on, X will become Y-become a B,, and Z becomes C Thus, the median is the Caesar cipher encryption and decryption keys. Personal originality.)
- 2012-05-11 16:37:09下载
- 积分:1
-
vc694557882444
说明: 用visual c++ 写的des加密算法演示
(with visual c write des encryption algorithm demo)
- 2006-05-13 07:38:18下载
- 积分:1
-
Rc4
采用c++实现RC4加密解密算法,该代码可以加密解密任意格式的文件( U91C7 u758ccc_cn R U6587 u4EF6)
- 2021-02-28 16:49:35下载
- 积分:1
-
aes
一个能直接运行的AES加密解密程序,用VC2010开发。(A run of AES encryption to decrypt application directly, use VC2010 development.)
- 2014-09-12 12:30:00下载
- 积分:1
-
AES_CMAC
通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基于排列和置换运算。排列是对数据重新进行安排,置换是将一个数据单元替换为另一个。AES 使用几种不同的方法来执行排列和置换运算。 AES 是一个迭代的、对称密钥分组的密码,它可以使用128、192 和 256 位密钥,并且用 128 位(16字节)分组加密和解密数据。与公共密钥密码使用密钥对不同,对称密钥密码使用相同的密钥加密和解密数据。通过分组密码返回的加密数据的位数与输入数据相同。迭代加密使用一个循环结构,在该循环中重复置换和替换输入数据。(AES CMAC encryption and decryption algorithm C language. VC6 upload files to complete the project directory . AES encryption algorithm that is Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as Rijndael encryption method, a block encryption standard adopted by the U.S. federal government . This standard is used to replace the original DES, has been widely analyzed and multi used around the world . After five years of the selection process , the Advanced Encryption Standard by the American National Institute of Standards and Technology (NIST) on November 26, 2001 Posted in FIPS PUB 197, and May 26, 2002 became effective standards . AES algorithm based on permutation and substitution operations. Data re- arrangement is arranged , is replaced with a replacement unit of data to another . AES using several different methods to perform alignment and replacement operations. AES is an iterative , symmetric key block password , it can use 128, 192, and )
- 2021-03-11 19:09:25下载
- 积分:1
-
DES
以DES加密算法为例理解对称密码算法,用计算机模拟DES加密解密算法。
(DES encryption algorithm as an example to understand the symmetric cipher algorithm, using computer simulation DES encryption and decryption algorithms.)
- 2013-06-16 15:43:14下载
- 积分:1