资源列表
DESlxp
- DES加密算法,感兴趣的朋友可以看一下,要自行编译!-DES encryption algorithm, interested friends can look at, to build their own!
AutoTurnOffPc
- 定时关机的小程序,可以学习配置文件的读写,mid音乐的播放等有用的一些东西-Mytob.BSNotes small procedures, can learn to read and write the configuration file, mid music shows something useful
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
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.
wfExample
- eos WORKFLOW EXAMPLE-eos Pilkington EXAMPLE
ConMemMan
- 这是我用C语言实现的磁盘空间连续分配算法.主要是用链表实现.-C Language for the disk space allocation algorithm. It is mainly used to achieve Chain.
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. "
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 message-digest algorithm in your ap
DES_in_C
- 用C编写的DES加密程序-prepared by the DES encryption.
staserver1
- 该短代码实现了和上位机的通信功能,采用的是udp协议-the short code to achieve the PC and communications functions, the agreement is udp
Servicerx
- 服务编写,vc++ ,windows 2000以上-preparation services, vc, windows above 2
EncryDeCry
- 我在字符串加密时的处理是每次取字符串的三个字节,再把三个字符连成一个24位的整型,前8位存放第一个字符,中间8位存放第二个字符,最后8位存放第三个字符。再取这个整型数的前6位对应的数值去差用户提供对应表,转化成相应的字符,再取第二个6位,第三个6位,第四个六位进行字符的转换。再重复前面相同的操作值到整个字符串转换完毕。在解密的过程就是根据用户提供的表进行查找和移位换原字符串。 这种算法比通常的直接根据用户提供的表进行转换有更高的安全性,且加密解密的效率很高。-string encryptio