搜索资源列表
yiwei
- 古典密码的设计——周期为5的16-置换移位密码-Replacement shift Password
test
- 古典密码学若干算法 (1) 实现移位密码; (2) 实现替换密码; (3) 实现Vigenere密码(选做); (4) 实现置换密码(换位密码); (5) 对每一种密码,编写加密字符串和加密文件的两种算法并进行实验。 -A number of classical cryptography algorithm (1) the realization of shift cipher (2) to achieve the replacement of the password
SP
- 通过本实验,使学生切实理解“S-盒”与“P-置换”的作用原理和实质差异,初步体会“多次迭代一个变换体”所能带来的诸如扩散性等密码学效果,培养和锻炼学生对于密码学中提出的一些技术指标进行探究的能力。-Through this experiment, so that students truly understand the " S-Box" and " P-replacement" in the role of theory and real differenc
Classical-cryptographic
- 实现古典密码算法中置换密码的算法,实现加密和解密-To achieve the classical cryptographic algorithm displacement password algorithm encryption and decryption
DES
- DES加密实现,DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位,产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 个循环,使用异或,置换,代换,移位操作四种基本运算。-DES encryption to achieve
ZhiHuan
- 用java写的置换密码,简单明了,适用于初学者-Using java to write the password replacement, plain and simple, suitable for beginners
Monoalphabetic-cipher
- 古典密码中的单表置换密码的实现,C++初步-Classical passwords in a single table to achieve replacement passwords, C++ preliminary
code
- 古典密码学 四种 简单 学习(周期置换 列置换 ShiftCipher VigenereCipher )-four classic code
GestureLockDemo
- 1:要用一个类:表示这9个点中的一个点(里面保留当前点的上下左右的各个位置及属性)。 2:自定义GroupView:用来装9个点(9个点的显示:是通过ImageView,复写onLayout这个方法,让点按需求排列) 3:自定义可以画线的View:复写onTouchEvent方法(在这个方法里面进行画线的操作,并保存密码在SharedPreferences中)。 4:判断用户的手指当前的位置,取出当前的位置去与那9个点的每个点的位置进行比较(如果用户点的位置在某一个点内,那么当那个点