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

搜索资源列表

  1. des

    0下载:
  2. 经典DES算法,C++实现。单密钥体制,包括加密和解密过程-Classic DES algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:183010
    • 提供者:秦璞
  1. 16bitsDES3DES(TDES)V1.0

    0下载:
  2. 3Des互换工具,可以实现明文转换为密文,可以密文转明文。-3Des swap tool, you can achieve plaintext into ciphertext, you can switch to plaintext ciphertext.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:97848
    • 提供者:dingchaohai
  1. DES

    0下载:
  2. DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位,产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 个循环。 -DES uses a 56-bit key and an additional 8-bit parity bit, resulting in the larg
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:2050628
    • 提供者:ala
  1. EncryptDectyptTool_Src

    3下载:
  2. 写了一个文件加解密工具(VC9+OPENSSL) CA程序: 生成2个RSA密钥对,分别保存为PEM格式,密码保护私钥,文件名为“RSAPrivateKey.pem”和“RSAPublicKey.pem”。 加密: 将指定明文文件加密,密文件格式自已定义,要求文件内容用对称算法(3des)加密,对称密钥(KEY)为随机生成,随机密钥用“RSAPrivateKey.pem”的公钥加密后,存放在密文文件头内(KEY1);对明文文件做摘要计算(HASH),将计算结果用“RSAP
  3. 所属分类:加密解密

    • 发布日期:2013-01-12
    • 文件大小:1098012
    • 提供者:张希行
  1. DES

    0下载:
  2. DES算法将明文分成64位大小的众多数据块,即分组长度为64位,同时用56位密钥对64位明文信息加密,最终形成64位的密文。如果明文长度不足64位,则将其扩展为64位(如补零等方法)。-DES algorithm is divided into 64-bit plaintext data block size, number of that packet length is 64, while using 56-bit key for 64-bit plaintext message encry
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-31
    • 文件大小:13615471
    • 提供者:肖胜鹏
  1. DES

    0下载:
  2. 1. 编写程序实现DES的加、解密: 1)编程构造DES的密钥; 2)应用上述获得的密钥将一段英文或文件进行加、解密。 2. 用DES算法实现口令的安全 -1. Write a program to achieve DES, encryption and decryption: 1) programming construct DES key 2) applications, such access will be a key document in English or en
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:10875
    • 提供者:zhang liang
  1. des

    0下载:
  2. 实现了DES算法,有注释,密钥为自己输入,不能随机生成-DES algorithm is implemented
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:21483
    • 提供者:liwenmao
  1. DesFile

    0下载:
  2. DES加密文件系统,可以对字符串加密,也可以对整个文件进行加密,8位密钥-DES encrypted file system, can string encryption can also encrypt the entire file, 8-bit key
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:62408
    • 提供者:liguolong
  1. des

    0下载:
  2. des算法,可以对数据进行加密和解密,利用不同密钥可以实现不同的功能
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:3318
    • 提供者:李子
  1. des___

    0下载:
  2. DES 加密,含有界面,可以自己选择加密文件和地址,密钥自由设置-DES encryption, with the interface, you can choose to encrypt files and address key free set
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:8283
    • 提供者:风铃
  1. DES

    0下载:
  2. 实现对文件读取,并对其进行DES加密。此外,自动生成8位密钥并进行大量测试。-Generate the keys and have the DES descyrtion.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:3268
    • 提供者:Caesar
  1. DES

    0下载:
  2. DES完整的加解密算法,使用C语言实现,经过测试,可以运行。 明文分组长64比特。有效主密钥长56比特,根据密钥生成算法,由主密钥生成16个48比特的子密钥。 该算法共16轮,每轮使用一个子密钥。 在进行16轮加密之前,先对明文做一个初始置换IP。 每一轮加密的轮函数f为: . 在16轮加密之后,对比特串L16R16换位为R16 L16,做逆置换IP-1,从而得到密文C。 -DES encryption algorithm is complete, use the C l
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:3623
    • 提供者:曹云青
  1. DES

    0下载:
  2.   数据加密标准DES   数据加密算法(Data Encryption Algorithm,DEA)的数据加密标准(Data Encryption Standard,DES)是规范的描述,它出自IBM 的研究工作,并在 1977 年被美国政府正式采纳。它是一种对称加密算法,很可能是使用最广泛的密钥系统,特别是在保护金融数据的安全中,最初开发的 DES 是嵌入硬 件中的。通常,自动取款机(Automated Teller Machine,ATM)都使用 DES。-ES Data Enc
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:3723
    • 提供者:蟲子
  1. DES

    0下载:
  2. 提供了大量源码,DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准DES加密算法特点:分组比较短、密钥太短、密码生命周期短、运算速度较慢-Provides a wealth of source, DES algorithm in symmetric key cryptography system, then known as the United States data encryption standard DES encryption algorithm features: sh
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:979229
    • 提供者:张彦
  1. DES

    0下载:
  2. 实现DES加密算法,密钥已经设定,使用MFC编写界面-DES encryption algorithm to achieve, the key has been set, use the MFC write interface
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4251809
    • 提供者:吴蕾
  1. des

    0下载:
  2.   数据加密算法(Data Encryption Algorithm,DEA)的数据加密标准(Data Encryption Standard,DES)是规范的描述,它出自IBM 的研究工作,并在 1977 年被美国政府正式采纳。它是一种对称加密算法,很可能是使用最广泛的密钥系统,特别是在保护金融数据的安全中,最初开发的 DES 是嵌入硬 件中的。通常,自动取款机(Automated Teller Machine,ATM)都使用 DES。-Data encryption algorithm (D
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:3615
    • 提供者:李新
  1. key

    0下载:
  2. 用vhdl语言实现des编码中的密钥产生 是des编码中重要的一部分-Des code using vhdl language in the key generation is an important part des coding
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:1522
    • 提供者:guosai
  1. WinEncAndDec

    0下载:
  2. 規格: Key產生規則為密碼內容進行sha1後補上四個0做為Triple DES key IV值為密碼內容進行sha1後,前8個byte 加密結果以BASE64格式輸出 如果加解密發生錯誤, 應顯示中文化錯誤訊息-Specifications: Key generated content rules sha1 password supplied in the four 0 values as a Triple DES key IV sha1 password content, t
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:67165
    • 提供者:Willie Huang
  1. DES

    0下载:
  2. 简单的DES算法,自己课后作业自己编程的。1.txt作为需要加密的程序,2.txt放加密结果,3.txt放解密结果,支持8位密钥。-DES algorithm is simple, its own programming homework. 1.txt encryption program as needed, 2.txt put encryption results, 3.txt put decryption results to support the 8-bit key.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:3893
    • 提供者:高氯酸
  1. DES

    0下载:
  2. 用C语言写的DES加密算法,可以自由设置密钥,适合加密算法学习-Written in C language using DES encryption algorithm, can freely set the key, encryption algorithm for learning
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:175324
    • 提供者:白杰
« 1 2 3 4 5 67 8 9 10 11 ... 21 »
搜珍网 www.dssz.com