Tech Talk: How to safely store passwords using salts and hashing algorithms

Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=_rUTcLmDbxo



Category:
Guide
Duration: 10:29
155 views
1


In this video, Brenda Sukh talks about how to store passwords using javascript. Brenda briefly explains why certain methods such as storing plaintext passwords, encrypted passwords and even plain hashed passwords are not safe methods to use when storing passwords. Brenda also gives a brief explanation on how hashing algorithms and salts work. Lastly, she dives into why Bcrypt is the preferred hashing algorithm, and gives a brief demo of how to use it in NodeJs.

----
Fullstack Academy was recently ranked the #1 coding bootcamp in the U.S. Learn more at https://www.fullstackacademy.com




Other Videos By Fullstack Academy


2017-08-10Stackathon Presentation: ExampleJS
2017-08-10Stackathon Presentation: Go Out
2017-08-10Natural Language Processing (NLP) Tutorial - An introduction to NLP and Semantic Fingerprints
2017-08-10Dynamic Programming Tutorial - The Advantages of Dynamic Programming for problem-solving
2017-08-10React VR Demo - How to make a React VR Photo Tour
2017-08-10Cloud Computing Tutorial - An Introduction to Cloud Computing
2017-08-10InterPlanetary File System (IPFS) Tutorial - Building the Distributed Web
2017-08-10Web Accessibility Guidelines - Tips to make your website more accessible
2017-08-10Firebase Tutorial - Learn How to Use Firebase
2017-08-10Tech Talk: Intercepting Proxies
2017-08-10Tech Talk: How to safely store passwords using salts and hashing algorithms
2017-08-10RDF Tutorial - An Introduction to the Resource Description Framework
2017-08-10PIXI.js Tutorial - An Overview of PIXI.js and its Advantages
2017-08-10OCaml Tutorial - Learn how to use the OCaml Programming Language
2017-08-10Huffman Coding Example - A Tutorial on using the Huffman Coding method for File Compression
2017-08-10Electron Tutorial - How to Build Apps with Electron and React
2017-08-10Elliptic Curve Cryptography Tutorial - An Introduction to Elliptic Curve Cryptography
2017-08-10Flexbox and CSS Grid Tutorial - Why you should use Flexbox and CSS Grid
2017-08-10Flexbox Tutorial - How to use the Flexbox layout mode
2017-08-10Introduction to Memoization - Learn what Memoization is and how it works
2017-08-08Pathfinding Tutorial - How to Find the Shortest Path Using Bellman-Ford and Dijkstra's Algorithms