Challenge: Secure Password Storage
Compito
Swipe to start coding
Write a function that accepts a password and returns its hash using a standard library hash function. The password itself must never be stored or returned.
Steps:
- Accept a password as a parameter.
- Hash the password using a standard library hash function.
- Return the resulting hash as a string.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 3. Capitolo 6
single
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Awesome!
Completion rate improved to 5.56
Challenge: Secure Password Storage
Scorri per mostrare il menu
Compito
Swipe to start coding
Write a function that accepts a password and returns its hash using a standard library hash function. The password itself must never be stored or returned.
Steps:
- Accept a password as a parameter.
- Hash the password using a standard library hash function.
- Return the resulting hash as a string.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 3. Capitolo 6
single