mirror of
https://github.com/vee1e/Cryptonite-Taskphase.git
synced 2026-09-01 19:17:14 +00:00
Remove a line
This commit is contained in:
parent
9e16a8dff8
commit
5eac33e3fa
1 changed files with 0 additions and 1 deletions
|
|
@ -64,7 +64,6 @@ There's also a function `check_key` that presumably we need to test with to chec
|
|||
|
||||
if key[i] != hashlib.sha256(username_trial).hexdigest()[8]:
|
||||
return False
|
||||
|
||||
```
|
||||
|
||||
So it seems it checks whether the dynamic part of the given key is equal to the combination of elements of the variable `hashlib.sha256(username_trial).hexdigest()` with the following indices:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue