Problem with bcrypt and Flet #5432
Unanswered
ingdesarr1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Good morning. I currently want to use bcrypt to save and compare information within my application. If I perform the encryption and comparison process in a separate program, it works fine, but when I run my application using flet main.py, the process stops working, indicating that there is a problem using bcrypt with the hash_password. This only happens if I run the file using flet main.py; if I run it from VSCode, using Run python file, the problem does not arise. What could be causing this situation?
Code sample
Error message
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions