搜索资源列表
OPERATION_UNIT
- 本程序为加密芯片内部加密运算单元部分,包括32位减法器、移位寄存器、加/减法器、寄存器等,对密码芯片运算部分设计具有一定指导意义-The procedure for encryption chip unit internal encryption algorithms, including 32-bit subtraction, and shift register, add/subtraction, and register and so on password-chip design has
mimasuo
- 四位密码锁,移位显示,可以设置和更改密码。-4 lock, shift, it can be set up and change your password.
mimasuo
- 单片机89S52的电子密码锁,具有修改密码、报警、密码输入移位闪烁-MCU 89S52 electronic lock with password changes, alarm, flashing the password input shift
digital-lock
- 电子密码锁 功能如下: l、按键接口的设计 包括: 1)键盘扫描电路 2)弹跳消除电路 3)键盘译码电路 4)按键存储电路 2、密码锁的控制电路设计 包括: 1)按键的数字输入、存储及清除 2)功能按键的功能设计 3)移位寄存器的设计与控制 4)密码清除、变更、存储、激活电锁电路 5)密码核对、解除电锁电路 3、输出七段显示电路的设计 包括: 1)数据选择电路 2)BCD对七段显示译码电路 3)
password
- verilog代码实现的数字密码锁。通过4个并行的10位移位寄存器,分别记录在时钟上升沿时A,B,C,D的输入情况,比如某上升沿输入A,相应时刻A对应的移位寄存器输入1,其他三个移位寄存器输入都为0.另外4个并行的10位寄存器记录密码。这样,密码锁不仅可以识别字符数量,还可以判断出字符的输入次序。-verilog code of digital lock. By four parallel 10-bit shift register, respectively, recorded in the
shenyanghuagong
- 通过单片机的P1口读取矩阵键盘信息,通过单片机处理显示在共阴极数码管上。当输入大于6位实现移位。密码正确指示灯亮-P1 port of the microcontroller reads the matrix keyboard, displayed in a common cathode nixie tube through the single-chip processing. Shift when the input is greater than 6. The password is co
407decode
- 密钥加密解密demo,对8位十进制密码操作,包含异或以及随机移位操作代码部分,基于STM32f407_RTC,可移植-Key encryption and decryption demo, to 8 decimal cryptographic operations, comprising XOR and random shift operation code section, based STM32f407_RTC, portable
序列算法电路设计
- 1.了解序列密码算法基本结构。 2.学习线性反馈移位寄存器(LFSR)设计方法。 3.掌握序列密码算法的FPGA程序结构。 4.掌握序列密码ZUC的硬件设计与实现 1.利用HDL语言描述ZUC算法的LFSR模块 2.结合接口电路程序,仿真验证LFSR模块正确性。