Add verification logic to the crypter fuzz target by decrypting the resulting ciphertext from a successful call to Encrypt() or EncryptSecret() and verifying that the output matches the original plaintext.
This ensures that the encryption/decryption cycle preserves data correctness, rather than just checking for execution crashes.