资源列表

[加密解密EncryDeCry

说明:我在字符串加密时的处理是每次取字符串的三个字节,再把三个字符连成一个24位的整型,前8位存放第一个字符,中间8位存放第二个字符,最后8位存放第三个字符。再取这个整型数的前6位对应的数值去差用户提供对应表,转化成相应的字符,再取第二个6位,第三个6位,第四个六位进行字符的转换。再重复前面相同的操作值到整个字符串转换完毕。在解密的过程就是根据用户提供的表进行查找和移位换原字符串。 这种算法比通常的直接根据用户提供的表进行转换有更高的安全
<伍孝秉> 在 2008-10-13 上传 | 大小:1553 | 下载:0

[系统编程Servicerx

说明:服务编写,vc++ ,windows 2000以上-preparation services, vc, windows above 2
<oydw> 在 2008-10-13 上传 | 大小:11011 | 下载:0

[Linux/Unix编程staserver1

说明:该短代码实现了和上位机的通信功能,采用的是udp协议-the short code to achieve the PC and communications functions, the agreement is udp
<黄诗泉> 在 2008-10-13 上传 | 大小:3879 | 下载:0

[加密解密DES_in_C

说明:用C编写的DES加密程序-prepared by the DES encryption.
<刘华> 在 2008-10-13 上传 | 大小:8833 | 下载:0

[系统编程ImplementingTheMD5Algorithm

说明:Take advantage of a secure message-digest algorithm in your applications. Learn the means to easily integrate MD5 into your existing C++ applications using this cross-platform library. -Take advantage of a secure messa
<张建> 在 2008-10-13 上传 | 大小:129038 | 下载:0

[系统编程BASE64DecodingAndEncodingClass

说明:The Base64 format is decribed in RFC 2045 in part 6.8 called \"Base64 Content-Transfer-Encoding.\"-The Base64 format is in RFC959 in RFC 2045 part 6.8 called "Base64 Content-Transfer-Enc oding. "
<张建> 在 2008-10-13 上传 | 大小:3413 | 下载:0

[系统编程ConMemMan

说明:这是我用C语言实现的磁盘空间连续分配算法.主要是用链表实现.-C Language for the disk space allocation algorithm. It is mainly used to achieve Chain.
<王晓栋> 在 2008-10-13 上传 | 大小:2589 | 下载:0

[Linux/Unix编程wfExample

说明:eos WORKFLOW EXAMPLE-eos Pilkington EXAMPLE
<gaozhuang> 在 2008-10-13 上传 | 大小:64667 | 下载:0

[扫描程序Scan-X

说明:Scan-X是一款非常好用的局域网扫描工具,现在我把原代码给大家,希望大家喜欢.-Scan-X is a very handy tool for LAN scanning, now I have the original code for everyone, hope you like them.
<zwb> 在 2008-10-13 上传 | 大小:254802 | 下载:0

[弱点检测代码Word_Password_Recovery_Master

说明:word密码破解,很多时候文件一久就忘记密码了这个工具是饿暴力破解可以帮你解开你的心结-word password crackers, many documents on a long-forgotten password tool is hungry violent break can help you solve your heart
<马星> 在 2008-10-13 上传 | 大小:326475 | 下载:0

[系统编程AutoTurnOffPc

说明:定时关机的小程序,可以学习配置文件的读写,mid音乐的播放等有用的一些东西-Mytob.BSNotes small procedures, can learn to read and write the configuration file, mid music shows something useful
<王宇波> 在 2008-10-13 上传 | 大小:204412 | 下载:0

[加密解密DESlxp

说明:DES加密算法,感兴趣的朋友可以看一下,要自行编译!-DES encryption algorithm, interested friends can look at, to build their own!
<wilson> 在 2008-10-13 上传 | 大小:79002 | 下载:0

源码中国 www.ymcn.org