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

搜索资源列表

  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
    • 文件大小:5186
    • 提供者:
  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
    • 文件大小:6033
    • 提供者:lijq
  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
    • 文件大小:816726
    • 提供者:陌生初熏
  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
    • 文件大小:3106
    • 提供者:huanh
  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
    • 文件大小:755
    • 提供者: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-06
    • 文件大小:155381
    • 提供者:吴燕
  1. jiami

    0下载:
  2. E002M 数据加密1 要求:(1)输入任意一串明文M。 (2)根据以下公式将其转换为密文C。 j=i+k mod 26 其中,j,i 为字母在26个字母表中的第j、i位 k为输入参数 k=1,2,…..,10 (3)具有输入输出界面。-E002M data encryption 1 Requirements: (1) enter any string of plaintext M-. (2) In accordance with the followi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:168092
    • 提供者:冰凌
  1. sms4

    0下载:
  2. SMS4算法的C语言实现。手动输入明文和密钥以及功能选择,按16进制输入和输出。-SMS4 algorithm in C language. Manually enter the plaintext and key functions to select, according to the hexadecimal input and output.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1227259
    • 提供者:Chen Gillian
  1. MD5

    0下载:
  2. c++实现的MD5加密解密算法,输入原文输出摘要值,-MD5 encryption and decryption algorithm, the input text is output digest value
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-07
    • 文件大小:198993
    • 提供者:徐小波
  1. DES_encrypt_system

    0下载:
  2. 本程序使用C++语言在VC6.0下实现DES加密解密过程,输入明文从文件读取,输出密文写到文件,加密密钥程序内定,可以修改。-This program uses C++ language Under the VC6.0 DES encryption and decryption process, the input plaintext read from the file, the output ciphertext is written to the file encryption key p
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-22
    • 文件大小:328534
    • 提供者:terry
  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
    • 文件大小:74752
    • 提供者:iammark
搜珍网 www.dssz.com