登录
首页 » 加密解密 » 代码做了什么?有时我们可能希望隐藏我们的文件内容从其他…

代码做了什么?有时我们可能希望隐藏我们的文件内容从其他…

于 2023-06-18 发布 文件大小:9.46 kB
0 184
下载积分: 2 下载次数: 1

代码说明:

What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over) -What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used (In VB- The same technique can be implemented in

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 凯撒,用java实现的非
    凯撒加密,用java实现 非扩展算法,C=M*K,有加密和解密两步-Caesar encryption, using java to achieve non-expansion algorithm, C = M* K, have a two-step encryption and decryption
    2023-07-05 22:50:02下载
    积分:1
  • elgamal算法
    这是很好的源代码,对于很多的童鞋来说是非常好的资料,而且程序简单易懂。本程序是在VISUAL C++6.0运行,不过在其他版本的软件上应该也可以运行。
    2022-03-21 02:53:08下载
    积分:1
  • 视觉
    视觉密码的想法是一个迷人的发明由摩尼 Naor 和阿迪沙米尔 (1994 年)。在最简单的形式,它实现了牢不可破的 (在信息理论的感觉) 加密系统,而是类似于一次性垫,额外的转折,解密不需要任何计算设备。詹姆斯 · 邦德运载一个特别"键",其实是一种透明度以多个随机点上 ;当 M 传真债券秘密消息,它太组成的多个随机点债券只在密文的地方他的透明度并读取出明文 !天才在这里的脑卒中是一项技术,解释了海报,通过视觉开展的"异或"的布尔操作中"。我决定实施该系统后看到示范在一次辉煌的阿迪沙米尔本人谈话。http://www.cl.cam.ac.uk/~fms27/vck/
    2022-03-24 21:31:36下载
    积分:1
  • 大素数生成算法的实现,很不错的一段程序
    大素数生成算法的实现,很不错的一段程序-large prime number generation algorithm to achieve a very good procedures
    2022-02-05 16:12:53下载
    积分:1
  • how DES algorithm
    如何实现DES算法-how DES algorithm
    2022-10-31 09:50:03下载
    积分:1
  • sha码检验的示例 希望对大家有 帮助
    sha密码检验的示例 希望对大家有 帮助-sha password test examples we hope to help
    2023-07-25 10:45:03下载
    积分:1
  • 个人觉得很不错的简单代码,用很少的程序实现,非常值得一看...
    个人觉得很不错的简单代码,用很少的程序实现,非常值得一看-in my view, it s a nice and simple code with a few program to achieve the aim. worth to take a look
    2023-05-01 13:10:03下载
    积分:1
  • 一个利用C语言来实现算法之DES算法的源码。
    一个利用C语言来实现加密算法之DES算法的源码。-A source program of DES arithmetic using C .
    2022-09-07 03:55:03下载
    积分:1
  • rsa encryption which ask a user input must me be uppercase letter
    rsa encryption which ask a user input must me be uppercase letter-rsa encryption which ask a user input must me be uppercase letter..
    2022-01-25 22:54:08下载
    积分:1
  • hidden software !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    隐藏软件-hidden software !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    2022-02-12 07:37:53下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载