CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - blowfish algorithm

搜索资源列表

  1. BlowFish(API)

    0下载:
  2. BlowFish加密算法.封装过程按照标准的API形式进行-BlowFish encryption algorithm. Packaging process in accordance with the standard form of the API
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:73.2kb
    • 提供者:
  1. VBCrypto2.zip

    3下载:
  2. 使用VB写的加密算法库,包括Blowfish, IDEA, Triple DES (3DES), DES, DESE, Gost, Skipjack, TEA, Cast5, Serpent-128, Serpent-192, Serpent-256, Rijndael-128, Rijndael-192, Rijndael-256, RC2, RC4, and Twofish), six popular hash algorithms (SHA-1, SHA-256, MD2, MD4, MD
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-07-21
    • 文件大小:621.64kb
    • 提供者:none
  1. blowfish.rar

    0下载:
  2. blowfish 算法可以直接用的。调用里面方法。加密解密。,blowfish algorithm can be directly used. Calls inside the method. Encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:1.82kb
    • 提供者:linqj
  1. bf-sdk11.zip

    0下载:
  2. blowfish加密算法开发包,blowfish encryption algorithm development package
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:96.95kb
    • 提供者:
  1. cryptix_src_3-1-2

    0下载:
  2. 另一个使用java编写的加密通用算法包,含des,rsa,sha,md5,md4,md2,idea,blowfish等很多加密算法和密钥存储、签名等源码- Another uses the java compilation the encryption general algorithm package, contains des, rsa, sha, md5, md4, md2, idea, blowfish and so on the very many encryption algor
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:2.41mb
    • 提供者:站长
  1. BlowFish

    0下载:
  2. BlowFish加密算法-BlowFish encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-19
    • 文件大小:7.65kb
    • 提供者:
  1. blowfish2

    0下载:
  2. Blowfish加密算法加密-Blowfish encryption algorithm encrypts
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-25
    • 文件大小:8.89kb
    • 提供者:曹超
  1. userblowfish(VC6)

    0下载:
  2. userblowfish(VC6)blowfish的流加密算法,不同于一般的块加密算法,具有较高的效率-userblowfish (VC6) blowfish stream encryption algorithm, from a general block encryption algorithm, with higher efficiency
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-20
    • 文件大小:14.73kb
    • 提供者:云中龙
  1. BlowFish

    0下载:
  2. BlowFish加密和解密算法 BlowFish加密和解密算法-BlowFish encryption and decryption algorithm for encryption and decryption algorithm BlowFish
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:820.65kb
    • 提供者:icefire
  1. blowfish

    0下载:
  2. 经典加密算法BLOWFISH的实现,用于加密数据,实现安全通信-BlowFish of classical encryption algorithm implementation, used to encrypt data, secure communications implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:10.86kb
    • 提供者:zhaolingxi
  1. test_blowfish

    0下载:
  2. BLOWFISH加密算法,带验证程序,验证通过-BlowFish encryption algorithm, with the verification process, verification through
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:22.82kb
    • 提供者:zz
  1. SingleKey

    0下载:
  2. 加密算法有 DES,DESede,Blowfish等,本例主要解释如何利用DES私钥加密算法加解密-Encryption algorithm DES, DESede, Blowfish and so on, in this case which explain how to use the private key encryption algorithm DES encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1.81kb
    • 提供者:fengli
  1. VCcrypt

    0下载:
  2. 此压缩包内有cast、blowfish、simple、des、cryptlib、rsa、mqueue、xtrcrypt、gf256、base32,base64、modexppc、network等一些的常见加密、解密算法,非常全的算法集合,源码爱好者大致查了一下,超过130个,全部可以编译通过,而且还包含有E文的开发文档,研究学习算法的可不要错过。 -The compressed packet, there are cast, blowfish, simple, des, cryptlib,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-25
    • 文件大小:8.03mb
    • 提供者:冯俊勇
  1. Blowfish

    0下载:
  2. blowfish 的加密算法,编程语言:Asm. -this is the blowfish Encryption Algorithm,writed in Asm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:26.7kb
    • 提供者:00
  1. blowfish

    0下载:
  2. 两个文件实现的 blowfish 加密算法!在 Linux GCC 以及 Windows MinGW 下编译成功。 -Two files to achieve blowfish encryption algorithm! In the Linux GCC, as well as Windows MinGW compiled successfully.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:12.04kb
    • 提供者:飞絮哀
  1. Blowfish

    0下载:
  2. it s the blowfish implementation using vhdl.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:3.04kb
    • 提供者:hayden
  1. Blowfish

    1下载:
  2. delphi实现的blowfish分组算法的加解密,有图形界面,大家多指教!-delphi group to achieve the blowfish encryption algorithm, a graphical interface, you more advice!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:204.77kb
    • 提供者:郭子
  1. Blowfish-algorithm

    0下载:
  2. Blowfish algorithm for encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:185.24kb
    • 提供者:Qasim
  1. Blowfish_for

    0下载:
  2. fortran laguage source code for blowfish algorithm
  3. 所属分类:加密解密

    • 发布日期:2017-12-28
    • 文件大小:32kb
    • 提供者:alwanzo75
  1. blowfish

    0下载:
  2. blowfish algorithm for encryption
  3. 所属分类:加密解密

    • 发布日期:2018-01-03
    • 文件大小:40kb
    • 提供者:jhuven
« 12 3 »
搜珍网 www.dssz.com