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

搜索资源列表

  1. HillCodor

    0下载:
  2. 在VC环境下采用希尔密码体制加密、解密和破译。该软件实现了输入任意长度的密钥对文件进行加密和解密,解密密钥和密文保存在文件中。如果有完整的明文和对应的密文可是实现破译功能,即得出加密密钥。-in VC environment with Hill cryptosystem encryption, decryption and decoding. The software arbitrary length of the input to the key document encryption and
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:42819
    • 提供者:
  1. Vignear

    1下载:
  2. 维吉尼亚密码的破译。用VC++作为工具,编程最终实现了维吉尼亚密码分析,即在输入界面中输入用维吉尼亚加密的密文,便可以得到相应的密钥长度,具体密钥,以及解密后的明文。-Virginia decipher passwords. VC + + as a tool to achieve the ultimate programming code of Virginia, that is the input interface with input Virginia encrypted cipherte
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:30240
    • 提供者:赖晖
  1. LILI-II

    0下载:
  2. 无线通信系统中密钥流生成器——LILI-II。以VC++为编程工具,制作了操作简单,实用性较强的用户操作界面,并对Fibonacci 结构、Galois结构两种方式的LFSR-Wireless Communication System Key flow generator -- LILI-II. A VC + + programming tools, has produced a simple, practical, strong user interface, also Fibonacci s
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:63491
    • 提供者:赖晖
  1. RC5-CTS

    1下载:
  2. RC5-CTS模式加密解密算法C++程序实现。 解压之后运行main.dsw.在VC++下面打开,执行之后根据显示首先输入密钥(随便输入不超过16字节的字符串),之后提示输入需要加密的plaintext文件,输入plaintext1.txt,这个文件在压缩包里已经存在,(注意一定要写清楚文件类型名,是个文本文件),然后根据提示输入加密文件名,可随便输入一个文件名,但是别忘记了类型名.txt,如ciphertext1.txt。因为不输入类型名将来无法打开。之后输入解密之后的文件名,可输入dec
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10983
    • 提供者:郭佳
  1. aes-src-22-11-16

    1下载:
  2. 一个用vc编写的aes算法实现,含有128,192,256三种钥匙长度的-a prepared using vc Orangk'aes algorithm, containing 128,192,256 length of the three key
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:94653
    • 提供者:zhangyini
  1. secretshare_VC++

    0下载:
  2. Shamir秘密分享与恢复算法的VC++程序,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再得出主密钥。输入大数长度和份数可自行定义(默认是270位和不超过20份)。-Shamir secret sharing and recovery algorithm VC procedures, is the use of the plane could be decided k k-1 power of the polynomi
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:39140
    • 提供者:linvg
  1. NTL-RSA

    2下载:
  2. 使用NTL大整数库实现RSA公钥密码算法,可用于对文本文件进行加密和解密. 平台Windows98以上,VC++6.0, 内部文件路径均为相对路径,不存在无法编译的Bub.-use of the NTL large integer achieve RSA public key cryptography algorithm, can be used to text file encryption and decryption. Windows98 platform above, VC 6.0,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1917069
    • 提供者:李刚
  1. Registry_vc++

    0下载:
  2. 用VC++快速修改注册表,可以修改主键的配置,修改系统文件-VC quickly modified the registry, change the primary key of the configuration, system files amended
  3. 所属分类:系统编程

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

    0下载:
  2. 用VC++编写的钥式加密解密算法,要求输入明文和密钥,结果输出密文-prepared by the VC-key encryption and decryption algorithms, and specifically for the importation of key results output ciphertext
  3. 所属分类:加密解密

    • 发布日期:2014-01-15
    • 文件大小:2540
    • 提供者:柯丽
  1. og_game

    0下载:
  2. og game is the key word but you need to compile in vc ++.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2603759
    • 提供者:王强
  1. file_encrypt

    0下载:
  2. key.txt存放密钥,密钥只能为数字,text存放明文。 只对明文中的“数字”、“英文大小写”加密,空格或其它中文字符等不予理睬。 加密方法: 明文分组与密钥对应字符相加取模,十个数字为一个循环,26个英文大小写也各为一个循环。 例: 密钥为: 012 明文为: Microsoft VC++ 6.0 密文则为:Mjerpuogv VD++ 8.0 加密结果: 将密文生成到result.txt中,手动删除最后的占位符\"
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7794
    • 提供者:zhoulong
  1. DES_16keys用VC生成DES加解密算法的16轮密钥

    0下载:
  2. 用VC生成DES加解密算法的16轮密钥, 可直接用于编写DES的VHDL的密钥生成模块 -Generated using DES encryption and decryption algorithm VC 16-round keys can be directly used to write the VHDL DES key generation module
  3. 所属分类:加密解密

    • 发布日期:2017-03-23
    • 文件大小:1379
    • 提供者:zhuangyan
  1. VA_X.10.4.1619.crack

    0下载:
  2. 非常棒的VC插件,能大幅度提升工作效率,强烈建议使用VC的同学安装!! 将安装目录中的VA_X.dll覆盖掉即可,注意版本。 关于visual assist x: 由whole tomato开发的visual studio的插件,通过它你可以实现高亮代码、输入提示、组织代码、纠错代码、快速阅读. 用这个东西可以在visual studio里快速高效方便地开发c++,vb,c#程序。下面是visual assist x的相关链接:-VC great plug-in, can gr
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-09
    • 文件大小:1283670
    • 提供者:dujingqing
  1. USB_KEY

    1下载:
  2. 这是基于VC的USB加密锁的应用程序代码。系统采用D12做为USB接口芯片。-This is based on VC' s USB encryption lock application code. System uses the D12 as a USB interface chip.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:1323288
    • 提供者:居锦武
  1. VC++注册码加密源程序

    0下载:
  2. VC++注册码加密源程序(含注册机、解密机)-VC++ registration key encryption source code (including RI, decryption machine)
  3. 所属分类:加密解密

    • 发布日期:2017-03-23
    • 文件大小:21980
    • 提供者:周梦蝶
  1. wzauthor

    0下载:
  2. 本地生成注册码的简单工具代码。 主要包括注册码的产生和如何在自己的程序嵌入注册码的机制。 原理是根据本地网卡号和硬盘号联动产生的。-Local code of simple tools to generate code. Mainly include key generation and how to embed code with its own procedures and mechanisms. The principle is based on the local network
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:52606
    • 提供者:apples
  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. encryption_source_code

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

    • 发布日期:2017-03-29
    • 文件大小:20349
    • 提供者:swreal
  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. keystrokedynamicregonice

    0下载:
  2. 基于统计学的击键识别, VC++实现和demo程序。实现一个演示系统-base on the tongji xue
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-17
    • 文件大小:4600772
    • 提供者:
« 12 3 4 »
搜珍网 www.dssz.com