Skip to main content

Decrypt ciphertext.

POST 

/crypto/decrypt

Decrypt ciphertext.

Request

Header Parameters

    ipaas string

Bodyrequired

    cryptoTypestringrequired

    Possible values: [AES, DES, TripleDES, Rabbit, RC4, RC4Drop]

    ciphertextstringrequired

    The ciphertext.

    secretKeystringrequired

    The encryption key.

Responses

Success

Schema
    decryptedTextstringrequired

    The plaintext.