From a39a319b096b1b2b1775ae1a91117c19422a6c81 Mon Sep 17 00:00:00 2001 From: Alex Stapleton Date: Fri, 14 Mar 2014 20:03:12 +0000 Subject: Move cryptography.vectors to cryptography_vectors All vectors are now stored in the subpackage in the vectors/ folder. This package is automatically installed by setup.py test and will also be uploaded with a matching version number by the PyPI upload task. --- vectors/cryptography_vectors/ciphers/Blowfish/bf-ofb.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 vectors/cryptography_vectors/ciphers/Blowfish/bf-ofb.txt (limited to 'vectors/cryptography_vectors/ciphers/Blowfish/bf-ofb.txt') diff --git a/vectors/cryptography_vectors/ciphers/Blowfish/bf-ofb.txt b/vectors/cryptography_vectors/ciphers/Blowfish/bf-ofb.txt new file mode 100644 index 00000000..21a74218 --- /dev/null +++ b/vectors/cryptography_vectors/ciphers/Blowfish/bf-ofb.txt @@ -0,0 +1,10 @@ +# Reformatted from https://www.schneier.com/code/vectors.txt +# to look like the NIST vectors + +[ENCRYPT] + +COUNT = 0 +KEY = 0123456789ABCDEFF0E1D2C3B4A59687 +IV = FEDCBA9876543210 +PLAINTEXT = 37363534333231204E6F77206973207468652074696D6520666F722000 +CIPHERTEXT = E73214A2822139CA62B343CC5B65587310DD908D0C241B2263C2CF80DA -- cgit v1.2.3