登录
首页 » 加密解密 » 数据加密算法,凯撒,普雷费尔

数据加密算法,凯撒,普雷费尔

于 2022-01-26 发布 文件大小:1.09 MB
0 128
下载积分: 2 下载次数: 1

代码说明:

零数据加密算法(数据加密算法,DEA)是对称加密算法,可能是最广泛使用的密钥系统,特别是在金融数据的安全性,最初开发的DEA是嵌入在硬件中。一般情况下,ATM(自动取款机,ATM)使用DEA。它出自IBM的研究工作,IBM有它的专利数年,但1983年以后已经过期,在公共范围,允许在特定条件和使用情况下免除专利使用费。 1997年正式通过了美国政府。DES原来的思路可以参考一下二战中德国的Enigma机,大约相同的基本思想。传统的密码加密都是由古代的观念,从循环移位,谜机器是基于扩散模糊。但原则的本质是相同的。现代DES在二进制级别做着同样的事:替代模糊,增加了分析的难度

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

发表评论


0 个回复

  • 把信息隐藏到图片中,比更安全
    把信息隐藏到图片中,比加密更安全-hidden message to the pictures, more secure encryption
    2022-05-23 17:37:01下载
    积分:1
  • 上传一个很好的算法
    上传一个很好的加密算法。-Upload a very good encryption algrithm
    2022-06-29 08:11:02下载
    积分:1
  • 这是一个混合码系统,利用多种方式
    这是一个混合密码系统,利用多种方式加密-This is a mixed-code system and a variety of forms of encryption
    2022-01-26 04:48:55下载
    积分:1
  • 替换C#动态链接库引用
    用来替换动态链接库的相互引用关系,去掉强签名请求。
    2023-07-26 02:15:03下载
    积分:1
  • DES的C语言原代码,可以运行出结果的.
    DES的C语言原代码,可以运行出结果的.-the C language source code that can run out results.
    2022-01-26 02:09:12下载
    积分: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
  • 1. This program will all possible symbols in English and in the definition of th...
    1.本程序将所有可能出现的英文和符号定义在ASCII表中的“000--255”中的256个常用字符 2.在实现2的基础上,实现控制台对英文文本文件(注意明文和密文都以文件形式存在)的加解密 形式:cipher 源文件名 目的文件名 密钥 E/D(标示加解密)说明:对于加密来说,源文件名就是明文,对于解密来说,源文件名就是密文-1. This program will all possible symbols in English and in the definition of the ASCII table, "000-- 2 55 "of 256 commonly used characters in two. in achieving two on the basis of Console achieve the English text files (and expressly close attention to the text of a document form) encryption forms : cipher source document file names Key E/D (marked increase declassified) Note : For encryption, source file name is expressly for declassification, the source file name is ciphertext
    2022-05-25 21:59:44下载
    积分:1
  • 图象检测,模板匹配算法代码
    图象的检测,模板匹配 命令行编译过程如下 vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c: est.bmp必须存在
    2022-05-21 22:02:07下载
    积分:1
  • 是当今比较新的算法MD5,比DES和DES5都要好,是dll文件,在自己写的程序中入它,就可以直接用了,全是意接口的形式...
    是当今比较新的算法MD5,比DES和DES5都要加密好,是dll文件,在自己写的程序中加入它,就可以直接用了,全是意接口的形式-Is the relatively new algorithm MD5, should DES5 than DES and encryption, and is a dll file, written in their own process to join it, can be directly used, the interface is intended to form ~ ~ ~ ~
    2023-05-18 01:25:03下载
    积分:1
  • SM2非对称算法实现
    基于Openssl算法库实现的SM2算法。实现数字签名和密钥交换, 公钥加密没有实现。全部源代码,需要Openssl库⽀支持,VC⼯工程。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
    2022-04-24 07:20:44下载
    积分:1
  • 696518资源总数
  • 104872会员总数
  • 40今日下载