CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 加密加密-C

搜索资源列表

  1. 330911894

    0下载:
  2. C语言DES算法,简单实现文件的加密与解密功能-C language DES algorithm, a simple realization document encryption and decryption functions
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:7035
    • 提供者:猪头
  1. Base64

    0下载:
  2. 将字符串使用base64算法加密的库。.net平台,C#语言开发。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:4859
    • 提供者:方建国
  1. 用新的高级加密标准(AES)保持你的数据安全

    1下载:
  2. AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。本文展示了AES的概貌并解析了它使用的算法。包括一个完整的C#实现和加密.NET数据的举例。在读完本文后你将能用AES加密、测试 基于AES的软件并能在你的系统中使用AES加密。  -AES (The Advanced Encryption Standard) is the National Institute
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:17133
    • 提供者:
  1. B06040403_a_4

    0下载:
  2. 题目:加密软件 要求:(1)输入任意一段明文M,以及密钥K (2)根据一下公式将其转换为密文C。 Ci = mi + K ,其中i = 0,1,……n-1 , K 为密钥; (3)具有输入输出界面。 -MFC
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:27109
    • 提供者:zaoyan
  1. AES-encryption-and-decryption

    0下载:
  2. 用c语言实现AES算法的加密与解密功能,方便大家理解对称密钥和非对称密钥-C language AES algorithm for encryption and decryption functions, to facilitate understanding of the symmetric key and asymmetric key
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:8297
    • 提供者:zhang shuai
  1. image-ecpytion

    0下载:
  2. c语言实现图像的加密与解密,观察加密和解密前后图像有无异同-c language image encryption and decryption, and observe whether the encryption and decryption of images before and after the similarities and differences
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:335340
    • 提供者:zhang shuai
  1. gudianmimaxue

    0下载:
  2. 古典密码课设。C++ 多表古典加密方法主要有Playfair体制、Vigenere体制、Beaufor体制、Vernam体制和Hill体制,用高级语言实现其中一种体制的加密和解密算法。 -Classical cryptography class-based. C++ multi-table classical encryption methods Playfair system, Vigenere system, Beaufor system, Vernam system and Hill
  3. 所属分类:software engineering

    • 发布日期:2017-12-08
    • 文件大小:32499
    • 提供者:陈靖
  1. CSharp-Get-USB-Evevt-Doc

    0下载:
  2. C# 捕获USB硬件插拨等重要事件的说明,为需要USB加密狗提供参考-C# capture the USB hardware pluggable important event descr iption for USB dongle reference
  3. 所属分类:software engineering

    • 发布日期:2017-03-21
    • 文件大小:121245
    • 提供者:彭玉江
  1. DES_CPPshixianbaogao

    0下载:
  2. 文档以DES算法为基础,通过c++设计实现对文件的加密。-Document based on the DES algorithm, through file encryption c++ design.
  3. 所属分类:software engineering

    • 发布日期:2017-12-08
    • 文件大小:42829
    • 提供者:史浩然
  1. jmjm

    0下载:
  2. 用C语言实现文件的加密与解密,对一段符号实现加密,解密-C language file encryption and decryption, for some symbol to achieve encryption, decryption
  3. 所属分类:software engineering

    • 发布日期:2016-08-18
    • 文件大小:530432
    • 提供者:ghk
  1. grouping-symmetrical-encryption-mode

    0下载:
  2. 本文档对“分组对称与加密模式”进行了简单描述,方便C#初学者在这方面入门。-A brief descr iption of this document grouping symmetrical encryption mode to facilitate the entry of C# beginners in this area.
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:334843
    • 提供者:
  1. Java-software-protection-technology

    1下载:
  2. 用加密的方法来保护Java类文件,加密可以有效地对抗反编译 Java技术在设计之初就考虑到应用环境的复杂性,因此允许用户根据Java规范定制类加载器,使用这些定制的Classloader可以完成特定的操 作,比如从网络上下载类文件,验证类文件来源等,本文定制了 北京邮电大学硕日毋究生学位论文Java软件保护技术研究及实现一个Classloader来完成加密类文件的加载" (3)负责密钥提取和解密的具体算法不能被加密,否则又需要先将它 们解密,由此将形成一个循环,而它们又是必须
  3. 所属分类:software engineering

    • 发布日期:2014-07-29
    • 文件大小:1024
    • 提供者:李忠楠
  1. rsa1

    0下载:
  2. RSA算法编写的C++加密解密编程实现,RSA算法是信息安全技术领域十分经典的对称加密算法,可以实现保密通信及秘钥交换等功能。-The C++ programming realization of RSA algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:3666725
    • 提供者:yuxin
  1. IDEA

    0下载:
  2. IDEA加密代码,本文档详细介绍了IDEA的加密算法,并给出了C语言源代码,编译成功。-IDEA encryption code, the document details the IDEA encryption algorithm, and gives the C language source code, compile successfully.
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:117328
    • 提供者:程惠
  1. jiami

    0下载:
  2. 用C++获取硬盘的序列号ID以及网卡的MAC地址的源代码,可以用此方式结合md5加密算法进行软件加密-Using C++ to obtain hard drive serial number ID, ​ ​ and the card s MAC address of the source code, you can use this method combines software encryption md5 encryption algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:3320
    • 提供者:王夏
  1. AES

    0下载:
  2. AES算法C源码(加解密),简单测试了一下,可以用,领解压文件里有两个解密加密rar的算法,感兴趣的可以看下。-AES algorithm C source code (encryption and decryption), a simple test that can be used, there are two collar-extracting file to decrypt the encrypted rar algorithms, interested can look.
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:84675
    • 提供者:原小木
  1. Several-encryption-C-Sharp

    0下载:
  2. C#几种加密算法的介绍,包括对称加密算法MD5的实现,对称加密算法DES的实现,对称加密算法RC2的实现,以及其他算法的实现,内容包括对算法的讲解以及部分主要关键代码。-Several encryption algorithm C#
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6878
    • 提供者:刘湘琼
  1. shuzijiami

    0下载:
  2. 此代码主要是使用c#的语言,对数据进行加密的一个技术-Data encryption technology
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:39208
    • 提供者:卢里
  1. jiami

    0下载:
  2. 基于C语言平台设计的加密程序 实现最简单的加密功能-C-based platform designed to achieve the most simple encryption program encryption
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1434080
    • 提供者:gong
  1. posMAC

    0下载:
  2. 银联,,,,标准mac,,,加密纯C代码,-CUP standard mac encryption pure C code,
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:46964
    • 提供者:梁其疆
« 12 »
搜珍网 www.dssz.com