CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - INPUT.C

搜索资源列表

  1. RC5-CTS

    1下载:
  2. RC5-CTS模式加密解密算法C++程序实现。 解压之后运行main.dsw.在VC++下面打开,执行之后根据显示首先输入密钥(随便输入不超过16字节的字符串),之后提示输入需要加密的plaintext文件,输入plaintext1.txt,这个文件在压缩包里已经存在,(注意一定要写清楚文件类型名,是个文本文件),然后根据提示输入加密文件名,可随便输入一个文件名,但是别忘记了类型名.txt,如ciphertext1.txt。因为不输入类型名将来无法打开。之后输入解密之后的文件名,可输入dec
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10.73kb
    • 提供者:郭佳
  1. DES数据加密算法

    0下载:
  2. (C++)语言下文件输入输出函数的一些局限性 数据加密算法原理、实现-(C) language input and output file under some limitations function of data encryption algorithm theory, realization
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:16.98kb
    • 提供者:胡进
  1. 300_encrypt

    0下载:
  2. 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests:
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:379.94kb
    • 提供者:Nikii
  1. hundun_BMP

    0下载:
  2. 使用迭代方程Xn+1=Asin2(Xn-XB)生成混沌序列{Xi},需输入A和Xb值,不同的值产生不同的加密效果,但是仅在混沌区内的加密效果最好。在Microsoft Visual Studio .NET 2003上调试成功,用C++语言编写-use an iterative equation Xn Asin2 = (Xn - XB) generated chaotic sequence (Xi) need input A and isolate value, different values
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:81.92kb
    • 提供者:Iris Liu
  1. encrpytionsoftware

    0下载:
  2. Tasks Read the textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++. Requirements You do this lab in a group of two students. Your program should have input and output as follows: csci>a.out --> Pleas
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8.58kb
    • 提供者:wyxm
  1. 2

    0下载:
  2. BP算法的C++类,输入输出全部采用文件格式,不用在运行的时候一个一个输入拉-BP algorithm C++ Category, input and output file format used, do not have a running time of an input pull
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-17
    • 文件大小:5.06kb
    • 提供者:
  1. Untitled4

    0下载:
  2. C语言编写的des加密和解密算法,输入数据加密-C language des encryption and decryption algorithms, input data encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:2.43kb
    • 提供者:huang
  1. CRC

    0下载:
  2. 通过对于模2除法的研究 可以得到如下方法: 1. 把信息码后面加上p-1位的0,这个试验中p是6位,即在输入的信息码后面加上“00000”。把这个17位的被除数放入input中。 2. 在得到被除数input之后,设计一个在被除数上移动的数据滑块变量d,把input中的最高位开始逐次复制给变量d。 3. 如果d的最高位为1,由变量d和变量p做异或运算;如果d的最高位为0则不运算或者做多余的异或‘0’的运算。 4. 把滑块变量d往后滑动一位。 5. 循环步骤(3,4)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:5.89kb
    • 提供者:lijq
  1. q128.asm

    0下载:
  2. 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入-This is an easy to use the MD5 of the C++ category this category can be added to the console program can also be used in the MFC and to provide a deta
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:7.69kb
    • 提供者:张晓明
  1. md5eg

    0下载:
  2. 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入-This is an easy to use the MD5 of the C++ category this category can be added to the console program can also be used in the MFC and to provide a deta
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:156.51kb
    • 提供者:张晓明
  1. AES.ZIP

    0下载:
  2. AES implementation in C++. Input: key file and the file for encryption Output: the crypted file.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:15.51kb
    • 提供者:Calin Juravle
  1. RSA

    0下载:
  2. 输入明文,用rsa算法加密,然后输出加密后的密文,再用此算法解密,输出解密后的明文。-Input plaintext, using rsa encryption algorithm, and then the output encrypted ciphertext, and then decrypt this algorithm, the output of the plaintext after decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:797.58kb
    • 提供者:陌生初熏
  1. c-md5code

    0下载:
  2. 带密钥的md5算法库md5lib.h共有下列函数: char* MDString (char *) /*输入任意一个字符串,经过md5算法处理后,返回结果:一个定长(32个字符) 字符串 */ char* MDFile (char *) /*输入任意一个文件名,文件内容经过md5算法处理后,返回结果:一个定长 (32个字符)字符串 */ char* hmac_md5(char* text, char* key) /*输入任意一个字符串text,和一个用
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:5.82kb
    • 提供者:wangyicai
  1. CryptographyBench

    0下载:
  2. Program that runs AES/RSA algorithm multiple times for different input values and outputs their run times for benchmarking purposes. Written in Visual C#
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:2.39mb
    • 提供者:Perry Leros
  1. MD5

    0下载:
  2. md5加密技术接口,用c++语言实现,一个MD5 加密的接口,只要输入字符串,即可输出密文,不要知道内部的实现细节-md5 encryption interface with c++ language, an MD5 encrypted interface, as long as the input string, then the output ciphertext, do not know the internal implementation details
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:3.03kb
    • 提供者:huanh
  1. DES

    0下载:
  2. 用C语言实现的DES加密系统,能对输入的规定格式的字符串进行加解密。-With C-DES encryption system implemented, can the provisions of the input format string encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:5.03kb
    • 提供者:liuh
  1. Encryption-Software

    0下载:
  2. 加密软件: 输入任意一段明文M,以及密钥K 根据以下公式将其转换为密文C。Ci = mi + K ,其中i = 0,1,……n-1 , K 为密钥;具有输入输出界面。 -Encryption Software: Any period of plaintext M, and the key K according to the following formula to convert ciphertext C. Ci = mi+ K, where i = 0,1, ... ... n-1
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:755byte
    • 提供者:susan
  1. shiyan

    0下载:
  2. 1、设计一个周期 3 的多表代替密码并予以实现,要求:第 1 个表由密钥字法 产生(密钥字自拟),第 2 个表由洗牌法产生(注意,字母 a~z 与数字 0~25 一一对应,洗牌法即相当于实验一的方法1(n=25)),第三个表由公式法 产生(数学公式自拟,注意它须是 Z26上的一个一一变换)。 2、设计一个周期 5 的 16-置换移位密码并予以实现,要求:5 个 16-置换至少有一个是由实验一(n=15)提供的两个方法以外、自行设计的其它方法产生。 -With the C pr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:151.74kb
    • 提供者:吴燕
  1. stock

    0下载:
  2. visual C++将十进制输入栈的数转化为八进制并输出-The decimal number into the input stack and output octal
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:968.02kb
    • 提供者:
  1. SM3,SM4_UI

    1下载:
  2. 将国密算法SM3, SM4 ECB的C代码打包成dll库。 然后在C#中进行调用。 有输入输出接口,测试结果正确。 包含所有源代码,可在此基础上进一步开发(The C code of the Chinese national algorithm SM3, SM4 ECB is packaged into a dll library and then called in C# with input and output interfaces. The test result is corre
  3. 所属分类:加密解密

    • 发布日期:2019-04-04
    • 文件大小:73kb
    • 提供者:iammark
« 12 »
搜珍网 www.dssz.com