Express

POST

Decrypt a ciphertext generated by encrypt route with provided password

Body Params

object

  • input string
    Ciphertext to decrypt
  • password string
    Key which is used for decryption

Responses

200
OK

Response Body

object

  • decrypted string
500
Internal Server Error
No response body