搜索资源列表
AffineCipherBox
- 280行的高效代码,通过命令行实现了仿射算法的加密解密,随即或自定义KEY等功能
lmes
- 40行的简单代码实现了中国剩余定理的算法,可求同余方程组的mod.
rsa.rar
- 一个独立纯C文件,两千多行代码,控制台界面实现RSA加密解密功能,调试通过,An independent pure C files, more than 2000 lines of code, the console interface RSA encryption and decryption functions, debugging through
3
- 3号作品是分析WarCraft III游戏的replay文件的命令行工具,可以统计玩家的APM等信息,开发平台是gcc (MinGW),其中使用了crc32和zlib库做replay文件的校验与解密。除了代码质量较高外,能启发思路也是我选入这个作品的原因。-Analysis of work is on the 3rd game of WarCraft III document replay command-line tool, can be Player of the APM and other
crc
- CRC校验码的实现,校验码6位,寄存器串行实现方式,经项目实际验证正确-CRC Check Code realization Check 6, register serial ways, the right to verify the actual project
md5test
- md5加密技术,就一两行代码就可以,非常方便,上传,希望对大家有所帮助-md5 encryption technology, on the 12 lines of code can be very convenient, the upload, I hope all of you to help
C90DES
- C写的不到90行的标准DES加密算法代码,部分代码可看源码爱好者截图所示,DES加密算法,在编程中常用的一种加密算法,使用方便,加密安全,执行效率高,有很多编程朋友都喜欢使用DES加密。 -C less than 90 lines written in the standard DES encryption algorithm code, part of the code can look at source enthusiasts screenshot below, DES encrypt
Antidebug_code
- 多年收集的多种反调试器方法,将代码(只要随便选您看中的一部分就行了)直接复制到您的程序中,就可以实现反OD等功能。-Years to collect a variety of anti-debugger method, the code (as long as pick any part of your fancy on the line) directly into your program, you can achieve anti-OD functions.
DES-chat
- DES加密聊天工具,共包含3个文件:chat.cpp、des.h、makefile。 编译:命令行模式下,切换到代码所在目录,输入make后回车即可。 运行:命令行模式下输入 ./chat,然后选择程序执行角色(客户端或服务器)。如选择服务器,则程序自动打开端口开始监听;如选择客户端,则需要输入服务器地址。最后输入命令quit退出程序。-DES encrypted chat tool, contains a total of 3 files: chat.cpp, des.h, makef
AESKey
- 60行纯java代码实现AES加密解密的工具类-java AES encryption and decryption
Hill
- Hill加密算法的程序代码,可实现对5行5列的矩阵加密-Hill program code encryption algorithm can achieve 5 rows 5 columns of the matrix encryption
des_c
- 用C语言编写的100行des加密算法,代码简单,希望能有用-Written by 100 lines of C des encryption algorithm, the code is simple, hope can be useful
DES_Encode
- 用于进行DES加密,代码总共100行,使用起来比较方便-DES encode
MD52
- MD5文件码校验,很好用的文件编码代码,可以给文本文件逐行的编MD5码-MD5 file check (CRC), good use of the file encoding code to the text file line by line compilation of MD5 code
DES-encryption-algorithm
- 这个算法是用C语言实现的DES加密算法,代码量少,仅100行。-This algorithm is the DES encryption algorithm using C language, less code, only 100 rows.
VC6LineNumberAddin
- vc6.0显示代码行数破解工具,打开vc6,菜单栏:Tools -> customize -> Add-ins and Macro Files选中VC6LineNumber Developer Studio Add-in - Vc6.0 show lines of code crackers
rsa_encryption
- 通过rsa算法加密字符串,使用了gmp的库,代码将近200行(Through the RSA algorithm to encrypt the string, using the GMP library, the code is nearly 200 lines)