xref: /core/sc/qa/unit/data/README (revision 2b383d19)
1Files with the string 'CVE' in their name are encrypted to avoid
2problems with virus checkers on source code download.; use:
3
4mdecrypt --bare -a arcfour -o hex -k 435645 -s 3 foo.doc # to unencrypt
5mcrypt --bare -a arcfour -o hex -k 435645 -s 3   foo.doc # to create new tests
6
7to get access to the plain files for manual testing.
8