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

搜索资源列表

  1. getVolumeInformation

    0下载:
  2. 获取硬盘序列号,以便进行相关的处理,比如加密灯用途-Get hard drive serial number for the associated processing, such as the use of encryption lights. .
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:725044
    • 提供者:liguirong
  1. MyImageWork

    0下载:
  2. Vc++利用24位BMP图像的RGB分量最低位来保存隐密数据,实现数字水印功能, 在程序运行后,导入一张BMP图像,然后选择加密、解密菜单中的嵌入隐藏信息, 设置文件保存路径,可轻松实现加密功能,同时选中图片选择解密隐藏信息可分享 出原始信息。 -Vc++ to use 24-bit BMP images of the RGB components of the lowest bit to save the secret data, digital watermarking fu
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:41894
    • 提供者:hehong
  1. VC_MD5

    0下载:
  2. MD5加密及校验的一个实现,该算法具有通用性,希望对你有用。-MD5 algorithm,Help it is useful to you.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:7992
    • 提供者:yuyifish
  1. EncryFile

    0下载:
  2. 用VC编写的可以加密文件和文件夹,可进行秘密验证-Can encrypt files and folders, it can conduct a secret authentication
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:637198
    • 提供者:
  1. EDstar

    0下载:
  2. 一个袖珍的vc++加密软件,同时还可以解密,加密文件的范围挺大的,几乎所有文件都可以加密,输入密码并解密,好像不是真正意义的加密,只不过是用文件额外加密的方法进行加密,较早时候的程序,不过编译还是顺利的。 -A pocket-sized vc++ encryption software, but also can decrypt encrypted files the scope of getting bigger, almost all the files can be encrypted
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:43726
    • 提供者:胡静娴
  1. AES

    0下载:
  2. VC 6.0编译环境下做的AES算法加密解密。-AES VC6.0
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-19
    • 文件大小:5494564
    • 提供者:aaayth
  1. DESChecker

    0下载:
  2. VC++编写的DES算法查看器源代码,DES算法目前应用已十分广泛,本程序的主要功能是在查看DES加密过程中生成的Ki,Li,Ri,Fi,Si等,可以当做一个DES加密对照器,从而方便的发现你在加密过程中出现的错误,以便于你快速做出反应 -DES Algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:152991
    • 提供者:zhao_xinping
  1. DAM2PDemo

    0下载:
  2. 利对USB加密狗的VC接入及加密方法的实现演示程序。-Lee on the USB dongle the VC access and encryption methods to achieve demo program.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:282465
    • 提供者:hw
  1. vc

    0下载:
  2. 实现了一些常用的加密算法,解密密码www.hackcode.net-VC
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:526784
    • 提供者:lijizhong619
  1. EncryptDectyptTool_Src

    3下载:
  2. 写了一个文件加解密工具(VC9+OPENSSL) CA程序: 生成2个RSA密钥对,分别保存为PEM格式,密码保护私钥,文件名为“RSAPrivateKey.pem”和“RSAPublicKey.pem”。 加密: 将指定明文文件加密,密文件格式自已定义,要求文件内容用对称算法(3des)加密,对称密钥(KEY)为随机生成,随机密钥用“RSAPrivateKey.pem”的公钥加密后,存放在密文文件头内(KEY1);对明文文件做摘要计算(HASH),将计算结果用“RSAP
  3. 所属分类:加密解密

    • 发布日期:2013-01-12
    • 文件大小:1098012
    • 提供者:张希行
  1. seriNub

    0下载:
  2. VC++注册码加密源程序(含注册机、解密机),本方法可有效控件版权软件被破解,保护你的软件产权不受侵害,压缩包内有两个源码包,一个是注册机源程序,另一个是解密机的源程序,一套完整的参考实例。   解密:初始化目标、生成解密匙、解密完成。 -VC++ registration key encryption source code (including RI, decryption machine), this method can effectively control the copy
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:19212
    • 提供者:吴波
  1. d3des

    0下载:
  2. DES(Data Encrypt Standard)加密算法,经常用的一种vc++加密算法,使用简单,这是DES加密算法的核心程序-DES (Data Encrypt Standard) encryption algorithm, often used as a vc++ encryption algorithm, simple to use DES encryption algorithm which is the core program
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:6097
    • 提供者:lord
  1. Rijndael

    1下载:
  2. 一个VC的加密算法源代码,可以用于自己程序的加密使用-A VC encryption algorithm source code, you can use for their own encryption procedures
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:162365
    • 提供者:刘文
  1. InvCall(optimized)

    0下载:
  2. 经过优化后的VC++加密注册模块,直接编译生成了DLL文件,别附有一个加密示例,希望对你有所帮助-After optimization of the VC++ encryption registration module, generated directly compiled DLL file, do not be accompanied by an encryption example, want to help you
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:363465
    • 提供者:郑强
  1. VC

    0下载:
  2. 飞天rocket6加密狗程序, 已测试好用-source of rocket6 watch dog
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:21421
    • 提供者:sss
  1. okdes

    0下载:
  2. 一个 des base64 md5 等多种加密算法的实现程序,已经测试通过,vc++6.0 实现,适用于任何系统-A des base64 md5 encryption algorithm such as the realization of a variety of procedures have been tested, vc++6.0 to achieve, is applicable to any system
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1992293
    • 提供者:王大傻
  1. vc

    0下载:
  2. 流密码测c语言程序,可实现加密解密功能,有界面-very good
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-28
    • 文件大小:10877281
    • 提供者:王峰
  1. AES

    0下载:
  2. 有关AES加密算法的代码,能跑通,VC++实现。-AES encryption algorithm, able to run through, VC++ to achieve.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:562444
    • 提供者:Logitech007
  1. wjjm

    0下载:
  2. vc实现图片加密,关于图片加密技术的研究,分析-picture Encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:118687
    • 提供者:yzz
  1. bxnmfc18ok

    1下载:
  2. 最好的开源AES加解密程序 MFC编写 功能强大 AES VC++ MFC VC++6.0 最好的加密解密程序 功能强大 这是迄今为止,我发现的最好的开源AES加解密程序,界面友好,功能强大-The best open source AES encryption and decryption process MFC write powerful AES VC++ MFC VC++6.0 best powerful encryption and decryption process is
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-12-23
    • 文件大小:47104
    • 提供者:bush
« 1 2 3 4 5 6 78 9 10 11 12 ... 38 »
搜珍网 www.dssz.com