Skip to content

Commit

Permalink
Merge branch 'AE-MERGE-MASTER' of https://github.com/IanChokS/tedious
Browse files Browse the repository at this point in the history
…into alpha
  • Loading branch information
arthurschreiber authored Sep 8, 2021
2 parents af7dffb + 9176e74 commit b6cc9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/always-encrypted/cek-cache-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ config.options.debug = {


config.options.columnEncryptionSetting = true;
config.options.encrypt = false;

const alwaysEncryptedCEK = Buffer.from([
// decrypted column key must be 32 bytes long for AES256
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
Expand Down

0 comments on commit b6cc9f8

Please sign in to comment.