Challenge: Secure Password Storage
Aufgabe
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.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 3. Kapitel 6
single
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen
Awesome!
Completion rate improved to 5.56
Challenge: Secure Password Storage
Swipe um das Menü anzuzeigen
Aufgabe
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.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 3. Kapitel 6
single