techwithtim / Flask-Web-App-Tutorial

Code for the note storing flask web app made during a YouTube video.
918 stars 1.01k forks source link

Changed encryption method from outdated version to new verison #131

Open justinmstevenson opened 9 months ago

justinmstevenson commented 9 months ago

Encryption method changed from sha256 to pbkdf2:sha256 - was giving a ValueError. Additionally hides instance/database.db from .gitignore