搜索资源列表
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
Cryptography
- AES和MD5算法源码,用C#语言编写,可以当作实验的参考使用
SCRWP2_USBAT88SCxx_rar
- 单片机下 使用AT88 加密解密 C语言编写-Encryption and decryption use AT88 MCU C language
des
- 使用C++语言编写des加解密算法,开发环境为VS2008-C++ writing des encryption and decryption algorithm
pass
- 使用标准C语言编写,无平台相关内容,可以在所有C编译器上编译,使用简单的位运算进行文件加密,虽然算法简单,但即便知道算法也不太容易破解,有注释,可供C语言初学者学习研究!-Using standard C language, non-platform-related content, you can in all C compiler compiled, using a simple bit computing for file encryption, although the algor
MD5
- MD5简单版的杂凑函数;使用C++语言编写-MD5 Hash Function
AES4
- 使用c语言编写的AES加解密算法。控制台程序。-Use c language AES encryption algorithm. Console program.
rsaPrj
- 分析了RSA算法的安全性在以及在实际使用过程中遇到的问题。还有在RSA算法使用到的参数的选择。在VC++工具上测试,并对测试结果进行分析总结。最后给出了用C语言编写的程序实现了该算法。-SRA public key cryptography key distribution in an asymmetric cryptosystem
sha384
- 经典的哈希值计算的加密算法源码,该程序使用c++语言编写。-The classic hash value encryption algorithm source code, the program uses c + + language.
AES_me
- 使用C++语言,Eclipse IDE for C/C++ Developers编写,实现AES算法-The AES algorithm iswritten in Eclipse IDE for C/C++ Developers with C++
rsa
- 这是一个用C++语言编写的密码学中的rsa加密算法的实现方法,使用这个算法可以实现简单的对文件的rsa加密。-This is a C++ language cryptography rsa encryption algorithm implementation, the use of this algorithm can achieve a simple file of rsa encryption.
dianzisuo
- 本设计中,电子密码锁使用STC89C52单片机控制,采用 C语言编写,通过Proteus软件仿真并进行了实物焊接。电子密码锁通过矩阵键盘进行密码输入,1602A液晶显示模块进行显示。其可实现的功能有:(1)通过切换,对输入的4位密码进行显示或隐藏;(2)通过发光二极管和蜂鸣器,对解密正确或者错误进行声光报警;(3)4位密码修改;(4)在密码遗失情况下,通过初始密码进行密码再设置;(5)采用AT24C02外部存储器,完成断电密码保护功能;(6)具有1-9次的解锁次数任意设定功能;(7)模拟密码箱
kaisa
- 凯撒密码教学示范程序,c#语言编写, vs2008编译通过,供学习使用。- Caesar cipher teaching demonstration program for learning to use.
LFSR_Encryption
- C语言实现简单的线性反馈移位寄存器,并且用于文件的简单加密处理,使用VC6.0编写-C language implementation of a simple linear feedback shift register, and for simple file encryption process using VC6.0 write
DES编码
- des在C#中的加密和解密的代码,使用C#语言编写的,欢迎使用!(DES in the C# encryption and decryption code, using C# language, welcome to use!)
gzip
- 使用C语言编写的GZIP压缩及解压源代码(GZIP compress and unzip source code written in C language)
sm4
- SM4的实现,使用C语言编写,包括一个.c和.h 和一个.exe文件。(The implementation of SM4)