This plugin allows HMACSHA encryption of strings and files in Unreal Engine using Blueprints.
目录(Contents)
1. Node Description
HMACSHA has a total of 5 encryption methods, namely HMAC SHA-1, HMAC SHA-224, HMAC SHA-256, HMAC SHA-384, and HMAC SHA-512.
This plug-in provides 3 nodes for each encryption method. The general node returns a common value, such as 7c4a8d09ca3762af61e59520943dc26494f8941b; to Base64 returns the Base64 string of the encrypted memory data; to Byte returns the actual encrypted memory data.
HMAC SHA-1 Encrypt
HMAC SHA-1 Encrypt
HMAC SHA-1 Encrypt to Base64
HMAC SHA-1 Encrypt to Byte
![[UE Unreal Engine] DTHmacSha Blueprint HMACSHA encryption algorithm plug-in description [UE Unreal Engine] DTHmacSha Blueprint HMACSHA encryption algorithm plug-in description](https://dt.cq.cn/wp-content/uploads/2024/07/image-2.png)
HMAC SHA-224 Encrypt
HMAC SHA-224 Encrypt
HMAC SHA-224 Encrypt to Base64
HMAC SHA-224 Encrypt to Byte
![[UE Unreal Engine] DTHmacSha Blueprint HMACSHA encryption algorithm plug-in description [UE Unreal Engine] DTHmacSha Blueprint HMACSHA encryption algorithm plug-in description](https://dt.cq.cn/wp-content/uploads/2024/07/image-3.png)
HMAC SHA-256 Encrypt
HMAC SHA-256 Encrypt
HMAC SHA-256 Encrypt to Base64
HMAC SHA-256 Encrypt to Byte
![[UE Unreal Engine] DTHmacSha Blueprint HMACSHA encryption algorithm plug-in description [UE Unreal Engine] DTHmacSha Blueprint HMACSHA encryption algorithm plug-in description](https://dt.cq.cn/wp-content/uploads/2024/07/image-4.png)
HMAC SHA-384 Encrypt
HMAC SHA-384 Encrypt
HMAC SHA-384 Encrypt to Base64
HMAC SHA-384 Encrypt to Byte
![[UE Unreal Engine] DTHmacSha Blueprint HMACSHA encryption algorithm plug-in description [UE Unreal Engine] DTHmacSha Blueprint HMACSHA encryption algorithm plug-in description](https://dt.cq.cn/wp-content/uploads/2024/07/image-5.png)
HMAC SHA-512 Encrypt
HMAC SHA-512 Encrypt
HMAC SHA-512 Encrypt to Base64
HMAC SHA-512 Encrypt to Byte
![[UE Unreal Engine] DTHmacSha Blueprint HMACSHA encryption algorithm plug-in description [UE Unreal Engine] DTHmacSha Blueprint HMACSHA encryption algorithm plug-in description](https://dt.cq.cn/wp-content/uploads/2024/07/image-6.png)
HMAC SHA-1 Of File
HMAC SHA-1 Of File
HMAC SHA-1 Of File to Base64
HMAC SHA-1 Of File to Byte
![[UE Unreal Engine] DTHmacSha Blueprint HMACSHA encryption algorithm plug-in description [UE Unreal Engine] DTHmacSha Blueprint HMACSHA encryption algorithm plug-in description](https://dt.cq.cn/wp-content/uploads/2024/07/image-7.png)
HMAC SHA-224 Of File
HMAC SHA-224 Of File
HMAC SHA-224 Of File to Base64
HMAC SHA-224 Of File to Byte
![[UE Unreal Engine] DTHmacSha Blueprint HMACSHA encryption algorithm plug-in description [UE Unreal Engine] DTHmacSha Blueprint HMACSHA encryption algorithm plug-in description](https://dt.cq.cn/wp-content/uploads/2024/07/image-8.png)
HMAC SHA-256 Of File
HMAC SHA-256 Of File
HMAC SHA-256 Of File to Base64
HMAC SHA-256 Of File to Byte
![[UE Unreal Engine] DTHmacSha Blueprint HMACSHA encryption algorithm plug-in description [UE Unreal Engine] DTHmacSha Blueprint HMACSHA encryption algorithm plug-in description](https://dt.cq.cn/wp-content/uploads/2024/07/image-9.png)
HMAC SHA-384 Of File
HMAC SHA-384 Of File
HMAC SHA-384 Of File to Base64
HMAC SHA-384 Of File to Byte
![[UE Unreal Engine] DTHmacSha Blueprint HMACSHA encryption algorithm plug-in description [UE Unreal Engine] DTHmacSha Blueprint HMACSHA encryption algorithm plug-in description](https://dt.cq.cn/wp-content/uploads/2024/07/image-10.png)
HMAC SHA-512 Of File
HMAC SHA-512 Of File
HMAC SHA-512 Of File to Base64
HMAC SHA-512 Of File to Byte
![[UE Unreal Engine] DTHmacSha Blueprint HMACSHA encryption algorithm plug-in description [UE Unreal Engine] DTHmacSha Blueprint HMACSHA encryption algorithm plug-in description](https://dt.cq.cn/wp-content/uploads/2024/07/image-11.png)