搜索资源列表
MSS
- 当你的U盘,移动硬盘遗失了,被盗了,或者是遗忘在公共场所,里面的资料就会完全被别人窥探,如果涉及一些隐私,机密,那后果是很严重的。本课题就是在这样一个情况下产生的。这里剖析的只是一个最初的演示原型,详细设计,以及一些细节可以参考源代码。源代码在WinXP,VC6.0编译通过。 -When your U disk, mobile hard disk is lost, stolen, or forgotten in public places, inside information will b
encryptionadecryption
- 1、设计或借鉴一个加密解密算法(RSA); 2、通过C++实现该加密解密算法,并使用ATL(活动模板库)封装为组件对象; 3、通过VB创建一个GUI程序,在该程序中使用加密解密组件对象。 -Design or find an public-key cryptography algorithm. Create a C++ application which implements the public-key cryptography algorithm. Compile the