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

文件名称:vibetk-2.1

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2008-10-13
  • 文件大小:
    4.33mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

voltage 公司提供的一个开发Ibe的工具包,-voltage provided by a Ibe development tool kit
(系统自动生成,下载前可以参看下载内容)

下载文件列表

vibetk-2.1/
vibetk-2.1/crypto/
vibetk-2.1/crypto/algorithms/
vibetk-2.1/crypto/algorithms/aes/
vibetk-2.1/crypto/algorithms/aes/aesimpl.c
vibetk-2.1/crypto/algorithms/aes/aeskey.c
vibetk-2.1/crypto/algorithms/aes/aestype.c
vibetk-2.1/crypto/algorithms/base64/
vibetk-2.1/crypto/algorithms/base64/base64impl.c
vibetk-2.1/crypto/algorithms/base64/base64type.c
vibetk-2.1/crypto/algorithms/block/
vibetk-2.1/crypto/algorithms/block/blocktype.c
vibetk-2.1/crypto/algorithms/cbc/
vibetk-2.1/crypto/algorithms/cbc/cbcimpl.c
vibetk-2.1/crypto/algorithms/cbc/cbctype.c
vibetk-2.1/crypto/algorithms/cfb/
vibetk-2.1/crypto/algorithms/cfb/cfbimpl.c
vibetk-2.1/crypto/algorithms/cfb/cfbtype.c
vibetk-2.1/crypto/algorithms/des/
vibetk-2.1/crypto/algorithms/des/desimpl.c
vibetk-2.1/crypto/algorithms/des/deskey.c
vibetk-2.1/crypto/algorithms/des/destype.c
vibetk-2.1/crypto/algorithms/dsa/
vibetk-2.1/crypto/algorithms/dsa/dsakeytype.c
vibetk-2.1/crypto/algorithms/dsa/dsakgimpl.c
vibetk-2.1/crypto/algorithms/dsa/dsakgtype.c
vibetk-2.1/crypto/algorithms/dsa/dsaparamtype.c
vibetk-2.1/crypto/algorithms/dsa/dsapgimpl.c
vibetk-2.1/crypto/algorithms/dsa/dsapgtype.c
vibetk-2.1/crypto/algorithms/dsa/dsasignimpl.c
vibetk-2.1/crypto/algorithms/dsa/dsasigntype.c
vibetk-2.1/crypto/algorithms/fips186/
vibetk-2.1/crypto/algorithms/fips186/fips186impl.c
vibetk-2.1/crypto/algorithms/fips186/fips186type.c
vibetk-2.1/crypto/algorithms/hmac/
vibetk-2.1/crypto/algorithms/hmac/hmacImpl.c
vibetk-2.1/crypto/algorithms/hmac/hmackey.c
vibetk-2.1/crypto/algorithms/hmac/hmactype.c
vibetk-2.1/crypto/algorithms/ibe/
vibetk-2.1/crypto/algorithms/ibe/ibecurvetype.c
vibetk-2.1/crypto/algorithms/ibe/ibeencimpl.c
vibetk-2.1/crypto/algorithms/ibe/ibeenctype.c
vibetk-2.1/crypto/algorithms/ibe/ibeparamtype.c
vibetk-2.1/crypto/algorithms/ibe/ibeprikey.c
vibetk-2.1/crypto/algorithms/ibe/ibepubkey.c
vibetk-2.1/crypto/algorithms/include/
vibetk-2.1/crypto/algorithms/include/aes.h
vibetk-2.1/crypto/algorithms/include/base64.h
vibetk-2.1/crypto/algorithms/include/block.h
vibetk-2.1/crypto/algorithms/include/cbc.h
vibetk-2.1/crypto/algorithms/include/cfb.h
vibetk-2.1/crypto/algorithms/include/cipher.h
vibetk-2.1/crypto/algorithms/include/des.h
vibetk-2.1/crypto/algorithms/include/dsa.h
vibetk-2.1/crypto/algorithms/include/encode.h
vibetk-2.1/crypto/algorithms/include/fips186.h
vibetk-2.1/crypto/algorithms/include/hmac.h
vibetk-2.1/crypto/algorithms/include/ibe.h
vibetk-2.1/crypto/algorithms/include/md5.h
vibetk-2.1/crypto/algorithms/include/ofb.h
vibetk-2.1/crypto/algorithms/include/p5pad.h
vibetk-2.1/crypto/algorithms/include/pad.h
vibetk-2.1/crypto/algorithms/include/prime.h
vibetk-2.1/crypto/algorithms/include/sha1.h
vibetk-2.1/crypto/algorithms/include/sha224.h
vibetk-2.1/crypto/algorithms/include/sha256.h
vibetk-2.1/crypto/algorithms/include/sha384.h
vibetk-2.1/crypto/algorithms/include/sha512.h
vibetk-2.1/crypto/algorithms/include/sign.h
vibetk-2.1/crypto/algorithms/md5/
vibetk-2.1/crypto/algorithms/md5/md5impl.c
vibetk-2.1/crypto/algorithms/md5/md5type.c
vibetk-2.1/crypto/algorithms/ofb/
vibetk-2.1/crypto/algorithms/ofb/ofbimpl.c
vibetk-2.1/crypto/algorithms/ofb/ofbtype.c
vibetk-2.1/crypto/algorithms/p5pad/
vibetk-2.1/crypto/algorithms/p5pad/p5pad.c
vibetk-2.1/crypto/algorithms/prime/
vibetk-2.1/crypto/algorithms/prime/fipsprime.c
vibetk-2.1/crypto/algorithms/prime/rabinmiller.c
vibetk-2.1/crypto/algorithms/prime/sieve.c
vibetk-2.1/crypto/algorithms/sha1/
vibetk-2.1/crypto/algorithms/sha1/sha1impl.c
vibetk-2.1/crypto/algorithms/sha1/sha1type.c
vibetk-2.1/crypto/algorithms/sha224/
vibetk-2.1/crypto/algorithms/sha224/sha224impl.c
vibetk-2.1/crypto/algorithms/sha224/sha224type.c
vibetk-2.1/crypto/algorithms/sha256/
vibetk-2.1/crypto/algorithms/sha256/sha256impl.c
vibetk-2.1/crypto/algorithms/sha256/sha256type.c
vibetk-2.1/crypto/algorithms/sha384/
vibetk-2.1/crypto/algorithms/sha384/sha384impl.c
vibetk-2.1/crypto/algorithms/sha384/sha384type.c
vibetk-2.1/crypto/algorithms/sha512/
vibetk-2.1/crypto/algorithms/sha512/sha512impl.c
vibetk-2.1/crypto/algorithms/sha512/sha512type.c
vibetk-2.1/crypto/algorithms/tdes/
vibetk-2.1/crypto/algorithms/tdes/tdesimpl.c
vibetk-2.1/crypto/algorithms/tdes/tdeskey.c
vibetk-2.1/crypto/algorithms/tdes/tdestype.c
vibetk-2.1/crypto/api/
vibetk-2.1/crypto/api/algobj.c
vibetk-2.1/crypto/api/decode.c
vibetk-2.1/crypto/api/decrypt.c
vibetk-2.1/crypto/api/digest.c
vibetk-2.1/crypto/api/encode.c
vibetk-2.1/crypto/api/encrypt.c
vibetk-2.1/crypto/api/errorctx.c
vibetk-2.1/crypto/api/key.c
vibetk-2.1/crypto/api/keyobj.c
vibetk-2.1/crypto/api/libctx.c
vibetk-2.1/crypto/api/mac.c
vibetk-2.1/crypto/api/mpctx.c
vibetk-2.1/crypto/api/param.c
vibetk-2.1/crypto/api/paramobj.c
vibetk-2.1/crypto/api/random.c
vibetk-2.1/crypto/api/sign.c
vibetk-2.1/crypto/api/state.c
vibetk-2.1/crypto/api/wrap.c
vibetk-2.1/crypto/fips/
vibetk-2.1/crypto/fips/include/
vibetk-2.1/crypto/fips/include/fipsmodule.h
vibetk-2.1/crypto/fips/include/optest.h
vibetk-2.1/crypto/ictk/
vibetk-2.1/crypto/ictk/include/
vibetk-2.1/crypto/ictk/include/ictk.h
vibetk-2.1/crypto/ictk/include/ictkfips.h
vibetk-2.1/cryp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com