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」
代码实现(加解密)
xxtea
- Author:Albert1x
- URL:https://albert-1x.top//article/1f516e79-1360-4b4f-89cb-039b19aa3697
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!