blob: 2cc9fb3cb58fa1b8517d59d3348a1004fe43f41e (
plain)
1
2
3
4
5
6
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.
|