搜索资源列表
program_S_DES
- 通过编程实现S-DES算法的加密与解密过程,从而加深对这一算法过程的印象,并增强编程解决问题能力,为进行更复杂的算法学习奠定基础。-programming through S-DES algorithm for the encryption and decryption process. enhance the algorithm to process the impression that the enhanced programming and problem-solving abiliti
SDes_java
- S-加密算法输入为一个8位的明文组和一个10位的密钥,输出为8位的密文组,解密算法的输入则是一个8位的密文组和一个10位的密钥,输出位8位的明文组。 加密算法包括5个函数:初始置换(IP);复杂函数fk,它包含有置换和代换运算,并且依赖于输入的密钥;用以转换数据两个部分的简单置换函数(SW);再一次运用函数fk;最后的一个置换函数是IP的逆。解密过程是加密的逆过程。 -S-encryption algorithm for the importation of an eight expre
fangshemiyao
- 压缩包内论文只是通过对一个简单的密码体制:仿射密码(Affine Cipher)的分析、设计和实现来说明简单的加密思想,从这个思想我们可以研究更复杂的加密算法。最后,我以软件的形式将其实现,通过测试,发现使用效率还可以;但是,这只是个实验性的设计,要想不被人破译,还需要更复杂的密钥空间和更难的算法。-compressed within the papers only through a simple password system : Affine password (Affine Cipher
Julia
- 用MFC编写的基于Julia集加密解密的算法,本程序能成功的绘制出2次,m次以及广义的Julia集,并且是在复数空间中,同时能实现无限制的放大,还可以选取任意大小空间截屏保存。接着利用Julia集对图像进行加密解密,并计算出他们的信噪比。全部功能都已实现,是本人的毕业设计。-Written with the MFC-based encryption and decryption algorithm for Julia sets, the program can successfully draw
jiamijiemi
- 千年加密解密代码....虽然看起来挺复杂的.我是对应汇编的.编译后几乎和游戏客户端里的一样...保证了速度..q4uLinux联盟 二次解密代码我还没去搞.不过一次解密足够了.可以制出很多功能*.如自动拾取.吃药.等等...二次解密加密主要用于怪物坐标用的.(自动练功需要解析怪物坐标要用)-Millennium encryption and decryption code .... Although it looks quite complex. I am the correspondin
cc
- complex calculation, from coding & cryptology assignment
CodeRipper
- 绝对有用的olly插件。在asm里跟踪到了关键call,但里面的函数太太太复杂,完全无法分析,要做注册机必须实现其算法。怎么办?全部ripper出来!跳转等都自动帮你设好了标签。赞!-Olly absolutely useful plug-ins. Asm-ri in track at a crucial call, but his wife inside a function is too complex to analyze completely unable to do Zhuceji m
AES_C
- 这是一个非常好的诠释AES算法的程序,对于这么一个较复杂的算法,该程序只用里100行就完全的实现了算法的功能,压缩包里有.txt的文档,里面有相关介绍。-This is a very good procedure for the interpretation of AES algorithm, for such a more complex algorithm, the program in only 100 lines on the full realization of the functi
WaiGuaTutorial
- 学习制作*,其实是学习一门网络技术,不是仅仅是游戏! 我们玩游戏,游戏公司玩我们,你可以忍受游戏的不平衡吗?你可以忍受游戏的 BUG吗,你愿意交钱去买*(有时后还可能上当受骗)吗?你不愿意自己做*自己 用吗?你不愿意做几个*给你的朋友使用吗?你不愿意体验制作*的乐趣吗?你不 愿意自己的游戏ID有很多钱,很好的装备,很高的等级吗?看到别人拿着*到处惹是 生非,你心理平衡吗?所以,我们要自己制作*,做自己的*! 学习
EBF561_FIR
- 本实验的重点在于把课上学过的理论知识转化为动手实践能力,不仅要理解FIR滤波的原理和数学实现过程,还要学会使用FIR数字滤波,来处理各种复杂的信号和数据。 2).让我们真正的见识了DSP得一些简单功能,尤其是在线仿真ICE的作用,对于今后深入理解ICE的实现过程起到了相得益彰的作用。-The focus of this study is the lessons, hands-the theoretical knowledge into practical ability, not only
ed
- 一个加密机与解密机实例源码 ,VC编写,测试过,功能是能够实现的,对有这方面需要的人来说很实用,而且代码不是太复杂,可以作为加解密编程学习。注:杀毒软件可能会报,但不碍事。-An encryption and decryption machine machine source code examples, VC prepared, tested, functions can be achieved on the needs of people in this regard is very pra
aes-vs2008-04-03-08
- aes的官方算法代码,代码比较齐全,算法稍微复杂。-aes official algorithm code, the code rather complete, the algorithm slightly more complex.
AES_1
- AES加密算法 不是很复杂 信息保障与安全课上实验,希望对大家有所帮助-AES encryption algorithm is not very complex information security and safety class experiment, we want to help
Mobicents_SLEE_Example_Converged_Demo_User_Guide.
- Shopping Demo example is a complex example. It is designed to link multiple standards and J2EE technologies into working system. It demonstrates how to use together following:
COMPLEX
- thic c++ code describes complex number operation
Encryption_for_VB
- 加密(Encryption)是信息保护的一种必不可少的手段。目前有两种基本的加密方法,即私钥加密和公钥加密。用VB既可用自定义算法实现简便的私钥加密,也可通过调用Crypto API接口实现复杂的公钥加密。对于加密数据,若在Internet/Intranet上传送,则完整性鉴别也是必需的。本文介绍一种私钥加密技术,不仅能加密英文文本,而且能有效加密汉字,还能进行数据完整性鉴别。-Encryption (Encryption) is an essential information protect
CST_DESIGN_STUDIO
- 这是一个功能强大,使用简单的示意图设计工具,它是 为复杂系统的快速综合及优化设计的。它和我们的电磁场仿真软件CST MICROWAVE STUDIO® 紧密整合在一起,并且内建有电路仿真工具以及2.5维电磁场平面分析工具,这将 允许你在不同的层次上考虑你的设计,并记及各种效应。-This is a powerful, easy to use schematic design tool, it is the rapid synthesis of complex systems a
Steganography_Source
- Steganography is the art of hiding the fact that communication is taking place, by hiding information in other information. Many different carrier file formats can be used, but digital images are the most popular because of their frequency on the int
comfile
- 复合文档的一些资料合集,对于破解office等复合文档都很有用处。-Compound document some of the information collection, and other complex documents for crack office very useful.
Complex-class
- 大学生面向对象程序设计的代码。C++实现复数类的简单计算,可以进行无符号复数的运算。-Code for college students object oriented programming. C++ to achieve a simple calculation of the complex number, can carry out the arithmetic of unsigned number.
