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

搜索资源列表

  1. aaa

    0下载:
  2. cryptoapi应用,使用microsoft的cryptoapi-CryptoAPI, use microsoft's CryptoAPI
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:55017
    • 提供者:txw
  1. MakeCert

    0下载:
  2. 一个制作证书的程序。使用微软cryptoAPI。是自己写的-a production certificate procedures. Use Microsoft cryptoAPI. Write their own
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:8791
    • 提供者:林风
  1. cryptapi_demo_bull

    0下载:
  2. 使用NT中的CryptoAPI加密和解密的例子 (VC, 5KB, 2001-1-10) -use of the NT CryptoAPI encryption and decryption example (VC, 5KB. 2001-1-10)
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5866
    • 提供者:西部人
  1. enrypt

    0下载:
  2. 使用Microsoft CryptoAPI进行加密 VC完整应用程序代码-use Microsoft CryptoAPI encrypted VC complete application code
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:11473
    • 提供者:徐彬
  1. rc41

    0下载:
  2. CryptoAPI加密例程,有详细注释说明,在VC6.0的console下可顺利编译 -CryptoAPI encryption routines, detailed explanatory notes in the console under VC6.0 smooth translation
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3076
    • 提供者:刘阳
  1. EncryptedRegistry

    1下载:
  2. 对注册表进行加解密操作。利用Microsoft CryptoAPI对注册表实现加密读和写操作。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:15725
    • 提供者:linxder
  1. CRYPTO

    0下载:
  2. The Microsoft® Cryptographic Application Programming Interface (CryptoAPI) provides services that enable application developers to add authentication, encoding, and encryption to their Microsoft Win32® -based applications. Application developer
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1312387
    • 提供者:zy
  1. cryptoAPI

    2下载:
  2. 加密函数库:包括多种加密\\解密算法,数字签名,散列算法
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:829560
    • 提供者:刘志
  1. shuziqianming_D7

    0下载:
  2. 开始,运行输入 sigverif 通过检查数字签名就知道是不是ms的了。 主要使用Win32API实现验证应用或驱动程 WinVerifyTrust API。如果该API被Hook有没有其他方法验证应用或驱动程序是否通过微软签名?如果仅仅是被挂钩了IAT,那么可以直接通过函数指针调用。 如果是像Detours那样用jmp改写了函数头,可以通过读取WinTrust.dll中WinVerifyTrust的实现位置,恢复函数头的机器码。 不知道使用CryptoAPI,再使用
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:201211
    • 提供者:下雨天
  1. CSP-src

    1下载:
  2. Microsoft CryptoAPI 加解密技术源代码实例
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:249934
    • 提供者:Jack
  1. MyCrypt

    2下载:
  2. cryptapi算法 在这个信息爆炸的时代,我们不得不对信息的安全提高警惕。加密作为保障数据信息安全的一种方式,越来越受到人们的关注。下面,我将把自己对Microsoft CryptoAPI的一些肤浅的理解与大家共享,有什么不妥之处望不吝赐教-cryptapi algorithm in this era of information explosion, we had the right information security alert. Data encryption to protect
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:140685
    • 提供者:张国立
  1. RSAshuangyinsu.zip

    0下载:
  2. 解密cryptoapi
  3. 所属分类:源码下载

  1. Samples.rar

    3下载:
  2. PKCS11 和CAPI编程实例 包含了基本的功能实例,如获取USBKEY信息,枚举证书等等,pkcs11 cryptoAPI
  3. 所属分类:CA认证

    • 发布日期:2012-11-08
    • 文件大小:5055092
    • 提供者:马广伟
  1. CryptoAPI

    0下载:
  2. API获取文件哈希值(sha1、sha256、sha384、sha512)及MD5等-API to get the file hash value and MD5 etc.
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:3317
    • 提供者:小强
  1. mcpfx

    0下载:
  2. CryptoAPI生成Pfx,Cer证书-a program created by using cryptoAPI to generate Pfx,Cer certificate
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2447347
    • 提供者:SpectrumLGP
  1. cryptapi_demo

    0下载:
  2. 使用NT中的CryptoAPI加密和解密的例子 - Uses in NT the CryptoAPI encryption and the decipher example
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-13
    • 文件大小:5866
    • 提供者:站长
  1. 1

    0下载:
  2. 基于CryptoAPI的简单加解密的程序 在windowsXP ,VC++6.0 环境下调试通过。程序代码有详细的注释,程序格式规范,书写清晰,条理清楚。-CryptoAPI based on a simple procedure for encryption and decryption at windowsXP, VC++6.0 environment through debugging. There is a detailed code of the Notes, the program
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:10649
    • 提供者:yan
  1. 2

    0下载:
  2. 基于CryptoAPI的创建密钥容器以及密钥的程序 在windowsXP ,VC++6.0 环境下调试通过。程序代码有详细的注释,程序格式规范,书写清晰,条理清楚。-Based on the creation of CryptoAPI key containers, as well as the procedures at key windowsXP, VC++6.0 environment through debugging. There is a detailed code of the N
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:15910
    • 提供者:yan
  1. CRYPTOHelp

    0下载:
  2. CrptoAPI ,用来使用CRYPTOAPI开发一些高级应用。-CrptoAPI, used to develop the use of advanced applications CRYPTOAPI.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1255393
    • 提供者:heliu
  1. FileEncDec

    0下载:
  2. 文件保险箱。 调用CryptoAPI实现文件的加密和解密。-Documents safe. CryptoAPI calls file encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:285436
    • 提供者:eboy
« 1 2 34 5 »
搜珍网 www.dssz.com