-
数据加密标准 (DES) 关键时间表
此代码提供关键时间表中的数据加密标准 (DES),这是生成子密钥的算法的实现的。
• 输入: (长度 (64 位) 的任何字符串。
• 输出: 16 子键产生的 DES (每个 48 位长度)。
如何使用它:
1.>> K = DES_KeyScheduling %会创建一个类 "DES_KeyScheduling" 的对象。
2.>> K.KEY_STRING = "密码" %设置的加密密钥值。
3.>> K.printPC2() %打印输出的置换选择 2 (PC-2) (也称为 x 16 48 及其子键) 无压痕。用来调用函数 1 "K.printPC2(1)" 要输出带缩进值。
- 2023-08-24 20:00:03下载
- 积分:1
-
古典密码算法中的单表代换密码算法、移位密码算法、Vigenere密码算法。算法比较简单,用命令的方式。可以随机生成明文和密钥。...
古典密码算法中的单表代换密码算法、移位密码算法、Vigenere密码算法。算法比较简单,用命令的方式。可以随机生成明文和密钥。-Classical cryptographic algorithm in a single table substitution cipher, transposition cipher, Vigenere cipher. Algorithm is relatively simple, way to use the command. Can be randomly generated and the key explicitly.
- 2022-03-01 11:35:20下载
- 积分:1
-
一个加密的算法。
一个加密的算法。-An encryption algorithm.
- 2022-03-13 16:18:49下载
- 积分:1
-
设f(x)= 1×X2 X5 X27,分别尝试写下面的移位寄存器…
设f(x)=1+x+x2+x5+x27,试分别写出实现下列移位寄存器的程序:
以f(x)为联接多项式的DSR;
以f(x)为联接多项式的LFSR。
可供选择的联接多项式:
f1(x)=1+x+x4+x6+x30;
f2(x)=1+ x3+ x31;
f3(x)=1+ x6+ x31;
f4(x)=1+ x7+ x31;
f5(x)=1+ x13+ x31;
-Let f (x) = 1 x x2 x5 x27, respectively try to write the following Shift Register : f (x) connected to the DSR polynomial; f (x) for connectivity polynomial LFSR. Connection options polynomial : f (x) = 1 x x4 x6 x30; F2 (x) = 1 x3 x31; f3 (x) = 1 x6 x31; f4 (x) = 1 x11 x31; f5 (x) = 1 x13 x31;
- 2022-04-07 10:24:13下载
- 积分:1
-
here is code about aes code for u to understand what the aes is talking about
here is code about aes code for u to understand what the aes is talking about-here is code about aes code for u to understand what the aes is talking about..........
- 2022-02-02 01:31:18下载
- 积分:1
-
密码学的经典程序
密码学的经典程序-cryptography classic procedures
- 2022-06-27 16:03:33下载
- 积分:1
-
data encryption technology several algorithms rsaeuro
数据加密技术之几种算法
saeuro-1.03s.zip-data encryption technology several algorithms rsaeuro- 1.03s.zip
- 2022-08-13 00:28:16下载
- 积分:1
-
字节取反
字节取反-Take anti-byte
- 2022-02-04 14:55:59下载
- 积分:1
-
文本文档加密器
使用的是简单的字节加减,允许输入中文本源代码不适合加密任何重要文档仅供交流使用使用Visual Studio 2015 制作
- 2022-03-11 02:48:45下载
- 积分:1
-
RC4伪随机流加密算法,VC++编写,调试通过。控制台界面。
RC4伪随机流加密算法,VC++编写,调试通过。控制台界面。-Pseudo-random RC4 stream encryption algorithm, VC++ development, debugging through. Console interface.
- 2022-04-28 09:18:24下载
- 积分:1