搜索资源列表
c语言深入学习必备参考例子
- 文件名:c语言深入学习必备参考例子 很多经典的c例子:高级的宏定义,深奥的c内存操作,灵活的字符串操作,还有流操作,-File Name : c-depth language learning essential source of many examples of classic example c : Acer High definition esoteric c memory operation, flexible string manipulation, and flow opera
pin.rar
- C语言的字符串的加密与解密的各种方法,C language character string encryption and decipher each method
sha1
- SHA-1算法的C语言实现,求字符串的HASH-SHA-1 algorithm in C language implementation, find the string HASH
GetHardwareNumber
- 取硬盘序列号及字符串加密程序,用于VC程序入口处的加密。通过取硬盘序列号生成注册码,作为程序入口条件判断。-Get Hardware Number
sha256
- SHA-256源代码,三个对外的函数:void SHA256Init (SHA256Context *sc) void SHA256Update (SHA256Context *sc, const void *data, uint32_t len) void SHA256Final (SHA256Context *sc, uint8_t hash[SHA256_HASH_SIZE]) 第一个函数初始化,第二个函数输入要hash的字符串,第三个函数输出结果-SHA-256 sou
des_code
- DES算法实现字符串加密,文件加密,C语言实现,-DES
DEncryptTest
- C++,加密程序,可自行调用动态链接库实现字符串加密解密-C++, encryption, self-called Dynamic Link Library string encryption and decryption
MD5加密的C++类例程
- 一个完整的MD5的加密器,可实现输出一个字符串,不错的-a complete MD5 encryption device that can achieve an output string of good
encrypt
- c# 字符串加密实例,类已经构建好,包含加密和解密两个方法-c# string encryption example, class has been constructed, and includes two ways to encrypt and decrypt
HuffmanCoding(usingClanguage)
- 哈夫曼编码(用C语言编写), 可对输入的字符串进行加密解密-Huffman Coding (using C language), can enter the string encryption and decryption
RSAencryption-decryption
- 基于RSA的加密/解密示例C#代码,采用字符串作为参数 -RSA-based encryption/decryption example C# code, the use of string as a parameter
vvvvvvv
- 使用C语言实现古典密码体制中的Vigenere密码,并加/解密一个字符串或文件-Using the C language implementation of the Vigenere classical cryptosystem password and encrypt/decrypt a string or a file
who
- 系统调用 将字符串参数name的内容拷贝到内核中保存下来 将内核中由iam()保存的名字拷贝到name指向的用户地址空间中,同时确保不会对name越界访存-System call will copy the contents of the string parameter name into the kernel by the kernel to survive iam () to save a copy to the name point to the name of the user add
receive.c
- 这里主要是运用串口的终端来实现接受串口发送的字符串的功能。实现通过串口通信-Here is mainly used to achieve the acceptance of serial terminal serial port to send the string functions. Achieved through the serial communication
receive1.c
- 这个主要是linux下用来接受串口中接受通过串口传来的字符串,并将其保存到一个指定的文件中。-This is mainly used to receive serial port under linux, accepted the string coming through the serial port, and save it to a specified file.
send.c
- 这个程序是在linux下利用串口发送数据,把字符串通过标准的语句进行发送。-This procedure is to make use linux serial port to send data to a string for transmission through a standard statement.
Linux
- linux专用的C语言标准函数。如将字符串转换成整型或者浮点型-linux dedicated C language standard function
c-md5code
- 带密钥的md5算法库md5lib.h共有下列函数: char* MDString (char *) /*输入任意一个字符串,经过md5算法处理后,返回结果:一个定长(32个字符) 字符串 */ char* MDFile (char *) /*输入任意一个文件名,文件内容经过md5算法处理后,返回结果:一个定长 (32个字符)字符串 */ char* hmac_md5(char* text, char* key) /*输入任意一个字符串text,和一个用
hgsd
- 字符串加密算法 c#程序 String encryption algorithm-String encryption algorithm c# program String encryption algorithm
c++字符串简单加密
- 这是一个c++字符串简单加密Demo,可以参考学习。(This is a c + + string simple encryption Demo, you can refer to the study.)