Simple and Efficient Encryption Algorithm TEA Implementation in Go

Simple and Efficient Encryption Algorithm TEA Implementation in Go

Click the blue “Go Language Chinese Network” above to follow, and learn Go together every day 1. What is the TEA Encryption Algorithm TEA (Tiny Encryption Algorithm) is a simple and efficient encryption algorithm, known for its fast encryption and decryption speed and simple and efficient implementation. This article contains a lot of code; if … Read more

A Simple Analysis of STM32 Firmware

A Simple Analysis of STM32 Firmware

This article is a highlight from the Kanxue Forum. Author ID on Kanxue Forum: Shaobanjia After reading the STM32 firmware reverse engineering thread on the forum (https://bbs.pediy.com/thread-272811.htm), I found a help request in the comments about the STM32 chip program that uses the XTEA encryption algorithm, but I couldn’t understand the data sorting issue (https://bbs.pediy.com/thread-272872.htm). … Read more

Implementation and Reverse Analysis of Tiny Encryption Algorithm

Implementation and Reverse Analysis of Tiny Encryption Algorithm

This article is a featured post from the KX forum. KX forum Author ID: 丿feng This article mainly provides a simple analysis of the TEA series algorithms, originally written by myself. If there are any infringements regarding the images and some code quoted in the text, please contact me. >>>> 1. About TEA Series Algorithms … Read more