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

相关文章
eggjs 项目报错 Cookie need secret key to sign and encrypt. Please set config.keys first
eggjs 项目报错 Cookie need secret key to sign and encrypt. Please set config.keys first
300 0
eggjs 项目报错 Cookie need secret key to sign and encrypt. Please set config.keys first
|
数据安全/隐私保护
DT AES 加密解密 / UE 插件说明
DT AES 加密解密 / UE 插件说明
168 0
|
算法 大数据 数据安全/隐私保护
RSA加密:javax.crypto.IllegalBlockSizeException: Data must not be longer than 117 bytes
RSA加密:javax.crypto.IllegalBlockSizeException: Data must not be longer than 117 bytes
513 0
|
安全
MD5 Encryption Of String ( UTF-8 ) / UE4 DTMd5 Plugin description
MD5 Encryption Of String ( UTF-8 ) / UE4 DTMd5 Plugin description
105 1
|
JSON 数据格式
UE DT Json Operate Plugin Description
UE DT Json Operate Plugin Description
113 0
|
算法 网络安全 数据库
MD5 Encryption Of String ( UTF-8 ) / UE4 MD5 加密
MD5 Encryption Of String ( UTF-8 ) / UE4 MD5 加密
297 0
|
JSON 数据格式
UE4 structure and JSON conversion - DTBPJson plugin description
UE4 structure and JSON conversion - DTBPJson plugin description
94 0
|
网络性能优化
UE DTMqtt Plugin description
UE DTMqtt Plugin description
119 0
|
Windows
UE DTCmd Plug-in description
UE DTCmd Plug-in description
58 0
/usr/include/openssl/des.h:91:9: error: unknown type name ‘DES_LONG’ DES_LONG deslong[2];
/usr/include/openssl/des.h:91:9: error: unknown type name ‘DES_LONG’ DES_LONG deslong[2];
128 0