搜索资源列表
SLE4442读写程序
- 前一阵子做了个IC卡读写程序,可以读写SLE4442系统逻辑加密卡的,本来想在网上找一个,没找到,自己写了一个,为了让后来人可以轻松一点,所以就奉献给大家:) 注释比较少(本人的坏习惯),看起来有点累,不过建议你在自己看之前先熟悉一下SLE4442的协议。 程序是经过测试的,在我的931上工作的很好,有什么问题,发信给我 Ploto_zhu@etang.com-done a while ago, IC card reader procedures, can read and writ
emc-mcu-sle4442
- 本代码用义隆单片机编写,台湾义隆单片机价格便宜,功耗低,集成资源丰富,在电话机鼠标等消费电子中占有绝对优势。 本代码可以读写西门子4442加密卡,自动兼容大唐电子的4C28卡,使用程序请直接调用源程序的读写模块,注意要先赋值安全码,在代码的最后是子程序,已经列明所占用资源。 SLE4442卡的接线顺序在代码中有图示。试验完全可以读写,有被注释掉的代码是测试程序。可以恢复后进行测试,请参照注释。
dzmms
- 基于51的电子密码锁,有多种功能.可设置密码,可加密.用PROTUS仿真.在周立功实验箱上通过测试
USB_Nand_FTL_Nor_Driver
- 加密U盘控制芯片Nand FTL及Nor Flash驱动程序,测试通过,产品量产-U disk encryption control and Nor Flash chip Nand FTL driver, tested the product in volume production
zcj_unique_ID
- 读取STM32芯片内部唯一的标识,用于加密等区别其他芯片的操作,有完整注释,测试通过-STM32 chip to read a unique identifier for the encryption and other differences other chip operation, with complete notes, test
80C52-1602-XXTEA-test
- 用单片机80C52和lcd1602,测试XXTEA加密的小程序,编译通过-test.rar-A microcontroller 80C52 and lcd1602, test XXTEA encrypted program, compile-test.rar
AT45DB161
- 嵌入式开发SPI FLASH AT45DB161 在STM32上的底层驱动程序,源码,实际测试可以做加密U盘使用,希望对有需要的朋友提供帮助!-Embedded Development SPI FLASH AT45DB161 STM32 on the underlying drivers, source code, the actual test can be done to encrypt the use of U disk, and hope to help a friend in need
SHAL_KEIL
- 通过单片机实现哈希函数SHA-1,C源程序完全可用,已经测试,外部加密芯片采用DS28E01-1-MCU hash function SHA-1, C source code fully available, and has been tested external encryption chip uses DS28E01-100
DM2016test_for51
- 单片机上使用DM2016的测试例程,由于51单片机不是16位的处理器,无法使用DM2016的加密函数库。本例程针对51单片机,不使用DM2016函数库编写(不是51单片机也可使用)。经测试稳定可用。-DM2016 chip used on the test routines, because not 16-bit processor chip, you can not use the DM2016 encryption library. This routine does not use the
aes
- AES128/196/256 加解密源码,可实现ECB模式加密,HEX输出。密码及明文没有补齐功能,需手动补齐。无需特殊库文件,适合单片机使用。已测试,可正常使用。-AES128/196/256 encryption source code, can achieve ECB mode encryption, HEX output. The password and the plaintext without the need to manually fill up function. No sp
AES-BASE64
- 亲测可用的AES128+BASE64实例源码,适合单片机使用。可实现明文加密Base64格式输出,ECB模式0补齐。可实现Base64格式输入,AES128解密输出。密钥可指定。内附详细说明,并有测试实例。 -Pro AES128+BASE64 example source code, suitable for single use. Can realize the encrypted Base64 format output, ECB mode 0 filled. Can achieve
mac-cc2420-encryption
- msp430 cc2420 无线通信模块mac层数据加密测试程序。用于WSN网络通信硬件加密使用。-msp430 cc2420 wireless communication.
TEA加密解密
- tea加解密算法,适用于MCU平台使用,占用资源少,加解密效率高,STM32 上测试,加解密时间都在3ms范围内(Tea encryption and decryption algorithm)