A

AES Encryptor API

Published byFurkan Topçuoğlu
8/31/2025

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/decrypt

    Decrypt Text

    Decrypts AES-256-CBC encrypted text and returns the original plain text.

  • POST/api/encrypt

    Encrypt Text

    Encrypts plain text using AES-256-CBC algorithm and returns the encrypted text.