资源列表
RSA
- SRSA is rsa for short
AES
- AES算法包含c++版和C版的,运行成功的,有详细的说明。-AES algorithm contains c++ version and the version of the C run successfully, is described in detail.
ViterbiDecoder
- Viterbi decode in VHDL
des-algorithm
- 用C++实现 des加密解密算法,加密过程中程序会自动生成cipher.txt文件,解密过程会自动生成result.tet文件,在对比明文信息即可,运行程序,程序会自动为你计算运行程序所耗时-Des encryption and decryption algorithm in C++ the encryption process program automatically generate cipher.txt file decryption process automatically gene
sha1
- 哈希函数加解密图片代码《喜欢的朋友下载吧,下完就能用的-Encryption and decryption picture code " hash function like friends download is finished will be able to use
defcon-17-taylor-extras
- defcon-taylor (some obfuscation techniques to prevent from reverse engineering)
UartExample_Encrypt_writeeeprom
- AT88加密程序,带有串口操作,并且有LED灯指示状态-AT88 encryption program, with a serial operation, and LED lights indicate status
BlowFish_CSharp
- BlowFish in C# and Microcontronller Application
DesAlgorithm
- DES algorithm and Application
Keypad_7Seg_LCD_Rs232
- Keypad, LCD and RS232 in AVR and CodeVisionAVR
MD5
- VBS MD5加密算法代码 Private Const BITS_TO_A_BYTE = 8 Private Const BYTES_TO_A_WORD = 4 Private Const BITS_TO_A_WORD = 32 Private m_lOnBits(30) Private m_l2Power(30) m_lOnBits(0) = CLng(1) m_lOnBits(1) = CLng(3) m_lOnBits(2) = CLng
BASE64
- BASE64解码 VBS源代码 Function fDecode(sStringToDecode) Const CharList = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" Dim iDataLength, sOutputString, iGroupInitialCharacter sStringToDecode = Replace(Replace(Replace(sSt