CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - des program

搜索资源列表

  1. rsaDes

    0下载:
  2. c++编写的一个数据加密程序,里面有Des和RSA算法,对初学者很有参考意义-c++ written in a data encryption program, which has Des and the RSA algorithm, useful reference for beginners
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:135924
    • 提供者:德科夫
  1. DESalgorithmforfpgadesignsata

    0下载:
  2. 利用fpga接sata的方案,在fpga进行des加密,难得的参考价值-Sata using fpga access program, conducted in fpga des encryption, unique reference
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-15
    • 文件大小:3741190
    • 提供者:tianzhen
  1. mk_des

    0下载:
  2. 符合目前金融行业的加密键盘(PIN PAD),的64位密钥度的DES,和128位密钥长度的3DES算法程序,超强的独立性和可移植性。你看了之后,不会后悔。-Meet current financial industry encryption keyboard (PIN PAD), degree of 64-bit key DES, and 3DES 128-bit key length algorithm program, super-independence and portability.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:194590
    • 提供者:ipigle
  1. VC

    0下载:
  2. 一个简单的DES加密解密程序源代码,适合刚刚学习的朋友们-A simple DES encryption and decryption program source code, for friends just to learn
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:3209
    • 提供者:漆望
  1. DESChecker

    0下载:
  2. VC++编写的DES算法查看器源代码,DES算法目前应用已十分广泛,本程序的主要功能是在查看DES加密过程中生成的Ki,Li,Ri,Fi,Si等,可以当做一个DES加密对照器,从而方便的发现你在加密过程中出现的错误,以便于你快速做出反应。-VC++ prepared by the DES algorithm viewer source code, DES algorithm is currently the already very extensive, the program' s ma
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:169186
    • 提供者:JOJOchen
  1. DESclose

    0下载:
  2. Custom program that runs simulates the DES algorithm for encoding a message. ASCII is taken, turned into shuffled bits, then turned into a DES message on the other end.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:318061
    • 提供者:matt
  1. des_code

    0下载:
  2. des的简单实现,对做一些简单的C程序有帮助!-des a simple implementation of some simple C program help!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2223686
    • 提供者:blare
  1. delphivnc-0.1

    0下载:
  2. DES加密演示程序,最传统、易用的加密,为初学者使用-DES encryption demo program, the most traditional, easy to use encryption to use for beginners
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:7887
    • 提供者:zang
  1. java_des

    0下载:
  2. 用java编写的des加解密程序 毕业设计的一部分-Des with java decryption program written as part of graduation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:4162
    • 提供者:duyangyang
  1. gdi-program-des

    0下载:
  2. 本书专门讲述了GDI+编程中与开发自定义控件相关的功能,重点放在Windows Forms自定义控件的创建上,同时也讨论了ASP.NET服务器控件的创建问题。全书共分为4个部分:第1部分是对GDI+的用途和结构的概述,第2部分结合代码实例讲述了GDI+编程的具体细节,如绘图表面、坐标系、钢笔和笔刷、文本和字体、图像和图像操作、路径和区域、变换的处理和打印等。其中涉及了GDI+在自定义控件中的应用最相关的所有的类、方法、属性和事件。第3部分集中讲解了自定义控件的设计和开发,包括自定义控件的定义、特
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-31
    • 文件大小:13357516
    • 提供者:layuetian
  1. 123

    0下载:
  2. 本程序为DES加密和解密算法,算法简单易懂,而且还会具体的输出每轮的L、R和K值。-This program is DES encryption and decryption algorithms, algorithm is simple and easy to understand, but also the specific output of each round of the L, R and K values.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:284786
    • 提供者:王瑶
  1. VCchat

    0下载:
  2. 1、分析典型网络聊天应用软件(如QQ、MSN等)的实现原理,模拟设计一套网络聊天应用程序,必须实现以下功能: ①按照C/S结构分别设计服务端程序和客户端程序; ②服务端通过图形用户界面实现对服务器的控制,负责维护用户帐户和用户群,并维护用户信息、维持客户端之间的端对端通信和群聊通信、适时维护用户在线信息,并能够发送广播消息。 2、增加尽可能多的功能,用户界面友好,操作简便,代码设计遵从程序设计规范,易读性强,对关键过程和代码进行标注说明。 3、程序设计过程遵从软件工程规范,有需求
  3. 所属分类:Project Design

    • 发布日期:2017-04-08
    • 文件大小:82587
    • 提供者:xuxiaofeng
  1. 11n6y19r

    0下载:
  2. des 实现简单功能,输入program密钥 明文为computer 能成功加密解密,密钥也可为8位字符串,网络安全des实验-this is des,it can enerypt some easy string and decrypt successfully!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:192731
    • 提供者:宁晴
  1. jiami

    1下载:
  2. 加密解密 MFC 程序用DES加密算法编写的加密程序 利用加密程序可以实现对数据信息的加解密功能,数据信息可以是文本、图片、音频、视频文件。 综合实验:建立一加密传输系统,发送方将加密后的密文文件进行传输,发给接收方。接收方将接收到的密文进行解密,并将还原后的明文输出。-MFC program with encryption and decryption DES encryption algorithm the encryption program written using encrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1915016
    • 提供者:feifei
  1. DataCoffer2011

    0下载:
  2. 一个文件加密程序,主要使用了DES思想.主要给文件加密,界面做的也不错。-A file encryption program, the main idea using the DES, mainly for file encryption, the interface is also doing well.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-11
    • 文件大小:2301150
    • 提供者:haidejintou
  1. des_code

    0下载:
  2. 他和是一个关于des 的雪崩效应的演示VC程序,基于VC-this is a program for des for nown beng
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:235945
    • 提供者:zhujun
  1. EnDnpassword

    0下载:
  2. 此程序由Microsoft Visual Studio 2010方可打开源码运行 EnDnpassword文件夹是加密主程序源码 Password文件夹是加密算法实现的源码和封装后的dll 两种加密算法。一种是DES,一种位MD5加密(此加密并非直接调用.net类库中的加密算法) 在加密时需要将生成的dll文件进行引用后方可使用。 没有什么技术含量,练习下dll封装和MD5算法的实现 -This program consists of Microsoft Visual Stu
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:186485
    • 提供者:skysoul
  1. 20119160496916

    0下载:
  2. 此程序由Microsoft Visual Studio 2010方可打开源码运行 EnDnpassword文件夹是加密主程序源码 Password文件夹是加密算法实现的源码和封装后的dll 两种加密算法。一种是DES,一种位MD5加密(此加密并非直接调用.net类库中的加密算法) 在加密时需要将生成的dll文件进行引用后方可使用。 没有什么技术含量,练习下dll封装和MD5算法的实现 -This program consists of Microsoft Visual Stu
  3. 所属分类:.net

    • 发布日期:2017-04-26
    • 文件大小:197237
    • 提供者:mykrebs
  1. 20110927090408

    0下载:
  2. 基于DES的文件加密程序 采用ECB或CBC工作模式 DES算法核心代码-DES-based file encryption program using ECB or CBC mode of DES algorithm core code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:3450
    • 提供者:HH
  1. C_Programs

    0下载:
  2. TSR (Terminiated and Stay Resident) Program in C which modifies screen into mirror Lagrange = program for mathematical lagrange mean value theorem DES data encryption standards program curve fitting algorithm banner to print the letter in c
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:3622
    • 提供者:Pran
« 1 2 ... 6 7 8 9 10 1112 13 14 15 »
搜珍网 www.dssz.com