Skip to content

Commit a99adb0

Browse files
author
winterrdog
committed
changed default xor key to CHANGEME
1 parent 123c24f commit a99adb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xor_encryptor.py

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import sys
44

5-
KEY = "<YOUR_XOR_KEY>"
5+
KEY = "CHANGEME"
66

77

88
class XorCipher:
@@ -63,4 +63,4 @@ def main():
6363

6464

6565
if __name__ == "__main__":
66-
main()
66+
main()

0 commit comments

Comments
 (0)