-
加密系统使用维吉尼亚密码系统MATLAB界面编程,
加密系统使用维吉尼亚密码系统MATLAB界面编程,-Virginia password encryption system using MATLAB interface system programming,
- 2022-03-22 01:32:07下载
- 积分:1
-
IDEA加密算法属于数据块加密算法(Block Cipher)类。IDEA使用长度为128bit的密钥,数据块大小为64bit。...
IDEA加密算法属于数据块加密算法(Block Cipher)类。IDEA使用长度为128bit的密钥,数据块大小为64bit。-IDEA encryption algorithm is data block encryption algorithm (Cipher Block) category. IDEA use of the length of the 128 bit key, the data block size for 64bit.
- 2022-01-25 22:47:24下载
- 积分:1
-
Some source programs of encryption arithmetic.I don t know whether it is always...
几个密码算法的源代码,不知道有了没有~~
下的人多了就继续上传-Some source programs of encryption arithmetic.I don t know whether it is always existed or not.I will upload it if a lot of people have downloaded.
- 2022-08-05 11:56:09下载
- 积分:1
-
按照分组密码运行的CBC方式,将其中的DES算法置换为S
按照分组密码运行的CBC方式,将其中的DES算法置换为S-DES,分组长度为8BIT,初始矢量V1分别设置为00H,FFH,及任意8BIT无符号整数,实现该加密/解密模型-running CBC, which will be the replacement for the DES algorithm S-DES, a length of 8BIT initial vector V1 were set to 00H, FFH, and the arbitrary 8BIT unsigned integers, the achievement of this encryption/decryption model
- 2022-11-18 06:45:03下载
- 积分:1
-
DES算法原理及实现,实现了3DES和DES的程序过程,支持8 16 24位密钥...
DES算法原理及实现,实现了3DES和DES的程序过程,支持8 16 24位密钥-DES algorithm and realize, realize the 3DES and DES procedures for the process to support the 81,624-bit keys
- 2022-04-20 04:06:23下载
- 积分:1
-
用C写的两个安全算法DES和MD5
水平有限
大家多指教
用C写的两个安全算法DES和MD5
水平有限
大家多指教-C wrote two security MD5 and the DES algorithm is limited enlighten everyone
- 2022-05-14 13:11:51下载
- 积分:1
-
新的高级加密标准(AES)保持你的数据安全
以确保您的数据安全
- 2022-07-07 08:23:37下载
- 积分:1
-
加密算法模块delphi源码
加密算法模块delphi源码-encryption algorithm module delphi FOSS
- 2022-01-25 17:40:23下载
- 积分:1
-
Be dealt with on the digital watermark embedding watermark source code, using a...
关于数字水印嵌入时处理水印的源代码,采用猫脸变换对水印图像进行预处理
-Be dealt with on the digital watermark embedding watermark source code, using a cat face on the watermark image pre-processing transformation
- 2022-04-17 13:14:01下载
- 积分: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