We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6150e15 commit cbd6512Copy full SHA for cbd6512
src/FlaskRTBCTF/config.py
@@ -39,7 +39,7 @@ class Config:
39
"hardness": "You tell"
40
}
41
42
-# Specify The Hashes, you can use secrets model to generate them
+# Specify The Hashes, you can use python's secrets package to generate them
43
44
userHash = 'A'*32 # dummy hash, length = 32 fixed
45
rootHash = 'B'*32 # dummy hash, length = 32 fixed
0 commit comments