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

搜索资源列表

  1. tooflat透明加解密增加RC4算法

    1下载:
  2. tooflat透明加解密增加RC4算法_源码-tooflat transparent RC4 algorithm for encryption and decryption increase _ source
  3. 所属分类:驱动编程

    • 发布日期:2010-09-12
    • 文件大小:38.22kb
    • 提供者:qhadronj
  1. cntfs 双缓冲透明加解密

    1下载:
  2. 双缓冲透明加解密
  3. 所属分类:驱动编程

    • 发布日期:2011-03-29
    • 文件大小:2.96mb
    • 提供者:30659645@qq.com
  1. 非常好用的TEA加解密算法VB

    0下载:
  2. 非常好用的TEA加解密算法VB。找了好久才找到
  3. 所属分类:网络编程

    • 发布日期:2012-03-12
    • 文件大小:1.54kb
    • 提供者:28829229@qq.com
  1. 基于minifilter技术的过滤驱动透明加解密程序

    2下载:
  2. 基于minifilter技术的过滤驱动透明加解密程序,驱网下载需要100点-Minifilter technology filter driver based on transparent encryption and decryption process, download the required drive nets 100 points
  3. 所属分类:驱动编程

    • 发布日期:2012-10-18
    • 文件大小:185.11kb
    • 提供者:卓然
  1. c语言的AES加解密算法

    4下载:
  2. aes加解密算法C语言实现,纯C语言实现,不调用任何标准C外的函数库,分为加密和解密两个c源文件,由于是纯C语言实现,适合于移植到其他操作系统,如LINUX等,
  3. 所属分类:Windows编程

  1. file_encryption

    0下载:
  2. AES分组加密算法做的文件加解密演示, 采用多线程流水线方式对文件进行 读->加密/解密->写 操作.-AES block cipher algorithm for encryption and decryption so the paper presentations, the use of multi-threaded pipelined read on paper-> encryption/decryption-> write operation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:18.11kb
    • 提供者:周可
  1. AES_mimaxue_kechengsheji

    1下载:
  2. 密码学 AES算法课程设计 实现字符串以及文件加解密 界面很好 附有课程设计文档-Cryptography Course Design and Implementation of AES algorithm is a string and file encryption and decryption interface well with a course design document
  3. 所属分类:Windows Develop

    • 发布日期:2016-03-03
    • 文件大小:1.9mb
    • 提供者:lijun
  1. encryption_on-the-fly

    2下载:
  2. 基于minifilter开发的文件透明加解密源码-It is a encryption program based minifilter struct.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-23
    • 文件大小:58.09kb
    • 提供者:maomx
  1. aes

    1下载:
  2. 这是一个aes的加解密程序,基于C++平台,可以直接运行。(This is a AES encryption and decryption procedures)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:961kb
    • 提供者:阿百川
  1. jsencrypt-master

    0下载:
  2. 实现RSA使用公私钥对进行加解密,压缩包里有demo(RSA encrypt and decode)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:200kb
    • 提供者:无痕123
  1. 聊天辅助加解密工具源码

    0下载:
  2. 聊天辅助加解密工具源码,把内容转为加密格式,别人需要解密才能查看(Chat auxiliary encryption and decryption tool source code, the content into encrypted format, others need to decrypt to view)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:179kb
    • 提供者:大兄弟pud
  1. RSA加解密

    1下载:
  2. RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。rsa算法加解密在vb中的运用,其中有加密解密的方法。(RSA is the most widely studied of the public key algorithm, from the nearly two decades now, we have tested a variety of attacks, people gradually accepted,
  3. 所属分类:其他小程序

    • 发布日期:2018-01-04
    • 文件大小:8kb
    • 提供者:蛏子
  1. OctString

    0下载:
  2. Oct 和String 字符的加解密工具,可以自己定义分隔符。(Encryption and decryption of Oct and String characters)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:167kb
    • 提供者:hblzq
  1. RSA加解密算法

    0下载:
  2. 通过上机操作,使同学生对公钥加密算法RSA密码体制的加、解过程有一个更加清晰地认识。通过本次实验,加深学生对公钥密码体制的认识,为后面的学习打下基础。(Through the operation of the computer, there is a clearer understanding of the process of adding and solving the RSA cryptosystem of the public key encryption algorithm. Thro
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:3kb
    • 提供者:斩月
  1. RSA加解密的设计与实现--程序+报告

    2下载:
  2. 制作一个RSA的加解工具的过程: 1、随机搜索大素数,随机生成公钥和私钥; 2、用公钥对任意长度的明文加密; 3、用私钥对密文解密; 4、界面简洁、交互操作性强。 5、(可选)实现对汉字的加解密,把加密结果存放在文本文档(The design process of making a RSA encryption tool: 1. The large prime number is searched randomly and the public key and the priv
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:94kb
    • 提供者:SJJXZ
  1. 封包加解密

    0下载:
  2. 封包加解密Packet encryption and decryption(Packet encryption and decryption)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:12kb
    • 提供者:啊啊法规及
  1. 大富豪加解密工具3.4版

    1下载:
  2. 大富豪加解密工具3.4版,用于大富豪数据库的加解密(The 3.4 edition of the big rich and decryption tools)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:150kb
    • 提供者:165张红波
  1. 千年封包加解密

    7下载:
  2. 千年封包加解密 易语言源码含模块.给需要的朋友!(Millennium packet encryption and decryption easy language source code containing modules)
  3. 所属分类:其他

    • 发布日期:2019-06-10
    • 文件大小:5kb
    • 提供者:头衔太多
  1. data文件加解密工具

    30下载:
  2. 适用于data文件进行加密解密(Apply to data file encryption and decryption.)
  3. 所属分类:其他

    • 发布日期:2019-01-07
    • 文件大小:4.7mb
    • 提供者:可爱的穆穆
  1. 中兴光猫V3.0配置加解密工具

    4下载:
  2. 中兴光猫db_user_cfg.xml配置文件为加密状态。此工具可解密。文件内有详细说明 干什么用的就不多解释了。(ZTE Guangmao DB_ user_ cfg.xml The configuration file is encrypted. This tool can be decrypted. There are detailed instructions in the document There's not much explanation for what's used.)
  3. 所属分类:其他

    • 发布日期:2021-01-21
    • 文件大小:6.59mb
    • 提供者:搞机助手
« 12 3 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com