#๐Ÿ”’ i need help please thanks

58 messages ยท Page 1 of 1 (latest)

weary marten
#

Simple BlockChain - Challenge Lab

You've registered for an online service that uses hash chains.

You've registered as user 'nOOBโ€™ and have been given the hash chain

seed 654e1c2ac6312d8c6441282f155c8ce9

Use the given information to figure out how to authenticate as the user

'ECSC' for the given challenge hash c89aa2ffb9edcc6604005196b5f0e0e4

i.e. Find the hash that hashes to this - This hash will be your solution.

You need to submit a Single PDF, with detailed explanation including source code used to solve the challenge.

austere summitBOT
#

@weary marten

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

sage crag
weary marten
#

soo i am doing a challenge but im soo confused on where to start

robust shore
#

Did you understand the example

#

Do you understand what you need to do

#

what part are you confused about

weary marten
#

i already took teh examples

robust shore
#

right

#

You need to take the seed phrase and hash it until it gives you the hash that you are looking for

weary marten
#

ohhh okay thanks and this is the seed phrase

#

which is

#

654e1c2ac6312d8c6441282f155c8ce9

weary marten
robust shore
weary marten
robust shore
#

into?

weary marten
#

where its says hello world

weary marten
# robust shore into?

like how do i hash the seed phrase until i get it by coding it which im getting a little confused

robust shore
#

you need to write a loop

#

and check each time if the hash is what it is supposed to be

#

if not, keep hashing

weary marten
weary marten
#

can i use it

#

and will it work

#

with what im doing

robust shore
#

yeah is it not working?

#

I think it should work

weary marten
#

and do i just have to find the same hash

robust shore
#

You have to find the hash that hashes to the challenge hash

#

make sure your seed is right

#

seed phrase or whatever its called

weary marten
#

and

#

so i will need find

#

c89aa2ffb9edcc6604005196b5f0e0e4

#

this in the terminal then i will finish the challenge

#

@robust shore you still here

robust shore
#

yeah

weary marten
# robust shore yeah

so do i just have to find c89aa2ffb9edcc6604005196b5f0e0e4 in the terminal and i will be finished

robust shore
#

the hash before the one that gives c89aa2ffb9edcc6604005196b5f0e0e4

#

so once you get c89aa2ffb9edcc6604005196b5f0e0e4 it's the one before it what you're looking for

#

but you should write the code to get this for you, rather than searching through the terminal

weary marten
#

and then get the hash before it

#

and then i will be finished

weary marten
#

@robust shore sorry for tagging you again this is the last one sooo just get the hash before it and i will be done and then get it to target the hash

weary marten
#

@robust shore

austere summitBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.