CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 CA认证 搜索资源 - 的文件

搜索资源列表

  1. supermap521

    0下载:
  2. supermap 521 全部模块的破解补丁 见压缩包里的2个dll文件 安装盘去官方网站下载就可以http://www.supermap.com.cn/ 1.supermapisnet破解 把破解的dll文件 把这个文件覆盖原来的文件就可以了 也就是覆盖C:\\Program Files\\SuperMap\\SuperMap Objects 5.0 RT\\Bin 下的dll文件 2.supermap破解 用supermap.rar解开的SmA
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:800791
    • 提供者:qinghai
  1. dataencrypt

    0下载:
  2. 在一些应用程序或网络中,经常会存有一些非常机密的文件或数据,为防止其他非法用户查阅或盗取这些机密数据,可对其进行加密。运行程序,在“密钥”编辑框中输入密鈅,在“待加密的字符串”编辑框中输入要加密的字符串,单击“加密”按钮,密文将显示在“加密后的字符串”的编辑框中。
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:27383
    • 提供者:谢军
  1. wenjianjiamijiemi

    0下载:
  2. 简单的文件加密解密程序很好的呀作为学习的例子很好使用的
  3. 所属分类:CA认证

    • 发布日期:2014-01-16
    • 文件大小:6269
    • 提供者:南中天
  1. RSAjiamijiemi

    0下载:
  2. 实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:151135
    • 提供者:北冥之鱼
  1. des(matlab).用于文件的DES加密和解密

    2下载:
  2. 用于文件的DES加密和解密,用matlab编的,含操作界面,其核心程序是网上DOWN的,DES for file encryption and decryption, using the matlab made, including user interface, the core of the program is online DOWN
  3. 所属分类:CA认证

    • 发布日期:2017-03-21
    • 文件大小:7582
    • 提供者:秦陈刚
  1. password

    0下载:
  2. 文件密码箱,可以给你存放隐私的文件夹上锁,保证隐私的安全。-Folder locked file password storage box can give you privacy, to ensure the security of privacy.
  3. 所属分类:CA program

    • 发布日期:2017-11-28
    • 文件大小:2533688
    • 提供者:系统
  1. NTL_lib

    0下载:
  2. 此库文件是用来加载到C++中的,用于解密解密时调用和其中的文件-This library file is used to load to the C++ In for the decryption to decrypt them when the call and the documents
  3. 所属分类:CA program

  1. DVB-CSA_descrambling_for_ts

    0下载:
  2. 支持DVB-S,DVB-T,DVB-C的系统前端加扰和解扰过程,请注意加扰与加密不同,本程序包实现的是纯粹的加扰和解扰过程,不对KEY进行加密传输。要求输入测试文件时,请按照C语言的文件访问要求输入,如key.txt表示你要使用的KEY放在了名为key的txt文件中,不可写成“key.txt”。-To support the DVB-S, DVB-T, DVB-C system front-end process of scrambling and descrambling, please no
  3. 所属分类:CA program

    • 发布日期:2017-03-24
    • 文件大小:528366
    • 提供者:xx
  1. JiaMi

    0下载:
  2. 对文件进行加密,上传的文件没有密码。无病毒-Encryption of files, uploaded files, no password. No virus
  3. 所属分类:CA program

    • 发布日期:2017-05-09
    • 文件大小:1816926
    • 提供者:IRON
  1. Encrypt

    0下载:
  2. 基于VC++基础上仿射加密\RSA加密\DES加密的文件加密系统-Based on VC++ based on the affine encryption \ RSA encryption \ DES encryption file encryption system
  3. 所属分类:CA program

    • 发布日期:2017-04-09
    • 文件大小:1164292
    • 提供者:yuchao
  1. authorize

    0下载:
  2. 项目中多个模块授权加密算法,使用方法,现在客户机运行环境获取程序,将生产的文件发送给管理者,管理者根据客户端环境文件生成授权证书-Multiple module project authorized encryption algorithm
  3. 所属分类:CA program

    • 发布日期:2017-05-17
    • 文件大小:4856601
    • 提供者:jimmy
  1. information-secrecy

    0下载:
  2. 对文本,音频和图片三种格式的文件进行加密解密其中只对文本进行了加密解密,使用了比较简单的凯撒移位算法,栅栏易位算法和置换算法 源代码: -secrecy
  3. 所属分类:CA program

    • 发布日期:2017-04-12
    • 文件大小:2209
    • 提供者:谭达荣
  1. 001

    0下载:
  2. 基于孙子剩余定理的文件集合加密解密算法,运行可以得到满意结果-Grandson remainder theorem based on a collection of files encryption and decryption
  3. 所属分类:CA program

    • 发布日期:2017-03-27
    • 文件大小:1298
    • 提供者:wanlingfeng
  1. C-programming-examples

    0下载:
  2. 给文件加密的技术很多,其中又分为不同等级,以适合不同场合的需要.这里给出最简单的文件加密技术,即采用文件逐字节与密码异或方式对 文件进行加密,当解密时,只需再运行一遍加密程序即可. -File encryption technology to many, which is divided into different levels to suit different occasions. Here are the most simple file encryption technolog
  3. 所属分类:CA program

    • 发布日期:2017-04-05
    • 文件大小:23066
    • 提供者:胡杨
  1. jiami

    0下载:
  2. 简单的文件加密技术例子,解密时只需再运行一遍加密程序即可。-Examples of simple file encryption, decryption, and then run again only when the encryption procedures.
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:1127
    • 提供者:liu
  1. SignatureDemo

    0下载:
  2. 实现数字签名,首先用MD5对要发送的文件进行摘要,产生MD5码,然后将文件和摘要一同发送给对方进行验证,若两次的摘要相同,则说明文件在发送过程中没有被篡改,反之,篡改了。-Realize digital signature, first for sending in MD5 documents are the, produce the MD5 yards, then will file and the send to each other together for verification, i
  3. 所属分类:CA program

    • 发布日期:2017-04-04
    • 文件大小:1925
    • 提供者:hello
  1. 001

    0下载:
  2. c# 调用已有的类实现 3DES AES两种加密算法,输入的文件为1.txt 10.txt。。。文件大小为 1k 10k 100k 1000k 10000k 输出加解密时间-C# call for two classes implement 3 des, AES encryption algorithm, the input file for 1. TXT 10. TXT... File size is 1 k, 10 k, 100 k, 1000 k, 10000 k output encry
  3. 所属分类:CA program

    • 发布日期:2017-11-19
    • 文件大小:28503040
    • 提供者:chenqun
  1. rc41

    0下载:
  2. 实现rc4的加解密,用户只需将想加密的文件拖进dos框就可以,按照提示即可完成-Achieve RC4 encryption and decryption, the user simply want to encrypted files dragged into a DOS box, and follow the prompts to complete the
  3. 所属分类:CA program

    • 发布日期:2017-11-26
    • 文件大小:931266
    • 提供者:陈建
  1. MD5

    0下载:
  2. 使用格式:cmd 中打开生成的exe 后面加上存在的文件即可对文件进行MD5计算 使用参数传递的方式 测试使用VS2010-Use the format: cmd to open the exe file to append existing file encryption using the way of passing parameters tested using VS2010
  3. 所属分类:CA program

    • 发布日期:2017-03-27
    • 文件大小:2487
    • 提供者:黄臻
  1. RPGDecrypter

    4下载:
  2. 可以用来解压 RPG—VX Ace或RPG—RPG VX游戏中被压缩加密的文件-Can be used to extract the RPG VX Ace or RPG RPG VX game is compressed, encrypted files
  3. 所属分类:CA program

    • 发布日期:2017-03-21
    • 文件大小:475664
    • 提供者:梦剑溪
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com