搜索资源列表

  1. Java_TripleDES

    0下载:
  2. Java开发的用于简单文字和文件的3DES加密算法,有图形界面,可以自行指定密钥-Java development for the simple text and documents 3DES encryption algorithm, a graphical interface, you can specify their own key
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:121856
    • 提供者:youyang
  1. Java1

    0下载:
  2. java加密技术:除了DES,我们还知道有DESede(TripleDES,就是3DES)、AES、Blowfish、RC2、RC4(ARCFOUR)等多种对称加密方式,其实现方式大同小异,这里介绍对称加密的另一个算法——PBE-java encryption technology: In addition to DES, we also know DESede (TripleDES, that is, 3DES), AES, Blow
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:gaoshan
  1. TripleDES

    0下载:
  2. 基于C+的经典3DES加密算法程序,希望对你有帮助-Based on the classic C+ 3DES encryption algorithm, you want to help
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:34816
    • 提供者:Myth
  1. Encryption

    0下载:
  2. C#写的加密解密源码: 将字符串转化为UTF-8的ByteArray后,使用TripleDES算法对字符串进行加密,加密后的字符串再转化为Base64字符串。-Written in C# encryption and decryption source code: the string converted to UTF-8 ByteArray using the TripleDES algorithm to encrypt the st
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:58368
    • 提供者:Rache
  1. CEncryptiionS

    0下载:
  2. CSHARP实现Des , Rc2, Rijndaell, TripleDes加密的类,已通过测试。 -CSHARP DES, RC2, Rijndaell TripleDes encryption class, has been tested.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:21504
    • 提供者:奉献
  1. 3dex_forjava

    0下载:
  2. 数据格式加密采用标准3DES加密。 加密的字符串key为: 589BD507B59737B6C1BFCB9DCECB2C7957469B67049EDF34 nmbs_cstinf_dnl_7000_20130124.txt 为导出的未加密的数据,可做解析参考。 nmbs_cstinf_dnl_7000_20130124 (1).txt 为导出的加密数据,正式的客户信息下载文件为加密数据。
  3. 所属分类:CA认证

    • 发布日期:2024-05-20
    • 文件大小:18432
    • 提供者:bluelemo
  1. TripleDES

    0下载:
  2. 3DES算法源码 MAC计算源码 CBC算法 金融标准PAD-The 3DES algorithm source MAC calculate source the CBC algorithm Financial standard PAD
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:wuxiaoming
  1. shiyaner-fenzumimajiami

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

    • 发布日期:2024-05-20
    • 文件大小:122880
    • 提供者:mengmeng
  1. CD

    0下载:
  2. Log in Program created in java using tripledes algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:880640
    • 提供者:shane delima
  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, Triple
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:fuaixia
  1. DES

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

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:fuaixia
  1. src

    0下载:
  2. 实习二 分组密码加密 一、实习目的 1、理解对称加密算法的原理,熟悉常用的对称加密算法:DES、TripleDES、Blowfish; 2、以DESede加密算法为例,掌握分组加密算法加、解密过程的实现。 二、实习内容 1.[基本要求] 以DES/DESede为例,利用java中的相关类实现对指定字符串的加、解密。 2.[实现提示] (1) 可以利用java中的KeyGenerator类创建对称秘钥,利用
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:杨平
  1. TripleDES(C)

    0下载:
  2. 3DES(或称为Triple DES)是三重数据加密算法(TDEA,Triple Data Encryption Algorithm)块密码的通称。它相当于是对每个数据块应用三次DES加密算法。 -3DES (otherwise known as Triple DES) is known as Triple Data Encryption Algorithm (TDEA, Triple Data Encryptio
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:37888
    • 提供者:北灬斗
  1. Security

    0下载:
  2. C#类,其中包含MD5、DES、TripleDES、AES、RC2,RSA-C# class,include MD5、DES、TripleDES、AES、RC2,RSA, and so on
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:damon
  1. TripleDES

    0下载:
  2. 一个用Java实现的三重des加密与解密过程的程序-triple des encryption
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:29696
    • 提供者:lee
  1. Ibvolves

    0下载:
  2. 涉及到了TripleDes的算法,在实现过程中,我也参考了论坛现有的关于3DES的代码-Involves the TripleDes algorithm, in the process of implementation, I also refer to the BBS of existing code about 3 des
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:inuoke
  1. BPSalgorighmexisting

    0下载:
  2. 涉及到了TripleDes的算法,在实现过程中,我也参考了论坛现有的关于3DES的代码(Involves the TripleDes algorithm, in the process of implementation, I also refer to the BBS of existing code about 3 des)
  3. 所属分类:组合框控件

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:mos%255F6186
  1. Routrek.Granados

    1下载:
  2. Routrek.granados.dll Granados是一个基于.NET的SSH客户端库。它有以下特点: 1.Granados是一个C#的开源项目。 2.同时支持SSH1和SSH2。 3.Granados实现了AES, Blowfish, TripleDES, RSA, DSA等加密验证算法。(Routrek.granados.dll Granados is a.NET based SSH client library.)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:56320
    • 提供者:放到我的
  1. poslfix

    0下载:
  2. 涉及到了TripleDes的算法,在实现过程中,我也参考了论坛现有的关于3DES的代码()
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:aeeicyu
  1. bese-judgment-item

    0下载:
  2. 涉及到了TripleDes的算法,在实现过程中,我也参考了论坛现有的关于3DES的代码()
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:vqbkezlnj
« 1 2»

源码中国 www.ymcn.org