资源列表
rsajiamiyunli
- 加密的步骤 1) 计算N的有效位数tn(以字节数计),将最高位的零忽略掉,令tn1=tn-1。比如N=0x012A05,其有效位数tn=5,tn1=4。 2) 将明文数据A分割成tn1位(以字节数计)的块,每块看成一个大数,块数记为bn。从而,保证了每块都小于N。 3) 对A的每一块Ai进行Bi=Ai^E MOD N运算。Bi就是密文数据的一块,将所有密文块合并起来,就得到了密文数据B。 -Encryption step 1) calculating the media
rc4
- 用RC4算法实现控制台对所有文件(任意类型的文件)的加解密(注意明文和密文都以文件形式存在)-RC4 algorithm using the console for all files (any type of file) encryption and decryption (pay attention to both explicit and ciphertext in order to file the form)
Linux_emd_cgi
- 基于嵌入式Linux的WEB_CGI开发例程,在ARM 9环境下,BAO服务器下测试通过。-Based on Embedded Linux Development WEB_CGI the routines in ARM 9 environment, BAO server under test.
mysha1
- 用SHA算法实现对任意文件的hash摘要,并且把hash摘要值(至少为160bit)存入另一个文件-SHA algorithm used to hash arbitrary document summaries, and the summary hash value (at least 160bit) into another file
LinuxDriver20-USB1
- LinuxDriver20-USB1 usb驱动-LinuxDriver20-USB1 usb drive
01~03
- 《开源时代》杂志01~03期 ChinaUnix社区最新创办- Open Source Time magazine 01 ~ 03 ChinaUnix the latest community founded
vblibary
- vb图书信息管理系统 里面有借书,还书,增加书籍,管理书籍等系统因有的功能-vb book information management system there are a library, books, an increase of books, management books, such as system as a result of some function
lasunix
- 是关于莱昂氏UNIX源代码分析的,很有用!-Leon s on the UNIX source code analysis, very useful!
DebuggingKernelProblems
- how to debug your linux kernel. Just try out-how to debug your linux kernel.Just try out
copy_xx_user
- 内核空间地址向用户空间地址的映射实例,非常有参考价值哦-Kernel space to user space address address mapping example of a very valuable reference Oh
kaoshiguanlixitong
- 用asp+access实现的在线考试管理系统,包括考试信息发布,考试市局评阅,在线考试,考试成绩查看等,完整代码及文档。希望对需要的人有帮助-With asp+ Access to achieve the online exam management system, including examination of information release, PUC Exam Review, online examinations, examination results, etc. See co
