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

搜索资源列表

  1. 3des

    0下载:
  2. 3重DES加密解密,可以输入明文跟密文,可以分别输入三个密钥-3 re-DES encryption and decryption, the the input plaintext with ciphertext can enter three key
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-10
    • 文件大小:4408
    • 提供者:chen
  1. OnlineEDE

    1下载:
  2. 原创的一个在线加密网站,使用DES/AES加密,结合AJAX,只要在首页输入需要加密的内容和密钥,就能得到加密后的密文,输入密文和密钥可以还原得到明文,MY ECLIPSE 9.0下编译通过-An original online encrypted site, the use of DES/AES encryption, combined with AJAX, as long as the content page and enter the required encryption key, y
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:52199
    • 提供者:darkshade
  1. test-of-3DES

    0下载:
  2. 3DES算法可实现对于明文的3轮DES加解密-The algorithm of 3DES
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:857566
    • 提供者:赖健
  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. Liang_DES_1

    0下载:
  2. 一个图形化界面的DES加解密小程序,可以实现不限长度的明文的DES加解密功能-A graphical interface, DES encryption and decryption applet, can expressly limited to the length of the DES encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3701561
    • 提供者:cgyl
  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. FileEncrypter

    0下载:
  2. 1.可以使用DES算法相应的库函数; 2.文件方式读入明文数据; 3.可以用户指定加密密钥或系统指定加密密钥; 4.能够对明文进行DES加密,并能对相应的密文解密出明文 5.以上所有功能要求图形化界面显示. -1 You can use the DES algorithm corresponding library function 2 papers read plaintext data 3 can be specified by the user or system
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:4120
    • 提供者:熊珊珊
  1. DES_CPP

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。虽然56位密钥的DES算法已经风光不在,而且常有用Des加密的明文被破译的报道,但是了解一下昔日美国的标准加密算法总是有益的,而且目前DES算法得到了广泛的应用,在某些场合,她仍然发挥着余热.(如:UNIX的密码算法就是以DES算法为基础的)。将其修改为三重DES也能抵抗破解。-DES (Data Encryption Standard) algorit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:624289
    • 提供者:唐一峰
  1. SingleKeyExample

    0下载:
  2. Java对称加密实例源码,解释如何利用DES私钥加密算法加解密,定义加密算法,可用 DES,DESede,Blowfish。   用密钥加密明文(message),生成密文(cipherText),操作模式为加密(Cipher.ENCRYPT_MODE),key为密钥;   用密钥加密明文(plainText),生成密文(cipherByte),操作模式为解密,key为密钥。 -Java electronic album to source code that you can u
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:2295
    • 提供者:同同
  1. 8zijiesuanfa

    0下载:
  2. DES算法程序,明文8字节算法,自动实现加密解密-DES algorithm implemented
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:168669
    • 提供者:张钧篪
  1. jiamitest2

    1下载:
  2. des算法vb源码,已调试,拿来直接可以用 关于des算法vb实现实例 密钥明文已举例实现-the way of des
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-07-21
    • 文件大小:3072
    • 提供者:王卓
  1. acryyptoloogyc

    0下载:
  2. 实现了三种古典密码学体制与DES体制及其分析。affine(仿射)读入文件11.txt中内容(小写字母,明文)加密并把内容写入12.txt,还能解密生成文件13.txt。vigenere,hiill体体制类似。DES体制包含加密解密雪崩效应差分分析等内容。由于本人还是刚学习程序源码设计语言及密码学的在校本科生,水平非常低,第一次上传只是为了试一下。能考虑少给几点,呵呵。 可直接使用。 -Three classical cryptography system and DES system an
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:10773
    • 提供者:包裹
  1. encryption

    0下载:
  2. DES加密的类,采用C++编写,明文存放在一个一维数组中。-DES encryption class, C++ write explicit stored in a one-dimensional array.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:6888
    • 提供者:暗暗
  1. IP-inverse-permutation

    0下载:
  2. 本代码是DES加密体系中的IP逆置换实现。目的在于打乱明文的ASCII码。-The code IP inverse permutation DES encryption system implementation. Aimed a disrupt plaintext ASCII code.
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:555
    • 提供者:Daochao Xu
  1. DESProject-Done

    0下载:
  2. 用DES算法实现对字符串加密(密钥与明文必须是8位,不能包含中文)。-DES algorithm to achieve key plaintext string encryption (must be 8, can not contain Chinese).
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:620477
    • 提供者:WalyLing
  1. S_DES

    0下载:
  2. 用户输入10位密钥,对输入的明文进行加密,加密后输入的是密文。des算法的简单实现方式。-The user input 10-bit key to encrypt the input plaintext is input in the encrypted ciphertext. The des algorithm simple way to achieve.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-15
    • 文件大小:520852
    • 提供者:yang
  1. 3DES

    0下载:
  2. 实现 DES 加密解密算法的基本要求, 可以正确对明文进行加密解密。-The basic requirements of the DES encryption algorithm, you can correct plaintext for encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-13
    • 文件大小:27795
    • 提供者:
  1. des1

    0下载:
  2. DES密码加密/解密算法的C++实现 DES是一种明文分组64比特,有效密钥56比特,输入密文64比特,具有16轮迭代的分组对称密码算法-DES C++ implementation
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:4006
    • 提供者:聂春雷
  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-23
    • 文件大小:328534
    • 提供者:terry
  1. 12222

    0下载:
  2. 用DES加密算法编写一个的加密程序。 基本实验:输入明文及加密密钥,输出密文;输入解密密钥后输出明文。-Use DES encryption algorithm to write an encryption program.
  3. 所属分类:CSharp

    • 发布日期:2017-11-19
    • 文件大小:5376048
    • 提供者:袁一科
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com