搜索资源列表
hundun_BMP
- 使用迭代方程Xn+1=Asin2(Xn-XB)生成混沌序列{Xi},需输入A和Xb值,不同的值产生不同的加密效果,但是仅在混沌区内的加密效果最好。在Microsoft Visual Studio .NET 2003上调试成功,用C++语言编写-use an iterative equation Xn Asin2 = (Xn - XB) generated chaotic sequence (Xi) need input A and isolate value, different values
des
- 自己写的个DES加密,解密文件的源代码, 用C++写的,工具是 visual studio 2010-Himself wrote a DES encryption and decryption files of source code, written using C++, visual studio 2010 tools
TrueCrypt6.1aSource
- 使用visual studio 2005 开发的开源文件、磁盘加密软件。这是6.1a版。加密自己资料的好工具。也是学习的优秀范本。结成了众多加密算法。-Using visual studio 2005 to develop open-source document, disk encryption software. This is version 6.1A. Encryption own good tool for information. Study is an excellent temp
lock
- 用Visual Studio 2003编的文件加密程序,能对文件进行二进制读入,再和密码做异或,保存。版本一-Visual Studio 2003 for use of file encryption program, can read a binary file, and then do XOR and password, save. Version 1.0
ledkey
- 平凡老师的ledkey给大家传两个Keil的插件,平凡工作室做的,很棒,可以在Keil中模拟出实验板,能作不少实验。-Ledkey ordinary teacher to everyone Keil Chuan two plug-ins, the average studio to do good, you can simulate the experiment in the Keil board, can make a lot of experiments.
zcmglsetup
- 共享软件作者,在发布软件时,总会碰到软件注册机制的问题,特别是共享软件新手,为了找资料,常常把互联网都翻了个遍,实在是苦不堪言。本工作室彩票软件的开发过程中也是遇到这样的问题,还好有网络,最终还是找到了解决的方法。本软件系统从基本的加、解密算法,到最终在软件中运用,均有涉及,对共享软件新手绝对是难得的资料。使用者可以利用本软件内附的VB源代码做出自己软件的注册机。-Shareware author, publishing software, software registration sys
DES_code_c
- 在visual studio 2005环境下开发的一个DES加解密程序,使用的是C语言,可以完成对.txt文件的加解密操作,不支持pdf等其他文件类型。密钥为8为字符,须字母开头。-In visual studio 2005 environment, the development of a DES encryption and decryption process, using the C language, can be completed. Txt file encryption and
XML
- Visual Studio 2008实现的简单的对XML的加密解密-Visual Studio 2008 to achieve a simple encryption and decryption of the XML
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
EnDnpassword
- 此程序由Microsoft Visual Studio 2010方可打开源码运行 EnDnpassword文件夹是加密主程序源码 Password文件夹是加密算法实现的源码和封装后的dll 两种加密算法。一种是DES,一种位MD5加密(此加密并非直接调用.net类库中的加密算法) 在加密时需要将生成的dll文件进行引用后方可使用。 没有什么技术含量,练习下dll封装和MD5算法的实现 -This program consists of Microsoft Visual Stu
20119160496916
- 此程序由Microsoft Visual Studio 2010方可打开源码运行 EnDnpassword文件夹是加密主程序源码 Password文件夹是加密算法实现的源码和封装后的dll 两种加密算法。一种是DES,一种位MD5加密(此加密并非直接调用.net类库中的加密算法) 在加密时需要将生成的dll文件进行引用后方可使用。 没有什么技术含量,练习下dll封装和MD5算法的实现 -This program from the Microsoft Visual Studio
CesarCipher1
- A simple console based caesar cipher in visual studio express c++.