1# Reformatted from https://www.schneier.com/code/vectors.txt 2# to look like the NIST vectors 3 4[ENCRYPT] 5 6COUNT = 0 7KEY = 0123456789ABCDEFF0E1D2C3B4A59687 8IV = FEDCBA9876543210 9# this pt is implicitly padded with null bytes for CBC 10PLAINTEXT = 37363534333231204E6F77206973207468652074696D6520666F722000000000 11CIPHERTEXT = 6B77B4D63006DEE605B156E27403979358DEB9E7154616D959F1652BD5FF92CC 12