搜索资源列表
ECC_Encryp
- 基于msp430的椭圆曲线加密器程序,通过UART传递加密解密数据。
kehuduanVC
- 对应MSP430椭圆曲线加密器的客户端应用程序,通过UART传输加密解密数据,实现整篇文章的加密解密。
51_KEELOQ_HCS301.现在常用的都是PIC解滚码HCS300/301
- 现在常用的都是PIC解滚码HCS300/301,及那个DECRYPT的加密算法 很少能找到这样的C程序,且又是在51下的,我也没有找到 是从PIC的汇编中,一句句理顺,转成C的 本例只对关键程序,24C02存储及同步校验等非本程序关键 程序介绍: 1 利用INT1 和定时器1的GATE=1,高电平时计数,加中断后判断时间,完成滚码串行数据接收 2 接收完成后,在DECRYPT下解密 3 检查序列号 校验同步值 4 注意一个滚码至少需要6个字节保存,前4字节为序号,后2
ALGO1-16bit
- 这是一个基于ADSP2188平台的加密、解密C语言程序。加密解密算法采用的是TEA算法。- This is a platform based on ADSP2188 encryption, decryption C language program. Encryption and decryption algorithms are used TEA algorithm.
jiami
- 一个简单的加密程序,应用字符间的位操作实现加密,同时实现解密的过程-A simple encryption program, the application of the bit operation to achieve inter-character encryption, decryption process while achieving
Verilog_study_book
- 现代计算机与通讯系统电子设备中广泛使用了数字信号处理专用集成电路,它们主要 用于数字信号传输中所必需的滤波、变换、加密、解密、编码、解码、纠检错、压缩、解压缩等操作。这些处理工作从本质上说都是数学运算。从原则上讲,它们完全可以用计算机或微处理器来完成。这就是为什么我们常用C、Pascal 或汇编语言来编写程序,以研究算法的合理性和有效性的道理。-Modern computer and communication systems are widely used in electronic eq
FSUD-I
- //BCB6写的freescale单片机S19文件的加密 软件 //加密后的文件可以通过串口按16进制传给单片机,单片机里的程序负责解密、编程 //加密文件有些特性,比如任意改变一位,都会导致解密不出原文;密钥可以半路变化, //加密后数据大体格式是 //长度减一(明码)+编程地址(加密)+编程数据(加密)+全部数据的校验和反码(明码)-S19 type encrypt file transmit through serial port the file encr
rsa
- rsa对字符加密,解密。程序加密,解密,示例程序,程序不大,适合参考学习-Friendly arm development board
The-electronic-locks
- 此电子密码锁程序,加密性强,采用数组方式进行预算,无法解密,有一定的实用价值。-This electronic locks program, strong encryption, using an array of budget, can not be decrypted, there are some practical value.
t1_comm
- 该程序包括数据的发送,加密,奇偶校验,接收,解密等模块,实现了一个完整的收发操作。为了测试方便,我们将接收到的数据直接引入发送端口,为此,我们编写了测试脚本文件,验证程序的正确性。该程序模块较多,读者可参考压缩包内的原理框图文件,以便于理解。-The program includes sending, encryption, parity, receive, decrypt data modules to achieve a complete transceiver operation. In
jiami
- 一个简单的加密程序,应用字符间的位操作实现加密,同时实现解密的过程-A simple encryption program, the application of the bit operation to achieve inter-character encryption, decryption process while achieving
jiami
- 一个简单的加密程序,应用字符间的位操作实现加密,同时实现解密的过程-A simple encryption program, the application of the bit operation to achieve inter-character encryption, decryption process while achieving
encrypt.tar
- 文件加密,可以加密文件和解密文件,比较简单的一个程序-File encryption, you can encrypt files and decrypt files, a relatively simple procedure
AES_decription
- ASE解密程序,附举例测试。ASE是破解难度极大的加密算法,非常适合用于握手通信传递加密信息-ASE decription code
AES
- AES算法部分模块行位移列变换以及主题程序加密解密-AES algorithm transforms part of the module rows and columns relating to the displacement of encryption and decryption program
chengxujiami
- 程序加密保护实验:本实验通过串口进行输出芯片ID号及解密成功或者失败。-Application encryption protection experiment: the experiment through the serial port output chip ID and decrypt the success or failure.
DES
- DES加密算法程序,该程序主要为计算加密密码,加密解密方法等,如IC卡的加密。-DES encryption algorithm program, the program is mainly for calculating encrypted passwords, encryption, decryption method, etc., such as IC card encryptio
西门子加解密
- ??? 4?我们用已知同型号的CPU,相同密码的3级加密的整个系统块来替换末知的整个4级加密系统块,程序块、数据块不动。?系统块在BIN文件中的位置:(226cn系统块为a55a到a71f,224cn系统块为5e22到5fcf),用“Hex Workshop'打开你刚才所保存的4级的BIN文件,再打开先前得到的已知同型号的CPU,相同密码的3级加密的bin文件,举例226CN。看图,你拖动鼠标选择a55a到a71f之间的数据,然后在选择区域右单击鼠标,在随后弹出的选择框中点击“复制”,然后点击激
keeloq_zisuo
- keeloq 加密 解密-C程序 KEELOQ滚动码算法(Keeloq Encryption and Decryption-C Program KEELOQ Scroll Code Algorithms)