File tree Expand file tree Collapse file tree 6 files changed +12
-0
lines changed Expand file tree Collapse file tree 6 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 11--
22-- 3DES cipher
33--
4+ -- ensure consistent test output regardless of the default bytea format
5+ SET bytea_output TO escape;
46-- test vector from somewhere
57SELECT encode(encrypt(
68decode('80 00 00 00 00 00 00 00', 'hex'),
Original file line number Diff line number Diff line change 11--
22-- Cast5 cipher
33--
4+ -- ensure consistent test output regardless of the default bytea format
5+ SET bytea_output TO escape;
46-- test vectors from RFC2144
57-- 128 bit key
68SELECT encode(encrypt(
Original file line number Diff line number Diff line change 11--
22-- DES cipher
33--
4+ -- ensure consistent test output regardless of the default bytea format
5+ SET bytea_output TO escape;
46-- no official test vectors atm
57-- from blowfish.sql
68SELECT encode(encrypt(
Original file line number Diff line number Diff line change 11--
22-- 3DES cipher
33--
4+ -- ensure consistent test output regardless of the default bytea format
5+ SET bytea_output TO escape;
46
57-- test vector from somewhere
68SELECT encode(encrypt(
Original file line number Diff line number Diff line change 11--
22-- Cast5 cipher
33--
4+ -- ensure consistent test output regardless of the default bytea format
5+ SET bytea_output TO escape;
46
57-- test vectors from RFC2144
68
Original file line number Diff line number Diff line change 11--
22-- DES cipher
33--
4+ -- ensure consistent test output regardless of the default bytea format
5+ SET bytea_output TO escape;
46
57-- no official test vectors atm
68
You can’t perform that action at this time.
0 commit comments