From e8f3663a1048c05b146cb5170903405d68f821e8 Mon Sep 17 00:00:00 2001 From: SanjayTr <35617078+SanjayTr@users.noreply.github.com> Date: Fri, 19 Oct 2018 09:37:56 -0400 Subject: [PATCH] line 152, removing '?' --- EducationalAssignments/ParityPartTwo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EducationalAssignments/ParityPartTwo.md b/EducationalAssignments/ParityPartTwo.md index 14cd4f66..a3971b00 100644 --- a/EducationalAssignments/ParityPartTwo.md +++ b/EducationalAssignments/ParityPartTwo.md @@ -149,7 +149,7 @@ The try, except, else and finally statements are part of **exception handling**. When writing your own tests it is important to test for a complete set of possible penetrations. Keep in mind, it only takes one test case to break through a security layer. Some of the things you may want to test for include: * threading - * writing to multiple files???? + * writing to multiple files * multiple writes And more! Remember a good security layer can't be broken by anyone! Which is all part of the fun! It's about solving a puzzle. First you make the puzzle - write the security layer, then you solve the puzzle - try to bypass it. If your puzzle is "good enough", no one will be able to break it, no matter what.