From c948e655f837dc3f03b849d388ec52508c96d533 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 14 May 2012 09:19:36 +0100 Subject: Add helpful instructions nearby encrypted CVE files. --- sd/qa/unit/data/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sd/qa/unit/data/README (limited to 'sd/qa') diff --git a/sd/qa/unit/data/README b/sd/qa/unit/data/README new file mode 100644 index 000000000000..2cc9fb3cb58f --- /dev/null +++ b/sd/qa/unit/data/README @@ -0,0 +1,7 @@ +Files with the string 'CVE' in their name are encrypted to avoid +problems with virus checkers on source code download.; use: + +mdecrypt --bare -a arcfour -o hex -k 435645 -s 3 foo.doc # to unencrypt +mcrypt --bare -a arcfour -o hex -k 435645 -s 3 foo.doc # to create new tests + +to get access to the plain files for manual testing. -- cgit