AES Decrypt
Free AES decryption API interface, supporting AES-128/192/256 decryption algorithms. Secure and reliable text decryption service, suitable for cryptography, data security, file decryption and other scenarios. Professional encryption and decryption API tool. · Suitable for password management systems, file encryption software, database encryption, communication encryption, API secure transmission, user privacy protection, enterprise data security and other scenarios · AES Decrypt
Free AES decryption API, AES algorithm decryption, Text decryption interface, Cryptography API, Data decryption service, AES-256 decryption, Encryption/decryption tool, Secure API interface
POST /text/aes/decrypt - AES Decrypt
Received ciphertext encrypted with AES? Give it to us along with the key and nonce, and we'll restore the original content.
Overview
This is a standard AES decryption endpoint. You need to provide Base64-encoded ciphertext, the key used for encryption, and nonce (random number, usually a 16-byte string).
[!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.
About Nonce nonce
Usually a 16-byte string, must match the one used during encryption.