资源列表
[Linux/Unix编程] linuxdriver
说明:介绍Linux内核驱动编程的一本书 最主要的是有源代码,都是可用的 学习操作系统很好<wuhao> 在 2008-10-13 上传 | 大小:1.06mb | 下载:0
[加密解密] openSSLDemo
说明:本人写的基于OpenSSL的客户端和服务器程序。-A Demo Program With VC2005 and OpenSSL lib.<白伟力> 在 2025-11-14 上传 | 大小:1.06mb | 下载:0
[Linux/Unix编程] Unix_Shell_Programming
说明:Unix Shell Programming is a tutorial aimed at helping Unix and Linux users get optimal performance out of their operating out of their operating system. It shows them how to take control of their systems and work efficiently by harnessing the power o<bouncer> 在 2025-11-14 上传 | 大小:1.06mb | 下载:0
[CA认证] original-rc5-v2
说明:rc5加解密 可以输入密钥进行解密和加密。人机交互较好。-the rc5 encryption and decryption can enter the key for decryption and encryption. Better human-computer interaction.<wy> 在 2025-11-14 上传 | 大小:1.06mb | 下载:0
[Linux/Unix编程] db_network
说明:简单的电子词典,能够存储单词及其释义,基于Linux系统,使用了SQlite数据库(The electronic dictionary is simple, capable of storing a word and its interpretation)<九流之徒 > 在 2025-11-14 上传 | 大小:1.06mb | 下载:0
[加密解密] rsa
说明:1.问题描述 RSA密码系统可具体描述为:取两个大素数p和q,令n=pq,N=(p-1)(q-1),随机选择整数d,满足gcd(d,N)=1,ed=1 modN。 公开密钥:k1=(n,e) 私有密钥:k2=(p,q,d) 加密算法:对于待加密消息m,其对应的密文为c=E(m)=me(modn) 解密算法:D(c)=cd(modn) 2.基本要求 p,q,d,e参数选取合理,程序要求界面友好,自动化程度高。 4. 实现提示 要实现一个真实的RSA密码系统,主要考虑对大整数的处理。P<Appoint> 在 2025-11-14 上传 | 大小:1.06mb | 下载:0