🤑 Join the Treehouse affiliate program and earn 25% recurring commission!

New No-Code Track! 🚀start learning today!

🌟 Dreaming of a bright future? 🎓 Ask about the Treehouse Scholarship program! 🚀

✨ Earn college credits in Cybersecurity, JS, HTML, CSS and Python

  • Treehouse Logo
  • Plans
    Chevron
    • For Individuals
    • For Businesses
    • For Schools
    • For Libraries
    • For Military
  • Library
    Chevron
    • All Courses
    • Tracks
    • College Credit
  • Techdegree
    Chevron
    • Overview
    • Front End Development
    • Full Stack JavaScript
    • Data Analysis
    • UX Design
    • Python
  • Community
    Chevron
    • Code Adventures
    • Discord
    • Forum
    • Success Stories
    • Treehouse Links
    • 100 Days of Code
  • Resources
    Chevron
    • Career Toolbox
    • CodeForward
    • Free Treehouse Near Me
    • Jobs
    • Blog
    • Support
    • About
  • For Individuals For Businesses For Schools For Libraries For Military
  • All Courses Tracks College Credit
  • Overview Front End Web Development Full Stack JavaScript Python Development Data Analysis UX Design
  • Code Adventures Discord Forum Success Stories Treehouse Links 100 Days of Code
  • Career Toolbox CodeForward Free Treehouse Near Me Jobs Blog Support About
  • Sign In
  • Free Trial
