-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4dac6fb
commit 1356b3d
Showing
1 changed file
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
# HV20-BadMorals | ||
Repository for the HACKvent 2020 "BadMorals" challenge | ||
|
||
## Changes for v1.1: | ||
• Added every-second-char encryption. | ||
## Changes for v1.3: | ||
• Better arranged code | ||
|
||
• Added reverse-string encryption. | ||
• The user now has to fully understand what the program does to be able to solve it. | ||
|
||
• Added XOR encryption. | ||
|
||
• Cleared up variable names and made everything more clearly arranged. | ||
• Catch errors |