搜索资源列表
c语言编译器 源代码
- C语言写的编译器,含2个small c for dos源代码和small c for z80 源代码。没有解压密码-complier written by c langauage ,include source codes of 2 small c for dos and small c for z80 ,without unzipped code
如何用c语言给一个文件加密
- 如何用c语言给一个文件加密??? 应该可以做到吧?有人吗? 下面是一个实例,能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改). :) -how to use language to a file encryption? ? ? Should be able to do it? Someone? Below is an example of an arbitrary right to file encryption, password request user
用C语言写的100行DES加密算法
- 用C语言写的100行DES加密算法,学习C语言和密码算法的好例程。-C language written in 100 lines DES encryption algorithm, C language learning algorithm and password good routines.
C语言Tcp_ip
- 压缩包中C语言编写的TCP_IP源代码,无解压密码,供网友共同参考-compression package prepared by the C language source code TCP_IP without extracting passwords, a common reference for netizens
维吉尼亚密码的C语言源代码
- 自己编的一个维吉尼亚密码的C语言源代码,在密码分析中有一定参考价值,希望大家能够从中受益。-own series of the Virginia code in a C-language source code, the code analysis of a definite reference value, we hope to benefit from them.
人机界面开发的 C 语言程序库
- 人机界面开发的 C 语言程序库 解压密码 本站默认解压密码:www.supcode.com -man-machine interface development of C language program library extract passwords Archives default extract Password : www.supcode.com
密码输入程序
- c语言密码输入程序-import procedures
C语言实战105例
- C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11 使用二维数组统计学生成绩 29 实例12 简单的计算器
DES(C语言)
- DES的C语言程序,没有用密码学的库,可以用来测试
des
- 密码学的des算法的加密与解密的过程,其中有16轮迭代。c语言实现。-Des algorithm cryptography encryption and decryption process, of which 16 iterations. c language.
vigenere
- 密码学中 维吉尼亚算法的 c语言实现 调试无误-Virginia cryptography algorithm implementation c language
电子密码锁
- 基于51单片机的红外无线遥控电子密码锁程序 密码可改 keil开发环境 c语言-51mcu hongwai mimakegai keil c yuyan
国密 sm3 算法 c语言实现
- 国密 sm3 算法 c语言实现 用途 国家密码管理局编制的商用算法,用于密码应用中的数字签名和验证、消息认证码的生成与验证以及随机数的生成,可满足多种密码应用的安全需求。 算法描述 对长度为l(l< 264) 比特的消息m,SM3杂凑算法经过填充和迭代压缩,生成杂凑值,杂凑值长度 为256比特。
数字水印(VC++)C
- 人们借助于计算机、数字扫描仪、打印机等电子设备可以方便、迅速地将数字信息传输到所期望的地方。随之而来的副作用是这些数字形式的数据文件或作品使有恶意的个人和团体有可能在没有得到作品所有者的许可下拷贝和传播有版权的内容。由于传统的密码技术无法完全解决版权保护的问题,近年来国际上提出了一种新型的版权保护技术——数字水印技术。(With the aid of computers, digital scanners, printers and other electronic devices, digit
哈弗曼编码
- C语言编写哈夫曼树,实现字母和数字之间的密码互换。(C language Huffman tree, the realization of letters and numbers between the password swap.)
atmxp
- ATM终端牟尼基 C语言模拟的银行ATM机系统!利用文件存储!每个用户都会被存到user.txt文本中,另外系统生成4个文件(存款记录、取款记录、转账记录、余额)!实现存、取、转、查功能!对密码输入次数进行了限制,错误三次就退出程序!对用户密码进行简单的加密!(ATM(C-language simulation of ATM machine system! The use of file storage! Each user will be saved to user.txt text, the
修改密码三次
- 通过c语言编程,实习一个密码的修改功能,初学者的福音(Through the C language programming, practice a password modification function)
C语言游戏源代码
- C语言游戏源代码:1、 简单的开机密码程序 2、彩色贪吃蛇 3、c语言实现移动电话系统4、 扑克牌游戏 5. C语言实现打字游戏(C language game source code: 1, simple startup password program 2, color snake 3, C language to achieve mobile phone system 4, poker game 5. C language to achieve typing game)
古典密码的C语言实例
- 经典古典密码的实现,包含了加法密码,乘法密码,Vigenere体制密码等等(The realization of classical cryptography)
典型密码算法及其C语言实现——附录代码
- 几乎囊括了所有主流的加密算法的c语言实现哦(Almost all the mainstream encryption algorithms are implemented in C language.)