Skip to content

Commit

Permalink
Add 256 bit AES CBC encrypted variable length data generated by Java …
Browse files Browse the repository at this point in the history
…client library SDK (#49)
  • Loading branch information
Quintin authored Dec 9, 2019
1 parent f9756fb commit b2eeb4e
Show file tree
Hide file tree
Showing 2 changed files with 916 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test-resources/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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.
Loading

0 comments on commit b2eeb4e

Please sign in to comment.