# Test Resources

## Encrypted Messages

- [`crypto-data-128`](crypto-data-128.json): Messages, in binary and textual formats, encrypted using AES CBC with both the 128 bit (16 byte) encryption key and 16 byte IV specified.
- [`crypto-data-256`](crypto-data-256.json): Messages, in binary and textual formats, encrypted using AES CBC with both the 256 bit (32 byte) encryption key and 16 byte IV specified.
- [`msgpack_test_fixtures`](msgpack_test_fixtures.json): ProtocolMessages in binary format. All of the ProtocolMessages contain a single Message item,
whose contents is described in the `data` field.
