Welcome to the ZeoX Encryption-Decryption API. This API allows you to securely encrypt and decrypt messages using the ZeoX algorithm.
/encrypt
with a JSON body
containing message
, senderID
, and receiverID
./decrypt
with a JSON body
containing encrypted_message
, senderID
, and receiverID
.