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

搜索资源列表

  1. jia

    0下载:
  2. 简单加密工具原程序-simple encryption tools original program
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8.62kb
    • 提供者:林淋
  1. jie

    0下载:
  2. 简单加密工具原程序-simple encryption tools original program
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:9.51kb
    • 提供者:林淋
  1. jd

    0下载:
  2. 简单加密工具原程序-simple encryption tools original program
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10.08kb
    • 提供者:林淋
  1. PE文件简单加密(加壳)--源码

    1下载:
  2. 这个小软件通过在可执行文件(.exe)的尾部添加一个新节(Section),并且修改PE的入口地址,使可执行文件在运行时,跳出一个输入密码的对话框,从而实现了简单的加密。-small software in executable files (. Exe) to the tail adding a new section (Section), and amend the PE import addresses, so that the executable file is run, jump o
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:396.59kb
    • 提供者:林哥哥
  1. Cryptography

    0下载:
  2. 这是一个简单的加密解密程序,其中有加密和解密函数各一个,注意其中的文件调用,特别是它的路径。-This is a simple encryption and decryption procedures, which have encryption and decryption function of the 1, to call the document, particularly its path.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:934byte
    • 提供者:yata
  1. ElGamal公钥密码

    0下载:
  2. Eigamal加密程序,可实现简单的加密-Eigamal encryption procedures, simple encryption
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:521.86kb
    • 提供者:赵君龙
  1. SEncrypt

    0下载:
  2. 有保存/装载能力的简单加密程序。This is a simple encryption program with save/load capability.-have preservation / loading capacity of a simple encryption program. This is a simple encryption program with save / load capability.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7.42kb
    • 提供者:苏建新
  1. crypt

    0下载:
  2. 一个简单加解密的小程序 -A simple encryption and decryption program
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:808byte
    • 提供者:站长
  1. encryption

    0下载:
  2. just a simple encryption in c++ , as an example to the use encryption
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:556byte
    • 提供者:Badar
  1. hidefiles

    0下载:
  2. hide text files using simple encryption algorithnm in matlab
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:12.9kb
    • 提供者:Sanober
  1. simple-encode-and-decode

    0下载:
  2. 对文档的简单加密,有算法,有源码。适合简单加密的情况。-Simple encryption of the document, there are algorithms with source code. The case for simple encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:94.56kb
    • 提供者:jim sun
  1. md5-encryption

    0下载:
  2. 实现了一个简单的加密算法 能够使你快速的了解MD5加密和MD5解密的-A simple encryption algorithm Enables you to quickly understand the MD5 and MD5 decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:18.85kb
    • 提供者:路人甲
  1. Encryption-document-

    0下载:
  2. 对文件进行简单的加密处理,利用抑或的方法实现-Simple encryption to the file, or methods to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:3.48kb
    • 提供者:zero
  1. 1001Message-encryption

    0下载:
  2. 本次我们完成一个简单的对字母加密程序。首先对字母进行编号,小写字母a至z编号为1至26,大写字母A至Z分别编号27至52,这样每个字母都有唯一的一个序号,在发送内容时,我们以函数F(X)=X*X+X+1对发送字母的序号进行计算,就会获取个新的序号,对该序号再进行对52取余,该序号即为加密后的要发送字母的序号,这样就能达到加密的作用。-This time we complete a simple encryption program on the letter. First letter numb
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:832.5kb
    • 提供者:luyanyi
  1. Encryption-and-decryption-tools

    0下载:
  2. 简单的加密信息的小程序,功能很简单,ASCII码加减32位-Simple encryption information small programs, the function is very simple, ASCII and subtract 32 bits
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:46.37kb
    • 提供者:张三
  1. encryption---algorithm

    0下载:
  2. 一种比较简单的加密方法,存成Form1.frm,就可以打开了-This is a simple encryption algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.58kb
    • 提供者:郭伟
  1. Encryption-to-decrypt

    0下载:
  2. 对TXT文件进行简单的加密解密工作,适用于一般的个人使用,不适合公开场合-To decrypt the TXT file for a simple encryption work, applicable to the general personal use, not suitable for the public
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:649.92kb
    • 提供者:于泰风
  1. encryption---algorithm

    0下载:
  2. 一种比较简单的加密方法,存成Form1.frm,就可以打开了-This is a simple encryption algorithm
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-13
    • 文件大小:1.71kb
    • 提供者:xing974402
  1. encrypt

    0下载:
  2. A program demonstrating simple encryption.
  3. 所属分类:单片机开发

    • 发布日期:2017-12-27
    • 文件大小:3kb
    • 提供者:sam2017
  1. ThayThe

    0下载:
  2. Simple encryption program
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:48kb
    • 提供者:hachimo
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com