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

搜索资源列表

  1. MyRSA

    0下载:
  2. 用VC编写的32位RSA加解密算法程序,采用控制台输入输出方式,加密速度达到800kb/s.绝对原创。-Written by VC RSA encryption and decryption algorithm 32-bit program, using the console input and output, encryption speeds of up to 800kb/s. absolute originality.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1044705
    • 提供者:
  1. DES

    0下载:
  2. 一个实现DES加解密算法的小程序,编程实现DES算法的加密过程、脱密过程和16个内部密钥生成过程-An implementation of DES encryption and decryption algorithm applet, programming encryption algorithm DES implementation process, from secret process and the 16 internal key generation process
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:122998
    • 提供者:andy
  1. 27176565

    0下载:
  2. 加壳机(vc源码)源码在vc7+xp-sp2下编译通过 原理:对Pe文件的.data节,.text节进行XOR加密,然后将带解密的Loader写入文件头和第一个段的开头之间,修改Entry Point使其指向Loader. 测试用例:使用vc6.0自动生成的mfc对话框应用程序。 参考文献:(1)def源码 (2)黑客调试技术揭秘 (3)yoda s protector源码 存在问题:只对.data节,.text节加密,且其中不能包含Resource,Import T
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:498075
    • 提供者:程光
  1. jjm

    0下载:
  2. delphi中对字符串进行加密与解密,适用于帐号等信息的加解密处理,避免帐号泄漏,程序为单元形式,直接加入工程即可调用.-delphi on string encryption and decryption for account information such as encryption and decryption processing, to avoid leaking account, procedures for the unit forms can call directly in
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:1097
    • 提供者:liujian
  1. ca

    0下载:
  2. 小型CA系统前些天在网上看到了一些关于OPENSSL的介绍,觉得很有意思,于是做了一个程序,基本实现了数字证书的制作、SSL安全通讯、加解密操作等功能,秉承OPENSSL开放的原则,拿出来共享,主要实现写在了两个DLL中。水平有限,请勿见笑。-MINI CA
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:2025447
    • 提供者:zhangxing
  1. file_encryption-c

    0下载:
  2. c语言实现文件的加解密小程序,适合于初学者。-c language file encryption and decryption applet.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:65609
    • 提供者:王永亮
  1. jjm

    0下载:
  2. 自己制作的加解密小程序,需要的朋友可以自己增加或修改-Produce their own encryption and decryption applet, a friend in need can increase or modify their own
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:2521
    • 提供者:kamiot
  1. AES--cPP

    0下载:
  2. 这是一个AES加解密的程序,DOS界面,能实现加解密功能。-This is an AES encryption and decryption procedures, DOS interface, to achieve encryption and decryption functions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5029
    • 提供者:MrF
  1. Cryptology-SMS4-algorithm

    0下载:
  2. 这是一个密码学的关于SMS4算法的一个程序,用SMS4算法实现了信息的加解密功能。-This is a program about SMS4 a cryptographic algorithm using SMS4 algorithm of encryption and decryption of information.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3533090
    • 提供者:肖佳佳
  1. Cryptology-ECC-algorithm

    0下载:
  2. 这是一个密码学的关于ECC算法的一个程序,用ECC算法实现了信息的加解密功能。-This is a cryptology about a ECC algorithm procedure, has realized the information Canadian decipher function with the ECC algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3575968
    • 提供者:肖佳佳
  1. Crypto__test

    0下载:
  2. 通过调用工具包Crypto++来实现des的加解密,减少了繁杂程序的书写-By calling the toolkit Crypto++ to implement the des encryption, reduced the multifarious the writing of the program
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6725006
    • 提供者:tutu
  1. enc

    0下载:
  2. C语言写的简易的文件加密/解密工具,将文件加密为sec文件,经测试加密后无法被其他程序识别。解密时可原封不动地变回原来的文件(经测试,图片、视频加密后解密均能打开和播放)。使用时(显示:Error, file can not be found的时候)输入一个质数密码:223092871(2到23所有质数相乘加一,不易被破解),按回车后就能开启加密/解密功能。显示What would you do?(1/2)时,1为加密整个文件夹的文件,2为解密整个文件夹的文件 务必注意:生成的exe文件名称
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-18
    • 文件大小:38912
    • 提供者:lyc
  1. aes

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

    • 发布日期:2017-12-21
    • 文件大小:984064
    • 提供者:阿百川
  1. autable_quality

    0下载:
  2. 调用C++接口实现图片加解密,很难找到的代码()
  3. 所属分类:其他小程序

    • 发布日期:2018-01-04
    • 文件大小:1859584
    • 提供者:debujpangs
  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
    • 文件大小:96256
    • 提供者:SJJXZ
  1. 《Go Web编程》 (谢孟军)

    1下载:
  2. 《Go Web编程》介绍如何用Go语言进行Web应用的开发,将Go语言的特性与Web开发实战组合到一起,帮读者成功地构建跨平台的应用程序,节省Go语言开发Web的宝贵时间。有了这些针对真实问题的解决方案放在手边,大多数编程难题都会迎刃而解。 在《Go Web编程》中,读者可以更加方便地找到各种编程问题的解决方案,内容涵盖文本处理、表单处理、Session管理、数据库交互、加/解密、国际化和标准化,以及程序的部署维护等运维方面的知识,最后还介绍了一个快速开发的框架帮助您迅速进入Go语言的Web开
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:6175744
    • 提供者:灰鼠
搜珍网 www.dssz.com