Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
      Instruction
      
            
    Practice Hashing Passwords
          Hashing is a one-way process of securing data with a strong algorithm, and you should always hash users' passwords. Practice hashing passwords using the popular and safe bcrypt algorithm.
Practice Hashing Passwords in JavaScript
Practice Hashing Passwords in PHP