You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the verification is also wrong.
To create a proper result I had to insert the filename into the chunk at the thorugh stream, which is conceptually wrong since the chunk could get splitted (won't happen here since the hash is so small that no implementation will chunk it)
why is this getting mixed up? The proposed solution looks right, but the results don't...
The text was updated successfully, but these errors were encountered:
by just removing the encryption and issuing this command:
The proposed solution results in:
So the verification is also wrong.
To create a proper result I had to insert the filename into the chunk at the thorugh stream, which is conceptually wrong since the chunk could get splitted (won't happen here since the hash is so small that no implementation will chunk it)
why is this getting mixed up? The proposed solution looks right, but the results don't...
The text was updated successfully, but these errors were encountered: