搜索资源列表
mm
- 一个AES加解密工具,可以用指定的密码字符串加解密任意大小的文件。密钥长度128位,工作模式为CBC。算法比较原始,速度不快。另有演示AES加密过程的选项。程序为字符界面,支持命令行参数。开发环境为Code::Blocks 10.05(gcc 4.4.3)。此为某大密码学课程设计,仅供学习交流使用。-An Win32 console file encryption/decryption tool using the AES-128 CBC-mode algorithm.
cpp.tar
- AES implementation in C++ .... compiled with gcc 4
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-armv4
- Code uses single 1K S-box and is >2 times faster than code generated by gcc-3.4.1.
aes-ppc
- ppc_AES_[en|de]crypt perform at 18 cycles per byte processed with 128-bit key, which is ~40 better than 64-bit code generated by gcc 4.0. -ppc_AES_[en|de]crypt perform at 18 cycles per byte processed with 128-bit key, which is ~40 better than 64-b
aes
- FSF exception handling Pointer-Encoding constants Used in CFI augmentation by GCC.
aes
- GCC实现AES加解密,单片机可以调用其接口进行加解密。代码已调试通过。-GCC to achieve AES encryption and decryption, the microcontroller can call the interface for encryption and decryption. The code has been debugged.
xyssl_0.9.orig.tar
- VC /GCC 可以直接编译使用,包含 SSL ,SHA1,SHA2,MD2,MD4,MD5,AES,DES,BASE64,RSA,ARC4,BIGNUM,X509 不依赖各种库文件,可单独编译, 注意,0.93 版本,不是 0.8版本(VC / GCC can be compiled directly, including SSL, SHA1, SHA2, MD2, MD4, MD5, AES, DES, BASE64, RSA, ARC4, BIGNUM, X509 Do not
Crypt-Loki97-master
- Loki97 is 128-bit block cipher that accepts a variable-length key. It was designed by Lawrie Brown, Josef Pieprzyk, and Jennifer Seberry. Loki97 was one of the 15 candidates for the AES. BONUS The C file, _loki97.c, is a standalone Loki97 i