CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 文件加密

搜索资源列表

  1. 2010hbks

    0下载:
  2. 文件加密,编写一个汇编语言程序,能够对磁盘文件内容进行加密解密。该程序运行后提示符为kcsj:,在该提示符后可键入-file encryption
  3. 所属分类:assembly language

    • 发布日期:2017-05-08
    • 文件大小:1762090
    • 提供者:姜彭
  1. copysystem

    0下载:
  2. 题目:文件操作。具体要求:用户输入源文件名和目的文件名后,若用户缺省目的文件名,则与源文件同名。目的文件不存在时,出现文件复制对话框如下: 1 文件原样复制。2 文件压缩复制。3 文件加密复制 。请选择(1,2,3):文件压缩复制的含义:将源文件中的所有空格删除后拷贝到目的文件 。加密解密方法:输入一个6字符的密钥,将文件数据和密钥(ASCII码)进行异或运算。 不足6字节的部分,和密钥相应的字符进行运算。(可以设计出更好的压缩和加密/解密算法) -Topic: File operatio
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:3505
    • 提供者:Maria
  1. JiaMi

    0下载:
  2. 用Delphi开发用于文件加密的程序,实现文件的加密-Developed with Delphi program for file encryption, file encryption
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:196228
    • 提供者:张伟
  1. Encryptor

    0下载:
  2. Encryptor高强度加密解密实例,采用密匙128位aes文件加密-Encryptor high strength encryption instance, aes file encryption key 128
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-12
    • 文件大小:183317
    • 提供者:姓名
  1. File-conversion-byte-set

    0下载:
  2. 易语言编写的,可以将文件转换为字节集文件,也可以将由字节集文件还原为文件!使用于文件加密系列!-Easy language, the files can be converted to a byte set file can also be restored by byte set file for the file! Use file encryption Series!
  3. 所属分类:ELanguage

    • 发布日期:2017-11-17
    • 文件大小:2876
    • 提供者:罗杰
  1. chap8

    0下载:
  2. delphi bmp格式文件加密 jpg格式文件加密-jpg format file encryption delphi bmp format file encryption
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-22
    • 文件大小:37484
    • 提供者:马伊利
  1. huibian.tar

    0下载:
  2. .文件加密程序 要求:A、文件名从键盘输入。 B、加密密钥从键盘输入。 思路:从原文件读取内容至缓冲区,对其加密后,重新写回文件原来的地方。 提示要点:A、加密可使用“异或”操作。 B、相关中断为3DH,3EH,3FH,40H,42H号系统功能调用(INT 21H)。 -. File encryption program requirements: A, file names from the keyboard. B, the encryption key fr
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:842013
    • 提供者:孟维君
  1. enc

    0下载:
  2. 汇编语言写的文件加密和解密程序采用masm6.0开发编译-Written in assembly language file encryption and decryption procedures used masm6.0 compiler development
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:2356
    • 提供者:付光争
  1. Encrypt

    0下载:
  2. 用win32汇编语言编写的实现简单文件加密解密。-win32 assembly language to achieve simple file encryption and decryption.
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:13327
    • 提供者:王哲雨
  1. Encrypt.dpr

    0下载:
  2. 简单文件加密(Delphi解密代码),单击“选择文件”可选择要加密的文件,后面的是输入密码的选项,然后就执行加密操作了,当然也可以通过本程序解密-Simple file encryption (Delphi decryption code), click " Choose File" to select the file you want to encrypt, the latter is an option to enter a password, and then perf
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:10129
    • 提供者:pengkingli
  1. Delphi_730067

    0下载:
  2. Delphi:Delphi采用MD5 加密的例子,关于MD5,我想不用多说了吧,使用最为广泛的简单加密方法了,遍及WEB开发,MD5不但可对字符串加密,也可对文件加密,如果您还对Delphi下的MD5加密不太熟悉的话,那么建议你参考本源码实例,学习一下加密的方法吧。 -Delphi: Delphi uses MD5 encryption example, about the MD5, I think it goes without saying, the most widely used e
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:12205
    • 提供者:BSOI6WA
  1. encryptdpr

    0下载:
  2. 简单文件加密(Delphi解密代码),单击“选择文件”可选择要加密的文件,后面的是输入密码的选项,然后就执行加密操作了,当然也可以通过本程序解密。-Simple file encryption (Delphi decryption code), click "select file" option to encrypt the file, followed by a password option, and then perform the encryption operation, of co
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:9729
    • 提供者:wpudn56
  1. Delphi1

    0下载:
  2. Delphi:Delphi实现的文本文件加密解密程序,选择一个文本文件,即可实现加密与解密。 -Delphi: Delphi to achieve a text file encryption and decryption program, select a text file, you can achieve encryption and decryption.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:5235
    • 提供者:OLYSUNF
  1. Delphi

    0下载:
  2. Delphi:Delphi位图文件加密,以前发过的,这次好像和上次的不一样,所以再发上来,让Delphi初学者参考,例子简单,容易看懂,我觉得不错。 -Delphi: Delphi bitmap file encryption, previously made, and this seems to be not the same as last time, so again made ??up, let Delphi beginners reference, examples of simp
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:11461
    • 提供者:XZXTWJI
  1. jpg

    1下载:
  2. Delphi:一个基于Delphi的图像加密实例—— jpg文件加密源码,设定加密种子数,载入二进制文件,对JPG图像进行加密。 -Delphi: Delphi-based image encryption instances of- jpg file encryption source code, set the encryption seeds, load binary files, JPG image encryption.
  3. 所属分类:Dephi控件源码

    • 发布日期:2017-05-11
    • 文件大小:24250
    • 提供者:TZICNVA
  1. Delphi

    0下载:
  2. Delphi:Delphi实现的文本文件加密解密程序,选择一个文本文件,即可实现加密与解密。 -Delphi: Delphi to achieve a text file encryption and decryption program, select a text file, you can achieve encryption and decryption.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:5066
    • 提供者:3BZDQ3P
  1. Huffman

    0下载:
  2. 本程序通过将电文转换为赫夫曼编码,再将赫夫曼编码转换为电文,达到文件加密-This program converts messages by Huffman coding, Huffman coding and then converted to a message, to file encryption
  3. 所属分类:assembly language

    • 发布日期:2017-04-25
    • 文件大小:143490
    • 提供者:施宙
  1. aesdll-release-0.1

    0下载:
  2. aes加密动态库,有源代码。接口简单,包括文件加密等。- EncodeFile (secretkey, infile, outfile), and DecodeFile (secretkey, infile, outfile), are available for easy encryption/decryption.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:3580
    • 提供者:wwqq
  1. StringDecrypt_Eecrypt

    0下载:
  2. 字符串加密,pascal处理字符,可应用于文件加密-String Decrypt and Eecrypt
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:7409
    • 提供者:李勤龙
  1. exeLock

    0下载:
  2. 结合易语言数据操作支持库编写的exe文件加密工具,欢迎下载使用-Data manipulation combined with easy language support library written in exe file encryption tool, welcome to download to use
  3. 所属分类:ELanguage

    • 发布日期:2017-04-30
    • 文件大小:493927
    • 提供者:巴山
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com