搜索资源列表
DES.rar
- DES加密算法的完整代码。 完整C++实现和完整J2ME代码实现3DES加密,DES encryption algorithm the complete code. A complete C++ to achieve and realize the full J2ME code 3DES encryption
delphides
- java,delphi,C#通用des算法delphi实现 需要TurboPower LockBox-java, delphi, C# General des algorithm delphi the realization of the need for TurboPower LockBox
3DES
- 3DES加解密算法源代码. 做为可逆算法,可用于很多信息加密的工程中,相信大家会用得上的。-3DES encryption algorithm source code. As a reversible algorithm, a lot of information can be used to encrypt the project, believe that you will be useful for.
des
- 用Java编写的des加解密算法,参照的c语言的加解密过程,支持3des加密-des encode/decode program in java
327849328
- DES的各种语言版本,包括C,JAVA,C#,ASP版,请尊重他人的劳动成果!-DES for C,JAVA,C#,ASP,please look!
335867172239
- 随着计算机网络的高速发展,信息化社会的逐步深入,信息已经成为生活重要因素,为了能够有效简洁方便安全共享的管理好自己的信息,利用计算机技术来管理个人通讯信息已经不是什么希奇的事了。本文将利用JSP语言设计一个多用户的个人通讯信息管理系统。它是基于C/S服务模式跨平台的JSP技术《个人通讯录管理系统》。个人通讯录管理系统的设计在一定程度上实现了计算机的智能化的应用,并最终达到个人通讯信息的共享,体现个人通讯信息的电子化效果,便于管理和更新。整个程序的开发过程和设计能够在一定意义上体现出计算机软件设计
5sourcecodes
- o-1 knapsack parallel implementaion in c, Begining socket pro in c.zip, rsa using crt in c, des in java, fuzzy string matching in c-o-1 knapsack parallel implementaion in c, Begining socket pro in c.zip, rsa using crt in c, des in java,
EncriptionWithJava
- 系统要和一个外部系统进行通讯,传输方式是采用 DES 算法对消息进行加密,再用 BASE64 编码。不过对方系统是用 C# 写的。平台不一样,于是我和对面的老兄先测试一下加密解密。这一测试问题就来了。两边采用同样的密钥,对同一个字符串加密出来的结果不一样。-Encription and discr iption with Java
DES
- 对数据进行加密传输能有效地保证数据的机密性,DES是一个保证数据机密性的经典算法,本实验拟在VC/ C/C++/Java环境中实现DES算法。-Encrypt the data transfer can effectively guarantee the confidentiality of data, DES is a guarantee of data confidentiality classical algorithm, this study intends to VC/C/C++/Ja
M-Tool
- 用C#实现的DES/3DES加解密和多种数据编码格式的转换及JAVA CARD cap文件的解析。-DES/3DES implemented in C# and a variety of encryption and decryption of data encoding format conversion and JAVA CARD cap file parsing.
ANT_COLONY_OPTIMISATION_APPLIED_TO_JOB_SHOP_SCHED
- Le but de ce module est de r´ ealiser toutes les ´ etapes de la construction d’un projet `a partir d’un cahier des charges textuel d´ efinissant la structure g´ en´ erale du syst`eme et les sc´ enarii d’utilisation p
DESCipher-20111202
- DES加密解密源码,支持与java以及C#之间相互加解密,已经验证通过,并使用在项目中,挺好用的-DES encryption and decryption source code, support and java and encryption between C#, has been validated, and used in the project, very good use
des
- des加密的c和java版本的对照,结果一致-the DES encryption c and java version of the control, the results are consistent
33673-1081694-editeur-tag-mp3
- Editeur tag mp3--- --- --- Url : http://codes-sources.commentcamarche.net/source/33673-editeur-tag-mp3Auteur : tof2503Date : 13/08/2013 Licence : ========= Ce document intitulé « Editeur tag mp3 » issu de CommentCaMarche (codes-s
androidDES
- android des加解密实用类,支持与java,c#的互联-android des encryption and decryption utility classes, support java, c# interconnection
sw-or-hw-des
- 可以和硬加密互相加解密的DES方法提供,提供JAVA与C实现方法-software des mothed
cavjdoykingjhave
- C# 对接 Java 3des md5WithRsa, 有需要的可以参考下-C# docking md5WithRsa Java 3 des, have need can under reference
lus-Java
- java 和 c++ 使用des加密的例子-Java and c++ examples of using des encryption
DES
- 通过编程实现DES算法, 理解对称加密和Feistel密码结构的基本原理, 掌握DES算法加解密的流程 实验要求 利用C++、 Java实现DES算法, 要求使用面向对象的方法, 分别实现文件的加密和解密方法、 密钥的生成方法。-Through the programming DES algorithm to understand the symmetric encryption and Feistel password structure of the basic principles,
DES_Encryption
- PHP JAVA C#互通的DES加密解密算法 C#代码 /// <summary> /// 进行DES解密。 /// </summary> /// <param name="pToDecrypt">要解密的串</param> /// <param name="sKey">密钥,且必须为8位。</param>