A
AES Encryptor API
Endpoints
2
Ungrouped Endpoints 2
What is the AES Encryptor API?
SecureCryptoAPI provides fast and secure AES-256-CBC encryption and decryption for text data. Easily integrate it into your applications to protect sensitive information. Encrypted data is not stored in any database; the API works statelessly.
AES Encryptor API is available on the JoJ API marketplace. Subscribe with a single JoJ API key, call it through one gateway, and pay from one wallet — no separate account or contract with the provider.
AES Encryptor API endpoints
- POST
/api/decryptDecrypt Text
Decrypts AES-256-CBC encrypted text and returns the original plain text.
- POST
/api/encryptEncrypt Text
Encrypts plain text using AES-256-CBC algorithm and returns the encrypted text.