Use ASCII 30 and 31 as separators, removes limitations on "@", "^&*", and "*&^".

Former-commit-id: cd08e1adde9f810e0099338722b617357055c422 [formerly 289d12f45a]
Former-commit-id: 7f70d015e3afe2101aba2d1d21001101db0de81e
This commit is contained in:
2022-11-25 12:00:51 -05:00
parent 176ee623cf
commit 3392e3ceea
4 changed files with 5 additions and 23 deletions
-3
View File
@@ -1,7 +1,4 @@
#!/usr/bin/env python3
# external modules
from os import environ, listdir, path, remove, system, uname, walk
from pathlib import Path
from random import randint, SystemRandom