DT AES Encryption / Decryption / UE plugin description

简介: DT AES Encryption / Decryption / UE plugin description

Character Set : UTF-8

Encryption Mode : ECB

Filling Method : Zeropadding

1. AES encryption (string)

String :Data that needs to be encrypted

Key :Encryption key, must be 32 numbers or letters

Base64:The encrypted result will be converted to Base64


2. AES decrypt (string)

Base64 :Base64 data that needs to be decrypted

Key :The decryption key, which must be 32 numbers or letters (same as the encryption key)

String :decrypted string


3. AES encryption (data)

  • Input:Raw data
  • Key :Encryption key, must be 32 numbers or letters
  • Output :Encrypted data (automatic 16-bit alignment)


4. AES decryption(data)

  • Input:encrypted data
  • Key :The decryption key, which must be 32 numbers or letters (same as the encryption key)
  • Output :Decrypted data


String encryption and decryption example

 

Data encryption and decryption example

相关文章
|
数据安全/隐私保护
DT AES 加密解密 / UE 插件说明
DT AES 加密解密 / UE 插件说明
187 0
|
8月前
|
Web App开发 安全 小程序
Edge ERR_SSL_VERSION_OR_CIPHER_MISMATCH问题解决
以往应用的一些系统,可能因为年代久远,只能支持SSL的低版本协议,在Win 10和Win 11强制使用edge取代Internet explore以后: - 因为edge本身默认不支持低版本的SSL协议; - 老旧系统可能本身只能支持Internet explore。
1827 1
|
数据安全/隐私保护
ACK Acknowledgement 确认 AES Advanced Encryption Standard 高级加密标准 ATM Asynchronous Transfer Mode异步传输模式
ACK Acknowledgement 确认 AES Advanced Encryption Standard 高级加密标准 ATM Asynchronous Transfer Mode异步传输模式
54 0
|
安全
MD5 Encryption Of String ( UTF-8 ) / UE4 DTMd5 Plugin description
MD5 Encryption Of String ( UTF-8 ) / UE4 DTMd5 Plugin description
118 1
|
JSON 数据格式
UE DT Json Operate Plugin Description
UE DT Json Operate Plugin Description
134 0
|
网络性能优化
UE DTMqtt Plugin description
UE DTMqtt Plugin description
127 0
|
JSON 数据格式
UE4 structure and JSON conversion - DTBPJson plugin description
UE4 structure and JSON conversion - DTBPJson plugin description
110 0
|
算法 网络安全 数据库
MD5 Encryption Of String ( UTF-8 ) / UE4 MD5 加密
MD5 Encryption Of String ( UTF-8 ) / UE4 MD5 加密
323 0
|
Windows
UE DTCmd Plug-in description
UE DTCmd Plug-in description
68 0
crypto_policy_set_aes_cm_128_hmac_sha1_32/crypto_policy_set_aes_cm_128_hmac_sha1_80找不到
crypto_policy_set_aes_cm_128_hmac_sha1_32/crypto_policy_set_aes_cm_128_hmac_sha1_80找不到
96 0