Someone help me get right on the challenges

I solved the last two challenges in the HelmetJS Information Security tutorial but freecodecamp still say:
“Async hash should be generated and correctly compared” (X)
“Sync hash should be generated and correctly compared” (X)
will leave below the links of two challanges and sites of projects.

Project link(s)

Solution 13: Glitch :・゚✧

Challenge 1: Hash and Compare Passwords Asynchronously.
Challenge 2: Hash and Compare Passwords Synchronously.

Link to the challenge:

Put the correct method inside the appropriate comment blocks

//START_ASYNC -do not remove notes, place code between correct pair of notes.

bcrpyt async here

//END_ASYNC

//START_SYNC

bcrpyt sync here

//END_SYNC

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.