hextobase64

Convert base64 encoded string to Hexadecimal

GET https://rgyve.com/api/hextobase64/hex-string



Response (success)


{
  "status": "success",
"unix-timestamp": 1589545650,
"unix-mtimestamp": 1589545650244,
"output": {
"base64encoded": "IZ0ynavstVF9Djs0qjatV9+4BV9Ur8FryMoyvSRLZ/A="
}
}

Response (error)


{
"status": "fail",
"unix-timestamp": 1589545694,
"unix-mtimestamp": 1589545694713,
"output": {
"errormessage": "wrong length (63)"
}
}