Post on: 2024-3-18Last edited: 2024-11-14Words 00 min

type
status
date
slug
summary
tags
category
icon
password
Tea加密算法(Tiny Encryption Algorithm)
Tea加密原理
Tea算法是分组加密算法,明文以64位(8个字节)为一组,密钥key以128位(16字节)为一组,利用不断倍增Delta的值使得每轮的加密都是不同的。Tea加密的加密轮数是可以改变的,建议加密轮数为32轮(最低为16轮)以确保更高的安全性和难以破解程度。(Tea的特征是存在 0x9e3779b9)TEA 把它定义为 δ=「(√5 - 1)231」
 
代码实现(加解密)
notion image
xxtea

Buuctf 8~19 20~24

🗒️Buuctf 8~19 20~24

Buuctf 8~19 20~24


Aes128:ECB-nopadding

🗒️Aes128:ECB-nopadding