AES Encrypt
Free AES encryption API interface, supporting AES-128/192/256 encryption algorithms. Efficient and secure text encryption service, providing standard AES encryption functionality. Suitable for data protection, password encryption, file security and other scenarios. · Suitable for user password encryption, sensitive data protection, API secure transmission, file encrypted storage, database field encryption, communication security, privacy protection and other scenarios · AES Encrypt
Free AES encryption API, AES algorithm encryption, Text encryption interface, Cryptography API, Data encryption service, AES-256 encryption, Secure encryption tool, Free encryption API
POST /text/aes/encrypt - AES Encrypt
Need to securely transmit or store some text information? AES encryption is a reliable choice.
Overview
This is a standard AES encryption endpoint. You provide the plaintext to encrypt and the key, we return Base64-encoded ciphertext.
[!IMPORTANT]
About Key key
We support AES-128, AES-192, and AES-256. Please ensure the length (in bytes) of the key key you provide is exactly 16, 24, or 32, corresponding to these three encryption strengths.