-
一个DES加密算法的实现
一个DES加密算法的实现-a DES encryption algorithm implementation
- 2022-07-14 07:49:37下载
- 积分:1
-
Sun公司Dream项目,DVB CAS系统
Sun公司Dream项目,DVB CAS系统-Sun Company Dream Project, DVB CAS system
- 2023-07-15 07:45:03下载
- 积分: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-01-22 15:25:03下载
- 积分:1
-
C_MD5 是一个用C写的标准MD5加密算法,使用简单,快速
C_MD5 是一个用C写的标准MD5加密算法,使用简单,快速
- 2022-11-25 13:50:03下载
- 积分:1
-
一个不错的文件加密系统,对你工作的安全大大加强。
一个不错的文件加密系统,对你工作的安全大大加强。-a good file encryption system, you have the right security greatly enhanced.
- 2023-06-18 22:10:03下载
- 积分:1
-
Net框架由于拥有CLR提供的丰富库支持,只需很少的代码即可实现先前使用C等旧式语言很难实现的加密算法。本类实现一些常用机密算法,供参考。...
Net框架由于拥有CLR提供的丰富库支持,只需很少的代码即可实现先前使用C等旧式语言很难实现的加密算法。本类实现一些常用机密算法,供参考。-Net framework, as they own CLR provides support for the rich, with little code can be used to achieve the old language, such as C is very difficult to achieve encryption algorithm. Realize some of the categories used confidential algorithm for information.
- 2022-02-20 09:52:44下载
- 积分:1
-
哈夫曼压缩
这是一个压缩/解压例程使用哈夫曼编码/解码,并且最适合在普通文本的文件。代码是 * 高度 * 进行了优化,并表明这是如何快速我可以提到另一个发现这里在 planetsourcecode (从 2000 年 8 月 1 日) 也采用哈夫曼编码的代码样本。该代码用了 127 秒压缩 1.8 mb 文本文件,但与我的代码,这需要小于 1 秒 !!(唐山的零时 12700%!!)。其他代码是值得 7 的优异点,这个价值是多少吗?
- 2022-03-22 00:16:55下载
- 积分:1
-
rijndael算法在vc源码
rijndael算法在vc源码-vc FOSS
- 2022-03-22 01:40:39下载
- 积分:1
-
base64码转换程序,不够完善
base64码转换程序,不够完善-base64 code conversion, not perfect
- 2022-06-13 20:14:40下载
- 积分:1
-
本程序是免费软件,您可以重新分配和/或修改
This program is free software you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.-This program is free software you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- 2023-09-01 09:20:03下载
- 积分:1