-
ceaser转换文本加密技术
ceaser转换文本加密技术-converting text encryption technology
- 2022-02-12 16:27:21下载
- 积分:1
-
this is a file that encrypt and decrypt a file in vb
this a file that encrypt and decrypt a file in vb-this is a file that encrypt and decrypt a file in vb
- 2023-05-27 07:05:04下载
- 积分:1
-
ABE加密(Attribute
ABE加密(Attribute-Based Encryption)算法的一种实现方案-Source code for ABE(Attribute-Based Encryption)
- 2022-05-15 00:41:47下载
- 积分:1
-
tablecrypt是一个文件加密工具。
TableCrypt is a file encryption utility.
The major difference with most file encryptors is that this program uses a generated table in combination with a password to encrypt a file.
This way you need 2 variables to decrypt the file. This is how it works:
Generate a 10kb table file and enter a password. The password is used to pick bytes from the table file which in their turn are used to encrypt the bytes of the inputfile with XOR encryption.
- 2022-06-18 03:20:49下载
- 积分:1
-
RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p...
RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a, 将其看成是一个大整数, 假设 a < n.... 如果 a >= n 的话, 就将 a 表成 s 进位 (s
- 2022-02-06 10:37:53下载
- 积分:1
-
写专属或加密程序。 程序应该采取作为输入由程序然后加密的文件名。 程序应该要求用户输入密钥,应该用于加密文件。
程序的输出应该进入一个文件以同一个文件名,但...
写专属或加密程序。 程序应该采取作为输入由程序然后加密的文件名。 程序应该要求用户输入密钥,应该用于加密文件。
程序的输出应该进入一个文件以同一个文件名,但.ENC引伸。-Write an exclusive-OR encryption program. The program should take as input a filename that is then encrypted by the program. The program should ask the user to input an encryption key, which should be used to encrypt the file.
The output of the program should go into a file with the same filename but a .ENC extension.
- 2022-08-17 16:43:26下载
- 积分:1
-
文本文档加密器
使用的是简单的字节加减,允许输入中文本源代码不适合加密任何重要文档仅供交流使用使用Visual Studio 2015 制作
- 2022-03-11 02:48:45下载
- 积分:1
-
防止用DeDe软件反编译delphi程序
防止用DeDe软件反编译delphi程序-preventing anti-software compiler delphi procedures
- 2022-02-06 00:02:28下载
- 积分:1
-
3des加密算法实现,经过FPGA验证的!
3des加密算法实现,经过FPGA验证的!-3des encryption algorithm, after FPGA validation!
- 2022-08-02 21:37:50下载
- 积分:1
-
一个关于串口的简单实现,可以了解基本串口听基本知识
一个关于串口的简单实现,可以了解基本串口听基本知识-a serial port on the simple realization, we can understand the basic serial listen to the basic knowledge
- 2022-07-09 09:22:33下载
- 积分:1