-
加密crypto dll 5.1 des 3des
åŠ å¯†crypto dll 5.1 des 3des-Encryption crypto dll 5.1 des 3des
- 2022-01-30 19:42:27下载
- 积分:1
-
BlowFish加密算法.封装过程按照标准的API形式进行
BlowFish加密算法.封装过程按照标准的API形式进行-BlowFish encryption algorithm. Packaging process in accordance with the standard form of the API
- 2022-04-24 04:19:33下载
- 积分:1
-
基于LSB的图像中数据加密隐藏算法程序
图像的组成无非是一些字符串或者一些字节组成的字符串,然而,每一个字节数据位的重要度并不是一样的,两个相邻字节往...
基于LSB的图像中数据加密隐藏算法程序
图像的组成无非是一些字符串或者一些字节组成的字符串,然而,每一个字节数据位的重要度并不是一样的,两个相邻字节往往只有低位是不一样的。例如:00100110和00100111代表了两个不同渐变度的红色,但是就人眼是分辨不出来的。最低有效位LSB算法,就是利用这一点,达到图像压缩,或者数字水印的功能。
信息隐藏,即将信息嵌入某些载体,而使信息窃取者注意不到信息的存在。由于人眼的视觉的冗余及图像文件本身的数据量很大,数字图像文件是信息隐藏很好的载体,将需要保密的信…
包括的文件有:
findtext.m, hidetext.m, main.bmp, new2.bmp, message.txt, output.txt, gui.fig, new.bmp, gui.asv, gui.p, secret.bmp, read me.txt, screenshot.bmp, screenshot.jpg-err
- 2022-03-13 19:31:38下载
- 积分:1
-
des加密算法具体实现,自己长期使用的,使用时引入即可
des加密算法具体实现,自己长期使用的,使用时引入即可-des encryption algorithm to realize their long-term use, can be used to introduce
- 2022-01-31 04:32:34下载
- 积分:1
-
美国加密中心公布的DES程序
美国加密中心公布的DES程序-American Center for the encryption process DES
- 2022-07-05 13:56:23下载
- 积分:1
-
用VC编辑的一个MD5算法,很好用可以顺利进行运行
用VC编辑的一个MD5算法,很好用可以顺利进行运行-VC editor of an MD5 algorithm is useful for the smooth running
- 2022-02-01 21:32:41下载
- 积分:1
-
用途:自创加密算法
用途:自创加密算法-purposes : Inventing encryption algorithm
- 2023-05-04 23:25:03下载
- 积分: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
- 2023-06-18 10:00:03下载
- 积分:1
-
VHDL实现128bitAES加密算法 LOW AREA节约成本的实现 DATA FLOW为8bits
VHDL实现128bitAES加密算法 LOW AREA节约成本的实现 DATA FLOW为8bits-VHDL realize 128bitAES encryption algorithm LOW AREA realize cost-saving DATA FLOW for 8 bits
- 2022-01-26 07:06:10下载
- 积分:1
-
文件加密技术的案例文件加密技术很多,其中W
文件加密技术一例给文件加密的技术很多,其中又分为不同等级,以适合不同场合的需要.这里给出最简单的文件加密技术,即采用文件逐字节与密码异或方式对 文件进行加密,当解密时,只需再运行一遍加密程序即可.-file encryption technology to the case file encryption technologies lot, which will be divided into different levels, to suit the needs of different occasions. Here is the most simple file encryption technology, which adopts a case-by-byte file with the password or different ways to document encryption, decryption, only re-running again encryption procedures.
- 2022-07-03 17:37:15下载
- 积分:1