summaryrefslogtreecommitdiffstats
path: root/sw/qa/core/data/README
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/core/data/README')
-rw-r--r--sw/qa/core/data/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/qa/core/data/README b/sw/qa/core/data/README
new file mode 100644
index 000000000..2cc9fb3cb
--- /dev/null
+++ b/sw/qa/core/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.