1 Files with the string 'CVE' in their name are encrypted to avoid
2 problems with virus checkers on source code download.; use:
4 mdecrypt --bare -a arcfour -o hex -k 435645 -s 3 foo.doc # to unencrypt
5 mcrypt --bare -a arcfour -o hex -k 435645 -s 3 foo.doc # to create new tests
7 to get access to the plain files for manual testing.