Instagram Twitter Facebook YouTube LinkedIn
    • Newest
      • Newest
      • Active
      • Unanswered
      • Featured
    • All Topics
      • All Topics
      • • General Discussion
      • • AI
      • • Android
      • • APIs
      • • Coding for Kids
      • • College Credit
      • • Computer Science
      • • CSS
      • • Data Analysis
      • • Databases
      • • Design
      • • Development Tools
      • • Digital Literacy
      • • Game Development
      • • Go Language
      • • HTML
      • • Java
      • • JavaScript
      • • Learning Resources
      • • Machine Learning
      • • No-Code
      • • PHP
      • • Professional Growth
      • • Python
      • • Quality Assurance
      • • React
      • • Ruby
      • • Security
      • • Swift
  • Bala Selvam
    seal-mask
    .a{fill-rule:evenodd;}techdegree
    Bala Selvam
    Python Development Techdegree Student 30,590 Points

    Really not sure what I'm doing wrong here. Can anyone clear this up for me?

    Posted October 10, 2020 12:31am by Bala Selvam
    .a{fill-rule:evenodd;}techdegree
    Bala Selvam
    Python Development Techdegree Student 30,590 Points
    • Python
    • Flask REST API
    • API Protection
    • Password hashing

    1 Answer

  • Bala Selvam
    seal-mask
    .a{fill-rule:evenodd;}techdegree
    Bala Selvam
    Python Development Techdegree Student 30,590 Points

    Not sure what is wrong with my code here. Any help?

    Posted October 9, 2020 11:50pm by Bala Selvam
    .a{fill-rule:evenodd;}techdegree
    Bala Selvam
    Python Development Techdegree Student 30,590 Points
    • Python
    • Flask REST API
    • API Protection
    • Password hashing

    1 Answer

  • Samson Chapuramhuka
    Samson Chapuramhuka
    7,390 Points

    Help please, my second time to post this same question.

    Posted August 19, 2019 5:19pm by Samson Chapuramhuka
    Samson Chapuramhuka
    7,390 Points
    • Python
    • Flask REST API
    • API Protection
    • Password hashing

    1 Answer

  • Samson Chapuramhuka
    Samson Chapuramhuka
    7,390 Points

    update the create_user method so that it sets the User instance's password using the User.hash_password method you just

    Posted August 16, 2019 7:21pm by Samson Chapuramhuka
    Samson Chapuramhuka
    7,390 Points
    • Python
    • Flask REST API
    • API Protection
    • Password hashing

    2 Answers

  • Christina Braden
    Christina Braden
    11,644 Points

    Great! Now, add a staticmethod to User that returns a hashed password. Name it hash_password and have it take a single a

    Posted June 19, 2019 4:13pm by Christina Braden
    Christina Braden
    11,644 Points
    • Python
    • Flask REST API
    • API Protection
    • Password hashing

    1 Answer

  • Victor Panashe Munengami
    Victor Panashe Munengami
    7,125 Points

    stuck please assist

    Posted May 1, 2019 4:49pm by Victor Panashe Munengami
    Victor Panashe Munengami
    7,125 Points
    • Python
    • Flask REST API
    • API Protection
    • Password hashing

    1 Answer

  • Munyaradzi D Sabamba
    Munyaradzi D Sabamba
    8,310 Points

    Now I need you to update the create_user method so that it sets the User instance's password using the User.hash_passwor

    Posted April 30, 2019 7:29am by Munyaradzi D Sabamba
    Munyaradzi D Sabamba
    8,310 Points
    • Python
    • Flask REST API
    • API Protection
    • Password hashing

    0 Answers

  • Elvin Mazwimairi
    Elvin Mazwimairi
    15,541 Points

    Please help me out with the correct code for this challenge

    Posted April 16, 2019 2:41pm by Elvin Mazwimairi
    Elvin Mazwimairi
    15,541 Points
    • Python
    • Flask REST API
    • API Protection
    • Password hashing

    0 Answers

  • Savious Munyaradzi Ngundu
    Savious Munyaradzi Ngundu
    16,920 Points

    Didn't get back a properly hashed password; Couldn't create a user

    Posted March 8, 2019 12:08pm by Savious Munyaradzi Ngundu
    Savious Munyaradzi Ngundu
    16,920 Points
    • Python
    • Flask REST API
    • API Protection
    • Password hashing

    3 Answers

  • Savious Munyaradzi Ngundu
    Savious Munyaradzi Ngundu
    16,920 Points

    Flask REST API

    Posted March 7, 2019 9:44pm by Savious Munyaradzi Ngundu
    Savious Munyaradzi Ngundu
    16,920 Points
    • Python
    • Flask REST API
    • API Protection
    • Password hashing

    0 Answers

  • Savious Munyaradzi Ngundu
    Savious Munyaradzi Ngundu
    16,920 Points

    user.hash password

    Posted March 7, 2019 1:59pm by Savious Munyaradzi Ngundu
    Savious Munyaradzi Ngundu
    16,920 Points
    • Python
    • Flask REST API
    • API Protection
    • Password hashing

    1 Answer

  • Terri Valentine
    Terri Valentine
    23,034 Points

    import datetime from peewee import * from argon2 import PasswordHasher DATABASE = SqliteDatabase('recipes.d

    Posted July 14, 2018 8:17pm by Terri Valentine
    Terri Valentine
    23,034 Points
    • Python
    • Flask REST API
    • API Protection
    • Password hashing

    1 Answer

  • Terri Valentine
    Terri Valentine
    23,034 Points

    Bummer: Didn't get back a properly hashed password; `User.hash_password` should be a static method

    Posted June 30, 2018 3:17am by Terri Valentine
    Terri Valentine
    23,034 Points
    • Python
    • Flask REST API
    • API Protection
    • Password hashing

    2 Answers

Posting to the forum is only allowed for members with active accounts.
Please sign in or sign up to post.

    Treehouse

  • About
  • Blog
  • Careers
  • Community
  • Stories
  • Shop
  • Contact
  • Gift Card

See Full Catalogue

Techdegree

  • Front End Web Development
  • Full Stack JavaScript
  • Python Development
  • Data Analysis
  • UX Design

Tracks

  • Learn to Code for Beginners
  • Beginning Python
  • Beginning SQL
  • Beginning Java
  • ...see more

Courses

  • JavaScript Basics
  • Intro to HTML & CSS
  • Python Basics
  • CSS Layout
  • ...see more

Explore

  • Plans
  • Affiliates
  • Perks
  • Free Treehouse Near Me
  • Treehouse for Libraries
  • Treehouse for Businesses
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
  • Instagram
Terms & Conditions | Privacy

© 2025 Treehouse Island, Inc.