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

搜索资源列表

  1. WinMD5

    0下载:
  2. 基于JAVA语言的MD5编程,可以进行实验讲解,有输入输出示范-based on MD5 Java programming language, can conduct experiments to explain, input-output model
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8.35kb
    • 提供者:冀尔康
  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. DSB_datahide

    0下载:
  2. 是我设计的在DSB中隐藏语音的例子. 用ELANIX公司的SYSTEMVIEW打开运行. 其掩护信号和隐藏信号输入输出端均需设置语音源文件,比如自己录制的声音.-I designed the DSB concealed voice example. ELANIX company with the SYSTEMVI EW open operation. their cover and concealment signal input and output signals required
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.85kb
    • 提供者:a
  1. Relocated_DLL

    0下载:
  2. 重地位DLL 的输入输出表,包括演示程序
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.15mb
    • 提供者:andrew
  1. DES算法中key生成部分,输入为16位16进制密码

    0下载:
  2. DES算法中key生成部分,输入为16位16进制密码,输出为包含16个子密钥的数组,key generation in DES algorithm
  3. 所属分类:加密解密

    • 发布日期:2016-01-25
    • 文件大小:21.77kb
    • 提供者:web
  1. QQTEA

    0下载:
  2. QQTEA算法类 内含加密解密函数及文本输入输出HEX数据函数,适合抓包分析数据,在TEA算法的基础上加入填入随机数以及交织算法,QQ和QQ游戏传输数据都是用此算法加密的,经过测试无误,格式非常工整-QQTEA algorithm class includes text encryption and decryption functions and HEX data input and output functions for analysis of data capture, the TEA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:2.25kb
    • 提供者:
  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. DES

    0下载:
  2. 可以在J2me下使用的DES加密算法,输入输出参数均为byte[],使用参数1加密,0解密。-J2me can use at the DES encryption algorithm, input and output parameters are byte [], using the parameters of one encryption, 0 decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3.52kb
    • 提供者:Jacky
  1. RC4

    0下载:
  2. RC4加密算法,通过序列密码实现加解密。输入输出已经给定。-RC4encryption,with given input and output
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:37.63kb
    • 提供者:Xia
  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. DES

    0下载:
  2. DES编码,visual studio 2008 完整代码,包括输入输出文件也已给出-DES code, visual studio 2008 full code, including input and output files have also been given
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:475.89kb
    • 提供者:李玉婷
  1. md5

    0下载:
  2. MD5 字符串摘要工具-函数简答实用,可以输入输出都是字符串-md5 encode
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:4.08kb
    • 提供者:alanli
  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
    • 文件大小:164.15kb
    • 提供者:冰凌
  1. AES

    0下载:
  2. 一个简单的AES加密/解密程序,简单的输入输出界面,可以简单的输入16进制明文/密文以及密钥,输出密文/明文。VS2008上实现。-a easy program for AES in VS2008
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:929.44kb
    • 提供者:Sen
  1. EasyEcforCMD

    0下载:
  2. 命令行Encode编码程序,支持3种编码方式 ascii、xor和base64,支持参数和文件2种输入输出方式,方便Shell编程-Command line encoder program supports three kinds of encoding, two kinds of input and output parameters and file support to facilitate Shell Programming
  3. 所属分类:Crypt_Decrypt algrithms

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

    1下载:
  2. 本代码提供了一个封装类,将OPENSSL提供的RSA1024加解密算法重新封装,简化输入输出参数,实现SHA1摘要、密钥导入导出、RSA签名、验证、加密、解密等基本功能,可直接引用到软件项目中使用,编译时另需要libeay32.lib的支持,请自行编译OPENSSL1.0.0b-This code provides a wrapper class, the OPENSSL provides the RSA1024 encryption algorithm to re package, simpl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4.23kb
    • 提供者:陈卓
  1. DESaRSA

    1下载:
  2. 编程实现128bit的RSA(包括素数和密钥对产生),实现传送DES加密算法所要用的密钥,并与DES算法一起形成传 送DES加密算法,然后用DES加密算法加密的完整体系。(输入输出均为01字符串)-Programming 128bit RSA (including to generate primes and key), to realize the transmission of DES encryption algorithm to use the key, and formed tog
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:3.44mb
    • 提供者:刘晓明
  1. vigenere

    0下载:
  2. 凯撒密码破解 包含标准输入输出的简单凯撒密码破解-Caesar password crackers contain standard input and output of a simple password cracking Caesar
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:545byte
    • 提供者:qiao zita
  1. 123

    0下载:
  2. 简单的文件输入输出加密方式。自己选择密码-Simple way of encrypted file input and output. Choose your own password
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2.14kb
    • 提供者:
  1. Des1

    0下载:
  2. 基于Des算法实现密码的加密与解密算法,可直接运行输入输出均为16位16进制数-Des algorithm based on the encryption and decryption algorithm, can be directly operated input and output are 16 16 hexadecimal number
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2.34kb
    • 提供者:张昭儒
« 12 3 4 5 6 »
搜珍网 www.dssz.com