登录
首页 » Unix_Linux » RSAEuro-1.03.tar

RSAEuro-1.03.tar

于 2007-07-12 发布 文件大小:449KB
0 136
下载积分: 1 下载次数: 45

代码说明:

  des rsa des3 算法 可移植到symbian windows mobile 等平台(des rsa des3 algorithm can be ported to platforms such as symbian windows mobile)

文件列表:

rsaeuro-1.03.tar

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DES算法的Visual C++实现
    DES加密算法的Visual C++实现-DES encryption algorithm Visual C++ Realize
    2022-07-11 23:52:58下载
    积分:1
  • AES-encryption_decryption
    说明:  用于数字、密码等字符的加密和解密,用于数字、密码等字符的加密和解密,用于数字、密码等字符的加密和解密,用于数字、密码等字符的加密和解密(For numbers, passwords, encryption and decryption of characters for numbers, passwords, encryption and decryption of characters for numbers, passwords, encryption and decryption of characters for numbers, passwords, encryption and decryption of characters)
    2011-02-19 17:29:38下载
    积分:1
  • fanggen
    这是用于取证中完整性检测的工具,能够有效的提高完整性检测的空间效率(This is used to detect evidence of the integrity of the tool that can effectively improve the integrity of the space efficiency of detection)
    2008-04-18 00:05:52下载
    积分:1
  • Ge 90
    这是ge 90-30的versapro这软体,的使用教学手册。-Ge 90-30 This is the versapro this software, the use of teaching manuals.
    2023-01-26 06:35:03下载
    积分:1
  • 98快速整体文档搜索程序
    98快速的全盘文件查找程序-98 fast overall document search procedures
    2023-01-24 00:30:04下载
    积分:1
  • /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http...
    /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled Headers设置成:Automatic use of precompiled headers(图1)。 二:将ms32.lib添加到工程中(图2)。 三:MIRACL是C库。 extern "C" { #include "miracl.h" #include "mirdef.h" } #pragma comment( lib, "ms32.lib" )-/* RSA Demo version 1.0* Copyright (C) 2004 Zhao Chunsheng 2004.04.25*** http://timw.126.com http://timw.yeah.net* The procedures called Miracl ver 4. The majority of computing for 82, as detailed in its fringe manual.* P, Q, N, D, E use RSATool2 generation.*/Compiler Tip : 1 : Project-Settings- Settings For (All Configuration)- C/C Category, of OO Headers set : Automatic use of precompiled headers (Figure 1). 2 : ms32.lib added to the project (Figure 2). 3 : MIRACL C library. Extern "C" (# include "miracl.h"# include "mirdef.h")# pragma
    2023-06-13 11:35:05下载
    积分:1
  • IBE身份
    IBE基于身份的加密系统的加密程序,使用VC6.0开发-IBE identity-based encryption system of the decryption process, using VC6.0 Development
    2023-04-27 17:55:03下载
    积分:1
  • 凯撒和维吉尼亚方法,两种算法都不是很复杂,基本原理也相似所以都写入一个文件中来表示。...
    凯撒和维吉尼亚加密方法,两种算法都不是很复杂,基本原理也相似所以都写入一个文件中来表示。-Caesar and Virginia encryption method, two algorithms are not very complicated, so the basic principles are also similar to a document written to express.
    2022-12-14 15:10:03下载
    积分:1
  • 使用的是API编程,可格式化、校验和读写特殊扇区。可用作Windows下的磁盘。本函数还有以下两个缺点以待改进: 1.本函数还只能读能读 A: 和 B:,即...
    使用的是API编程,可格式化、校验和读写特殊扇区。可用作Windows下的磁盘加密。本函数还有以下两个缺点以待改进: 1.本函数还只能读能读 A: 和 B:,即只能对软盘操作 2.不能改变磁盘扇区大小,只能是标准的 512 个字节。 参数说明: command 操作: 0 重置磁盘 2 读扇区 3 写扇区 4 校验磁道 5 格式化磁道 8 得到设备参数 (int 1EH) drive 驱动器 A:=0 B:=1 head 磁头号,范围 0 - 1 track 磁道号,范围 0 - 84 ( 80 - 84 为特殊磁道,通常用来加密 ) sector 扇区号,范围 0 - 255 ( 19 - 255 为非标准扇区编号,通常用来加密) nsectors 每次读或写的扇区数,不能超出每磁道的最大扇区数 buffer 数据写入或读出的缓冲区,大小为 512 个字节 返回值 ( 同 Int 13H ): 0x0 成功 0x1 无效的命令 0x3 磁盘被写保护 0x4 扇区没有找到 0xa 发现坏扇区 0x80 磁盘没有准备好-using the API programming, formatting and testing literacy and special sectors. Windows can be used as a disk encryption. This function has the following two shortcomings to be improved : 1. This function can only be read, read A : and B : that only the right to operate two floppy disks. No change disk sector size, the standard is only 512 bytes. Parameter Description : command operations : 0 Reading 2 replacement disk write Sector Sector 3 4 5 checksum track to be formatted track eight equipment parameters (int 1EH) drive drive
    2022-08-22 04:00:28下载
    积分:1
  • DES算法源代码,这是自己书写的源代码,里面采用了非常多的技巧来提高编码的效率,研究算法和源码的朋友们,我书写的这个代码可以作为你们很好的参考。...
    大连110指挥界面,用vc做的,但是的需要数据库支持,界面部分功能需要数据库支持-command interface using vc done, but the need for database support, the functional interface need database support
    2022-02-03 02:47:07下载
    积分:1
  • 696518资源总数
  • 104386会员总数
  • 20今日下载