搜索资源列表

  1. kenel_crypto

    0下载:
  2. 内核加解密算法 加解密函数库及其使用说明,详见附件。 find_cipher_by_name中参数ciphername可取的值为下面的组合,对应不同的模式: (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-ecb (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,tw
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:139861
    • 提供者:xf
  1. kenel_crypto

    0下载:
  2. 内核加解密算法 加解密函数库及其使用说明,详见附件。 find_cipher_by_name中参数ciphername可取的值为下面的组合,对应不同的模式: (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-ecb (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,tw
  3. 所属分类:系统编程

    • 发布日期:2024-05-30
    • 文件大小:139264
    • 提供者:xf
  1. cipher

    0下载:
  2. 这个源码包括两个最简单的加密——置换加密和替代加密的实现-This source, including the two most simple encryption- encryption and alternative replacement encrypted realize
  3. 所属分类:加密解密

    • 发布日期:2024-05-30
    • 文件大小:1913856
    • 提供者:肖丽萍
  1. blowfish

    0下载:
  2. Blowfish是一个64位分组及可变密钥长度的分组密码算法,c语言编写的benchmark-Blowfish is a 64-bit block and a variable length key block cipher algorithm, c language of the benchmark
  3. 所属分类:CA认证

    • 发布日期:2024-05-30
    • 文件大小:7194624
    • 提供者:邓承诺
  1. ceasar-C_code

    0下载:
  2. ceasar cipher encryption program in c language Kor
  3. 所属分类:加密解密

    • 发布日期:2024-05-30
    • 文件大小:193536
    • 提供者:ilseobshin
  1. BlowfishEncryption

    0下载:
  2. Blowfish Algorithm is a Feistel Network, iterating a simple encryption function 16 times. The block size is 64 bits, and the key can be any length up to 448 bits. Although there is a complex initialization phase requ
  3. 所属分类:matlab例程

    • 发布日期:2024-05-30
    • 文件大小:51200
    • 提供者:prabhakaran
  1. SingleKeyExample

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

    • 发布日期:2024-05-30
    • 文件大小:2048
    • 提供者:同同
  1. cipher

    0下载:
  2. A libraray of ciphering algorithms :DES,AES,RC4,RC5, Blowfish, 3DES, 3Way, Mars, MD5,MD4,SHA,......... Full source included.
  3. 所属分类:加密解密

    • 发布日期:2024-05-30
    • 文件大小:1289216
    • 提供者:Kamel
  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-30
    • 文件大小:122880
    • 提供者:mengmeng
  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-30
    • 文件大小: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-30
    • 文件大小:6144
    • 提供者:fuaixia
  1. regs-unigfx

    0下载:
  2. Blowfish Cipher Algorithm for Linux.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-30
    • 文件大小:2048
    • 提供者:conpengjing
  1. src

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

    • 发布日期:2024-05-30
    • 文件大小:3072
    • 提供者:杨平
  1. sdc

    0下载:
  2. sdc源码,在ubuntu12.4中编译成功,用于对linux中可执二进制行文件的加密。执行make会弹出编译选项,编译成功后会生成sdc,例如:可执行二进制文件为hello,执行./sdc hello 后输入密码,会生成加密文件hello.sdc ,执行./hello.sdc,输入解密密码会生成hello。 -SDC, or Self Decrypting Binary Generator, creates self decrypti
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-30
    • 文件大小:885760
    • 提供者:jonson
  1. codes

    0下载:
  2. 常用分组密码算法 包括 aes des blowfish等-block cipher codes
  3. 所属分类:加密解密

    • 发布日期:2024-05-30
    • 文件大小:9216
    • 提供者:金天烨
  1. SingleKey

    0下载:
  2. DES 对称加密源码实例,加密算法可以是DES,DESede,Blowfish等,选择DES算法,密钥长度必须为56位,用密钥加密明文(message),生成密文(cipherText),操作模式为加密(Cipher.ENCRYPT_MODE),key为密钥,用密钥加密明文(plainText),生成密文(cipherByte),操作模式为解密,key为密钥-DES symmetric encryption source code ex
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-30
    • 文件大小:2048
    • 提供者:Jacker
  1. blowfish

    0下载:
  2. Blowfish算法是一个64位分组及可变密钥长度的对称密钥分组密码算法,可用来加密64比特长度的字符串。32位处理器诞生后,Blowfish算法因其在加密速度上超越了DES而引起人们的关注。Blowfish算法具有加密速度快、紧凑、密钥长度可变、可免费使用等特点,已被广泛使用于众多加密软件。 -Blowfish is a keyed, symmetric cryptographic block cipher designed by
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-30
    • 文件大小:32768
    • 提供者:郑景静

源码中国 www.ymcn.org