Don't Eat The Paste

The encrypted pastes are stored as three contiguous segments of raw bytes: the nonce, the tag, and the cipher text

The nonce and the tag are 16 bytes each, the cipher text comprises the remaining bytes.

An example of decrypting the bytes is available using the python pycryptodome library