Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Challenge: Secure Password Storage | Protecting Sensitive Data
Python Security Best Practices

bookChallenge: Secure Password Storage

Завдання

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.

Рішення

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 3. Розділ 6
single

single

Запитати АІ

expand

Запитати АІ

ChatGPT

Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат

close

Awesome!

Completion rate improved to 5.56

bookChallenge: Secure Password Storage

Свайпніть щоб показати меню

Завдання

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.

Рішення

Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 3. Розділ 6
single

single

some-alt