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

搜索资源列表

  1. DES

    0下载:
  2. 使用原生的C代码进行DES的加密和解密,我是在一边学密码学,一边练习DES的加密过程-failed to translate
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-20
    • 文件大小:2975
    • 提供者:郑瀚
  1. shiyaner-fenzumimajiami

    0下载:
  2. 理解对称加密算法的原理,熟悉常用的对称加密算法:DES,TripleDES,Blowfish 以DES加密算法为例,掌握分组加密算法加,解密过程的实现。 以DES/DESede为例,利用java中的相关类实现对指定字符串的加,解密 -Understand the principle of symmetric encryption algorithm, familiar with the commonly used symmetric encryption algorithms: D
  3. 所属分类:Network Security

    • 发布日期:2017-11-20
    • 文件大小:122788
    • 提供者:mengmeng
  1. des1

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

    • 发布日期:2017-11-23
    • 文件大小:4006
    • 提供者:聂春雷
  1. DESTest

    0下载:
  2. DES加密和解密的小例子 DES加密和解密的小例子 DES加密和解密的小例子-failed to translate
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-01
    • 文件大小:7452
    • 提供者:linshao
  1. DESwenjianjiami

    0下载:
  2. 用Java编写的一个文件加密解密系统,采用DES算法!-A file encryption and decryption system written in Java, using DES algorithm!
  3. 所属分类:software engineering

    • 发布日期:2017-11-08
    • 文件大小:661888
    • 提供者:于锴
  1. des

    0下载:
  2. C# 加密和解密函数 (EBC CBC)-C# encryption and decryption functions (EBC CBC)
  3. 所属分类:.net

    • 发布日期:2017-12-05
    • 文件大小:1632
    • 提供者:272003447
  1. DES1

    0下载:
  2. DES加密算法源代码 简单实现des的加密 解密 绝对无错-DES encryption algorithm source code for a simple realization des encryption and decryption is absolutely no wrong
  3. 所属分类:CSharp

    • 发布日期:2017-11-12
    • 文件大小:167984
    • 提供者:王强
  1. DES4

    0下载:
  2. DES加密、解密程序,有界面,MFC,有每一步的子密钥生成过程显示,以及中间步骤,适合进行演示。-DES encryption and decryption procedures, interface, MFC, there every step of the sub-key generation process display, as well as intermediate steps, suitable for presentation.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-18
    • 文件大小:12680275
    • 提供者:金继仁
  1. Sk_EnFile

    0下载:
  2. Des加密文件,文件到期自动失效不能解密-Des Enctry File
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-13
    • 文件大小:34214
    • 提供者:songkun
  1. Des

    0下载:
  2. DES密码的C语言实现。 输入为同目录下存放明文的1.txt文件,存放密钥的key.txt文件。输出为加密后的2.txt文件,以及2.解密后的3.txt。-DES passwords C language. Enter the same directory stored plaintext 1.txt, stored keys key.txt . 2.txt the encrypted output file, and 2. Decrypted 3.txt.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-14
    • 文件大小:18008
    • 提供者:VongRuohang
  1. key_DES

    0下载:
  2. 理解对称加密算法的原理,熟悉常用的对称加密算法:DES,TripleDES,Blowfish 以DES加密算法为例,掌握分组加密算法加,解密过程的实现。 -Understand the principles of symmetric encryption algorithm, familiar with the commonly used symmetric encryption algorithms: DES, TripleDES, Blowfish DES encryption
  3. 所属分类:Applet

    • 发布日期:2017-11-25
    • 文件大小:6276
    • 提供者:fuaixia
  1. des20130720

    0下载:
  2. DES加密、解密算法,思路清晰简洁,包括单位块加解密,解密文件、机密字段等。-DES encryption and decryption algorithms, ideas clear and concise, including unit block encryption and decryption, decrypt the file, confidentiality, and other fields.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:6079
    • 提供者:泡泡
  1. mixed-encrypt-system

    1下载:
  2. 本系统实现了一个基本的混合密码系统。它使用DES作为对称密钥算法,RSA作为公开密钥算法。本系统特点如下: 1:提供了俩个加密接口。混合加密,DES加密。 2:本系统的DES可以进行1次DES加密(标准DES加密)和3次DES加密。它会根据密钥长度,自动选择加密方案。当密钥长度在64位以内时它将使用标准DES加密,当密钥长度超过64位后,系统将设置第2密钥,并启用3次DES加密。其密钥长度可达112位,并且它还具有很强的扩展性,提供了3种加解密接口:文件接口,文件句柄接口(可以供其他加密
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-19
    • 文件大小:5545671
    • 提供者:gu
  1. des

    0下载:
  2. 实现对XML文档中的节点进行加密,并且解密-Realization of the nodes in an XML document is encrypted and decrypted
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:1178
    • 提供者:cl
  1. File

    0下载:
  2. 该功能实现对bin类型的文件,进行加密和解密操作了,才加密算法采用的是DES加密和解密算法-This feature implements the bin types of document encryption and decryption operations, only the encryption algorithm DES encryption and decryption algorithms
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:42507
    • 提供者:黄李国
  1. ELEnDecrypter

    0下载:
  2. 提供简单常用的文本加密解密功能,包括:1、单向HASH加密(MD5、SHA算法);2、基于.NET平台Base64String的加密解密;3、DES、RC2算法加密解密。可满足常规的文本加密解密、密码测试等需求。-Provides a simple common text encryption and decryption functions, including: a one-way encrypted HASH (MD5, SHA algorithm) 2. NET-based platf
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:49296
    • 提供者:Elvind
  1. textencryption

    0下载:
  2. java DES加密和解密的简单源码介绍,生成密钥后直接解密,不存在密钥保存问题-java DES encryption and decryption of simple source introduced directly after decryption key generation, key storage problem does not exist
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:762
    • 提供者:yin
  1. library

    0下载:
  2. 各种加密解密源码ras des aes shal ssl md5等-All kinds of aes shal SSL encryption to decrypt the source code of the ras des md5, etc
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:223931
    • 提供者:蓝色忧郁
  1. DesDecypt

    0下载:
  2. DES文件解密程序,VC源码编写,与Des文件加密程序是配套使用的。使用方法简单,浏览到需要解密的文件,输入解密密钥,选择解密后保存的路径,即可实现解密。-DES file decryption procedures, VC source code written with Des file encryption program is supporting the use of. Simple to use, navigate to the desired declassified docume
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:27083
    • 提供者:卞爱涛
  1. DES

    0下载:
  2. 密码学、DES算法实现,纯java代码,能实现自动加密和解密,输入长度为9的数字-Cryptography, DES algorithm, pure java code, to achieve automatic encryption and decryption, digital input length of 9
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:3453
    • 提供者:冯文明
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com