Welcome![Sign In][Sign Up]
Location:
Search - des algorithm in c language

Search list

[Other resourceXINO_DES

Description: DES/3DES算法的C语言实现,我对代码进行优化。只需要几十个字节的内存就可以。很适合用于单片机等下位机使用。-DES/3DES algorithm in C language, I optimized code. Only need dozens of bytes of memory can be. SCM is very suitable for such use under the plan.
Platform: | Size: 17435 | Author: 黄双全 | Hits:

[Crack HackDES-64

Description: DES加密算法的C语言实现,64位加密的源程序-DES encryption algorithm in C language, 64-bit encryption of the source
Platform: | Size: 9112 | Author: whyspai | Hits:

[Crack Hack用C语言写的100行DES加密算法

Description: 用C语言写的100行DES加密算法,学习C语言和密码算法的好例程。-C language written in 100 lines DES encryption algorithm, C language learning algorithm and password good routines.
Platform: | Size: 173056 | Author: 甘雷 | Hits:

[Crack HackDES算法的C++编写实现

Description: DES算法C语言实现的源代码,本人已经测试同uo,效果还可以,真的好好的!!!睇下吧大家!-DES algorithm C language source code, I have uo with the test results can also really good! ! ! Dixia it all!
Platform: | Size: 3072 | Author: 生蔡 | Hits:

[SCMXINO_DES

Description: DES/3DES算法的C语言实现,我对代码进行优化。只需要几十个字节的内存就可以。很适合用于单片机等下位机使用。-DES/3DES algorithm in C language, I optimized code. Only need dozens of bytes of memory can be. SCM is very suitable for such use under the plan.
Platform: | Size: 17408 | Author: 黄双全 | Hits:

[Crack HackDES-64

Description: DES加密算法的C语言实现,64位加密的源程序-DES encryption algorithm in C language, 64-bit encryption of the source
Platform: | Size: 9216 | Author: whyspai | Hits:

[ARM-PowerPC-ColdFire-MIPSDES

Description: DES 加密算法,详细的C语言代码 帮助你快速开发 自己的加密软件 -DES encryption algorithm, C language code in detail to help you quickly develop their own encryption software
Platform: | Size: 14336 | Author: 胡正明 | Hits:

[Crack Hackdes1

Description: DES算法的C语言实现,带有详细注释,02年所写,在我的另一个文件加密程序中使用过,在此摘出来也可以作为其他加密程序的内核。-DES algorithm realize the C language, with detailed notes, written in 2002, in my other file encryption procedures used in this pick up can also be used as other encryption core.
Platform: | Size: 4096 | Author: 王晓峰 | Hits:

[SCMDES

Description: DES的C语言算法,是一个完整C51工程,直接下载就可以应用了.-DES algorithm in C language, is a complete C51 project, you can directly download the application.
Platform: | Size: 28672 | Author: 米挂 | Hits:

[Crack HackDES

Description: 用C语言写的100行DES加密算法. DES算法具有极高安全性,到目前为止,除了用穷举搜索法对DES算法进行攻击外,还没有发现更有效的办法。而56位长的密钥的穷举空间为256,这意味着如果一台计算机的速度是每一秒种检测一百万个密钥,则它搜索完全部密钥就需要将近2285年的时间,可见,这是难以实现的,当然,随着科学技术的发展,当出现超高速计算机后,我们可考虑把DES密钥的长度再增长一些,以此来达到更高的保密程度。-Using C language to write 100 lines of the DES encryption algorithm. DES algorithm has high security, so far, except by exhaustive search attack on the DES algorithm, but also found no more effective way. And 56 long exhaustive key space for the 256, which means that if a computer s speed is detected every second of one million keys, it searches entirely on the needs of key Department of nearly 2285 time can be seen, it is difficult to realize, of course, with the development of science and technology, when the emergence of ultra-high-speed computer, we can consider the DES key length and then some growth in order to achieve higher levels of security.
Platform: | Size: 7168 | Author: JohnBill | Hits:

[VC/MFCDES_PC

Description: 本程序是DES加密系统的c语言源程序,它很可能是使用最广泛的秘钥系统,特别是在保护金融数据的安全中,通常,自动取款机(Automated Teller Machine,ATM)都使用 DES。 -This procedure is the DES encryption system c language source code, it is likely to be the most widely used secret key system, especially in protecting the safety of financial data, usually, ATM (Automated Teller Machine, ATM) are the use of DES.
Platform: | Size: 8192 | Author: 王伟韬 | Hits:

[Crack HackDES

Description: 用C语言写的100行DES加密算法,可以帮助大家学习-Using C language to write 100 lines of the DES encryption algorithm that can help everyone learn
Platform: | Size: 7168 | Author: mengjian | Hits:

[Crack Hack(Clanguage)

Description: CBC模式的DES加密解密程序源代码(C语言)-CBC mode DES encryption and decryption of the source code (C language)
Platform: | Size: 5120 | Author: 1234 | Hits:

[Crack HackDES

Description: DES加密算法的C语言实现,包括测试及演示,包你所求-DES encryption algorithm in C language implementation, including the testing and demonstration, packet you seek
Platform: | Size: 3072 | Author: huangjianqiang | Hits:

[Crack Hackdes

Description: 用C语言实现DES算法的 编码和译码。简单着了。-DES algorithm in C language coding and decoding.
Platform: | Size: 2048 | Author: 张刘飘 | Hits:

[Crack Hackchazhi

Description: 加密算法中经典的DES算法的C语言实现,利用此算法可以掌握对称加密算法的大致流程-Encryption algorithms, classic DES algorithm in C language, the use of this algorithm can grasp the general process of the symmetric encryption algorithm
Platform: | Size: 241664 | Author: kadnqk | Hits:

[Crack HackDES

Description: DES加密算法的C语言实现。用VC编译是可以的(VC的C编译器和C++编译器是分开的,*.c的文件VC都是用C编译器编译的)。在GCC或者其他编译环境下有可能编译器不认识__int64的写法,这时在文件头加上这么一句应该就可以了: #ifndef __int64 #define __int64 long long #endif-DES encryption algorithm in C language. VC compiler (VC C compiler and C++ compiler is a separate,* c file VC C compiler). GCC or any other compiler environment compiler does not know __int64 of writing, this time in the file header with such a one should be: #ifndef __int64 #define __int64 long long #endif
Platform: | Size: 3072 | Author: sunjunyu | Hits:

[CA authdes

Description: DES算法代码,C语言编写,在VC6.0下编写-DES algorithm code, C language, written in VC6.0
Platform: | Size: 4096 | Author: lilixie | Hits:

[Data structsd

Description: des algorithm in c language
Platform: | Size: 17408 | Author: mahla | Hits:

[CA authdesaa

Description: des algorithm in c language
Platform: | Size: 17408 | Author: mahla | Hits:
« 12 3 »

CodeBus www.codebus.net