▍1. DES encryption detailed documentation, source code. . . Worth about A
DES加密详细文档,有源码。。。值得一下阿-DES encryption detailed documentation, source code. . . Worth about A
DES加密详细文档,有源码。。。值得一下阿-DES encryption detailed documentation, source code. . . Worth about A
implementation of rijndael furious algorithm to encrypt and decrypt information
Base64 加密算法(Author 蒋柏良 Jerry Jiang)-* * DESCRIPTION * Base64 processes input in 24bit chunks by converting each chunk into 4 * bytes of output. It does so by splitting input into four 6bit groups and * using these as indexes in the following substitution table- * const char base64_map[] = * "ABCDEFGHIJKLMNOPQRSTUVWXYZ" * "abcdefghijklmnopqrstuvwxyz" * "0123456789+/" * If an input is not a multiple of 3 bytes, it s padded with zeros. In * this case the output bytes that consist entirely of the pad data are * replaced with = . * * Example * An input of 0x00 0x45 0xF2 is equivalent to 00000000 01000101 11110010 * bit sequence, which s then split into 000000 000100 010111 110010 * and these are substituted to produce the following base64 encoding * A E X y * * RETURN VALUE * b64_length() should return output length for the input of len bytes. * b64_encode() should encode len bytes from src int
编程中获得会话密钥匙非常重要的 MSDN 展示了一种使用私钥的方法。 但是微软的这个在MSDN中例子相当的长。 本文下面介绍的这个方法不仅更快而且更有效 -Programming cryptographic key conversation was very important MSDN demonstrated a method of using the private key. But in Microsoft"s MSDN examples longer. Presented below is the method not only faster and more effectively
加密的局域网聊天程序,采用RSA加密算法,可保证聊天的私密-Chat LAN encryption procedures, using the RSA encryption algorithm, can guarantee that the privacy Chat
md5例程 主要可以通过程序了解md5如何加密,在编程是可以直接借用。-md5 routines mainly through the process to understand how md5 encryption, in the programming can be borrowed directly.
用VC实现MD5算法的源代码-with VC MD5 algorithm source code
在卡片上管理密码的工具。密码被标注并集体加密存储在卡片上。因此这是一个安全存储密码的方法-on the card password management tool. Tagging password encryption and collective memory on the card. So this is a safe method of storage of passwords
这个例子描述了MD4碰撞,很有研究价值,大家可以仔细研究下-MD4碰撞
一个Java例子,包括加密、ftp-A Java examples, including encryption, ftp
一个DES加密算法的实现-a DES encryption algorithm implementation
DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。DES算法以被应用于许多需要安全加密的场合。-DES (Data Encryption Standard) algorithm, in 1977 the United States government"s official permission, is a key 56 to 64-bit data encryption methods. DES algorithm to be applied to many needs security encryption occasions.
一种用于新型MD5的加密算法,使用 ASP语言版-A new MD5 encryption algorithm, the use of ASP language version
对文件加密的试验程序。-document encryption testing procedures.
用MFC实现的对任意长度的文件的MD5加密,得到的是标准的32位十六进制数-Using MFC to achieve for any length of document MD5 encryption, receive the standard 32-bit hexadecimal number
EXE二合一源代码!不用多说了!用tasm编译!-source code! Needless to say! With Tasm compiler!
在网络上销售的商业管理系统,一般都要注册才能使用。本实例将使用INT文件对软件进行用户信息注册。-On the network marketing business management systems, generally have to register to use. INT files in this instance will use the software user information registration.
AES算法主要包括三个方面:轮变化、轮数和密钥扩展。本文以128为例,介绍算法的基本原理;结合C语言,实现高级数据加密算法AES(AES-128)。-AES algorithm mainly includes three aspects: round of changes, round number and key expansion. In this paper, 128 for example, introduce the basic principles of algorithm combination of C language, the realization of advanced data encryption algorithm AES (AES-128).
DES加密算法的Visual C++实现-DES encryption algorithm Visual C++ Realize