▍1. DES 加密 系统的 C 语言 实现的源代码
DES 加密 系统的 C 语言 实现的源代码-DES encryption system of the C language source code
DES 加密 系统的 C 语言 实现的源代码-DES encryption system of the C language source code
自己做的一个数据加密的程序,程序简单,可以直接使用的。-Their own to do a data encryption procedures, the procedures simple, can be directly used.
详细的介绍了RSA的实现过程,以及它的优化-Detail the realization of the RSA process, as well as its optimization
VC++编写的DES算法查看器源代码,DES算法目前应用已十分广泛,本程序的主要功能是在查看DES加密过程中生成的Ki,Li,Ri,Fi,Si等,可以当做一个DES加密对照器,从而方便的发现你在加密过程中出现的错误,以便于你快速做出反应 -DES Algorithm
简单的基于DES的加密算法及雪崩效应分析。请仔细阅读内附的说明文件。-DES encryption algorithm and analysis of avalanche effect. Please read the attached note.
Windows易用免费MD5验证工具WMD5
C#的排序大全源代码,有多种排序方法,对于程序开发可以直接使用。-C# ranking Daquan source code, a number of ranking methods for the development of procedures can be used directly.
这是一个加密文件的程序,-This is a document encryption procedures,
EnumCSP - Enumerates Crypto Service Providers Copyright (c) 2000-2004 G.Chapillon All Rights Reserved. Contributor: Jupiter -EnumCSP- Enumerates Crypto Service Providers Copyright (c) 2000-2004 G. Chapillon
HILL PROGRAMMING COURSE DESIGN FOR CRY-COURSE
语音编码文档,将ILBC代码专为硬件时需进行操作及对代码进行优化-Speech coding documentation, will be ILBC code specifically for the hardware required to operate and optimize the code
设f(x)=1+x+x2+x5+x27,试分别写出实现下列移位寄存器的程序: 以f(x)为联接多项式的DSR; 以f(x)为联接多项式的LFSR。 可供选择的联接多项式: f1(x)=1+x+x4+x6+x30; f2(x)=1+ x3+ x31; f3(x)=1+ x6+ x31; f4(x)=1+ x7+ x31; f5(x)=1+ x13+ x31; -Let f (x) = 1 x x2 x5 x27, respectively try to write the following Shift Register : f (x) connected to the DSR polynomial; f (x) for connectivity polynomial LFSR. Connection options polynomial : f (x) = 1 x x4 x6 x30; F2 (x) = 1 x3 x31; f3 (x) = 1 x6 x31; f4 (x) = 1 x11 x31; f5 (x) = 1 x13 x31;
java source code for cryptography, including all kinds of classes.-java source code for cryptography, including all kinds of classes.
这用于制作 vignere 算法的源代码。它是在密码学中的经典算法之一。使用 visual basic,它将给一个友好的界面给用户和易于使用。享受 !
对椭圆曲线进行了很好的实现,包括 combined_math:onb_integer opt_hash poly_hash poly_integer fast_onb integer onb:DH.example ElGamal.example MQV.simple polymath:basics DH_example ElGamal.example