搜索资源列表
AES
- AES在AVR单片机上的实现 资源要求 Program: 4492 bytes (6.9% Full) (.text + .data + .bootloader) Data: 745 bytes (9.1% Full) (.data + .bss + .noinit) 可以在AVR Studio中模拟运行 AES加密和解密 在AVR Studio 中模拟运行 Ctrl+F7 后,模拟执行到main入口处 按F5后, 知道到加密完成 可以看
AVR
- AVR实现AES加密算法,能够提供加密解密,鉴权等功能。-AVR achieve AES encryption algorithm, can provide encryption and decryption, authentication and other functions.
Source-Code
- AES 算法程序基于AVR单片机平台,很好用的-AES algorithm program AVR microcontroller-based platform to good use
AVR231-AES_BOOTLOADER
- AVR 具AES加密之BootLoader程序-AVR with AES encryption BootLoader program
MC13192_secure_link
- Secure link between two MC13192 + AVR ATmega88 devices using AES crypto.
ARV_BOOTLOADER.RAR
- AVR BOOTLOADER • Support many types of AVR microcontrollers. • Support AVR device with multi-uart. • Support RS232/RS485/RS422 mode. -Support AES crypt routine (128/256 bits key) • Support customize communication baud
AES(C++)
- AES算法主要包括三个方面:轮变化、圈数和密钥扩展。本文以128为例,介绍算法的基本原理;结合AVR汇编语言,实现高级数据加密算法AES。
main
- AVR ATMEGA C CODE AES Encryption-Decryption