Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the importance of hashing, salting, and password storage in data security. The instructor discusses the risks of storing passwords in clear text, the benefits of using salt to protect against dictionary attacks, and the concept of memory hard functions to slow down password cracking. The lecture also delves into the implementation of secure remote password protocols (SRP) using password authentication key exchange (PAKE) to securely verify passwords without transmitting them over the network.